-
Notifications
You must be signed in to change notification settings - Fork 300
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
Implement holds and freezes in orml-tokens. #911
Comments
Regarding holds and freezes: Will anything change for the interface of orml_currencies? Or is it completely abstracted away and we can use |
fungibles traits are implemented Current interface is not impacted. |
I'd like to add that the For orml-tokens, the only case considering subtracting ED from the liquid funds is orml-tokens open-runtime-module-library/tokens/src/lib.rs Line 1809 in 83a76c2
pallet-balances pallet-assets |
The latest Polkadot release (v0.9.42) added two new traits to the
Fungibles
family: hold and freeze (which has been added in paritytech/substrate#12951).It would be very helpful if the tokens pallet also implement this additional
Fungibles
traits. At least for the hold trait it should be possible to use the underlying reserve mechanism.The text was updated successfully, but these errors were encountered: