-
Notifications
You must be signed in to change notification settings - Fork 942
Migrate pallet-nft-fractionalization to umbrella crate #7970
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
Migrate pallet-nft-fractionalization to umbrella crate #7970
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.
LGTM
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.
The changes overall look good, but there are some extra spaces here and there to remove (see also CI errors or try to do cargo check
locally)
Review required! Latest push from author must always be reviewed |
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.
cargo fmt --check has ran successfully without any errors |
20d4074
to
4f79ecb
Compare
Please run |
have committed the changes |
b45fff2
to
8d31e2b
Compare
I think you just need to undo the changes to the |
i have ran it on "polkadot-sdk/substrate/frame/nft-fractionalization" so it showed errors on taplo formatting errors and now i have ran it in polkadot-sdk/ |
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.
LGTM
6ce6110
Part of #6504