We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After we upgraded to next version of Substrate
Migrations required:
pallet-membership
pallet-tips
pallet-collective
pallet-session
Session
construct_runtime!
The text was updated successfully, but these errors were encountered:
ferrell-code
Successfully merging a pull request may close this issue.
After we upgraded to next version of Substrate
Migrations required:
pallet-membership
to the new pallet attribute macro paritytech/substrate#9080 Companion for substrate#9080 paritytech/polkadot#3263pallet-tips
to the new pallet attribute macro paritytech/substrate#9711 Companion for substrate#9711 paritytech/polkadot#3801pallet-collective
to the new pallet attribute macro paritytech/substrate#9115 Companion for substrate#9115 paritytech/polkadot#3265pallet-session
to the new pallet macro paritytech/substrate#9796,Session
is already used inconstruct_runtime!
in mandala, acala and karura runtimes, therefore no migration is neededThe text was updated successfully, but these errors were encountered: