add pallet nomination-pools versioned migration to kitchensink (#2167)
The versioned migrations are already there in pallet nomination-pools: https://github.com/paritytech/polkadot-sdk/blob/f6ee4781/substrate/frame/nomination-pools/src/migration.rs#L27-L48 Just updating the kitchensink runtime to point to them. This is also nice because it points the dev to an example of how to use `VersionedMigration`.
Showing
- polkadot/runtime/westend/src/lib.rs 2 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
- substrate/bin/node/runtime/src/lib.rs 3 additions, 2 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/nomination-pools/src/migration.rs 1 addition, 1 deletionsubstrate/frame/nomination-pools/src/migration.rs
Please register or sign in to comment