-
Notifications
You must be signed in to change notification settings - Fork 703
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
FRAME: Introduce shelve
/restore
to nonfungible
/nonfungibles
#224
Comments
I assume this is actionable, will take this on. |
Not that I think about it - it would be nice to understand how this should work. I'm currently investigating the code to figure out what would be a good approach to this. |
@jsidorenko I guess it's easier to ask you since you've touched this a lot. I assume that this has to affect From what I have seen there are only 3 pallets currently using any of these traits (v1 and v2): nis, uniques and nft. Please let me know if my assumptions are correct. |
For nfts fractionalization pallet we've added a new trait called |
@gavofyork I wonder what the vision is for these methods. In case of this PR locking functionality is done by simply passing the As far as I understand the idea here is to have those |
Solved in the NFT fractionalization PR; feel free to close this issue if happy with the solution: https://github.com/paritytech/substrate/pull/12565/files#diff-6eb7941669d2217ef2902ce147d26330e444322ef640e990be2929565ddd1f34 |
fungible
API hasdeactivate
andreactivate
functions, which is useful for making teleport usages a bit safer. Similar functions should be introduced to thenonfungible
andnonfungibles
API and in a companion PR utilised during teleports.The text was updated successfully, but these errors were encountered: