Ensure all `StorageVersion`s on Rococo/Westend are correct and migration hooks pass (#7251)
* set fastunstake storage version * fix configration migration hooks * set missing rococo versions * remove child bounties version set * future proof this configuration migration * simplify rococo migration * simplify westend version migration * typo * restore missing comments * set configuration storage version correctly * remove redundant preupgrade version check * fix version checks * remove redundant comment
Showing
- polkadot/runtime/parachains/src/configuration.rs 13 additions, 1 deletionpolkadot/runtime/parachains/src/configuration.rs
- polkadot/runtime/parachains/src/configuration/migration.rs 0 additions, 13 deletionspolkadot/runtime/parachains/src/configuration/migration.rs
- polkadot/runtime/parachains/src/configuration/migration/v5.rs 2 additions, 4 deletions...adot/runtime/parachains/src/configuration/migration/v5.rs
- polkadot/runtime/parachains/src/configuration/migration/v6.rs 2 additions, 4 deletions...adot/runtime/parachains/src/configuration/migration/v6.rs
- polkadot/runtime/rococo/src/lib.rs 84 additions, 0 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 17 additions, 0 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment