-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add asset pallet suite + scheduler #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Ale
I've addressed the comments and remove all included benchmarks in this same PR from pallets we don't maintain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to fix Franks comment, but other than that it is good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!!
Mostly subtle tweaks and comments from me, but a few minor things which may warrant addressing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd still change Assets
in construct_runtime!
to TrustBackedAssets
but otherwise LGTM.
@al3mart Need to get commit signing sorted. |
This merge request adds the following pallets:
pallet-nfts
pallet-nfts-runtime-api
pallet-nft-fractionalization
pallet-assets
pallet-scheduler
--> Requirespallet-preimage
Closes: #8