fix migrations (also companion for #14421) (#7454)
* fix migrations * use society versioned runtime upgrade * simplify usage of versionedruntimeupgrade * use society experimental feature * improve usage of experimental flag * doc comment * Merge branch 'master' of github.com:paritytech/polkadot into liam-fix-migrations * Revert "Merge branch 'master' of github.com:paritytech/polkadot into liam-fix-migrations" This reverts commit 41ab0621811ead11b0a7f91338b0895208feef77. * doc comment * westend experimental feature * Revert "westend experimental feature" This reverts commit 42f4f1b76655ef509a92c324d18d635a1b913dcb. * feature gate experimental xcm migration * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 188 additions, 189 deletionspolkadot/Cargo.lock
- polkadot/runtime/kusama/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 5 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/Cargo.toml 2 additions, 2 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/westend/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/westend/Cargo.toml
- polkadot/xcm/pallet-xcm/Cargo.toml 4 additions, 0 deletionspolkadot/xcm/pallet-xcm/Cargo.toml
- polkadot/xcm/pallet-xcm/src/migration.rs 20 additions, 2 deletionspolkadot/xcm/pallet-xcm/src/migration.rs
Please register or sign in to comment