-
Notifications
You must be signed in to change notification settings - Fork 105
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
Enable Nomination Pool Participation in Governance in Kusama #540
Enable Nomination Pool Participation in Governance in Kusama #540
Conversation
@@ -1859,6 +1867,11 @@ pub mod migrations { | |||
parachains_inclusion::migration::MigrateToV1<Runtime>, | |||
parachains_on_demand::migration::MigrateV0ToV1<Runtime>, | |||
restore_corrupted_ledgers::Migrate<Runtime>, | |||
// Migrate NominationPools to `DelegateStake` adapter. This is an unversioned upgrade. | |||
pallet_nomination_pools::migration::unversioned::DelegationStakeMigration< |
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.
Fine if this is called multiple times?
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.
Yeah it ignores pool if already migrated.
Let's hype this up a bit more by renaming it to "Enable Nomination Pool Participation in Governance in Kusama"? 🙈 |
/merge |
59802a1
into
polkadot-fellows:main
Enabled Available commands
For more information see the documentation |
Relates to #455.
The Polkadot changes were implemented in this PR but were reverted for Kusama. Some patches to 2409 were required before these changes can be applied to Kusama.