Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d717d13

Browse files
authored
polkadot: bring forward migrations (#7163)
1 parent 779640f commit d717d13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: runtime/polkadot/src/lib.rs

+8
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,14 @@ impl Get<Perbill> for NominationPoolsMigrationV4OldPallet {
14191419
/// This contains the combined migrations of the last 10 releases. It allows to skip runtime upgrades in case governance decides to do so.
14201420
#[allow(deprecated)]
14211421
pub type Migrations = (
1422+
// 0.9.38
1423+
// "Use 2D weights in XCM v3" <https://github.com/paritytech/polkadot/pull/6134>
1424+
pallet_xcm::migration::v1::MigrateToV1<Runtime>,
1425+
parachains_ump::migration::v1::MigrateToV1<Runtime>,
1426+
// Remove stale entries in the set id -> session index storage map (after
1427+
// this release they will be properly pruned after the bonding duration has
1428+
// elapsed)
1429+
pallet_grandpa::migrations::CleanupSetIdSessionMap<Runtime>,
14221430
// 0.9.40
14231431
pallet_nomination_pools::migration::v4::MigrateToV4<
14241432
Runtime,

0 commit comments

Comments
 (0)