Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orml-tokens: ExistentialDeposit #324

Closed
xlc opened this issue Nov 20, 2020 · 0 comments · Fixed by #325
Closed

orml-tokens: ExistentialDeposit #324

xlc opened this issue Nov 20, 2020 · 0 comments · Fixed by #325
Assignees

Comments

@xlc
Copy link
Member

xlc commented Nov 20, 2020

  • orml-traits
    • trait MultiCurrency
      • fn minimum_balance(currency_id: CurrencyId)
  • orml-tokens
    • Trait
      • type ExistentialDeposit: GetByKey<CurrencyId, Balance>
      • type OnDust
        • dust should send to treausry account
    • Module
      • update transfer to handle existential deposit requirement, use pallet-balances as reference
      • update system ref count when balances changed from zero or to zero

Relates: paritytech/substrate#7563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants