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

Commit c7dd266

Browse files
authored
clean up executed runtime migrations (#6206)
* kusama: clean up executed migrations * polkadot: clean up executed migrations * westend: clean up executed migrations
1 parent 0f0807a commit c7dd266

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

runtime/kusama/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,12 +1465,6 @@ pub type Executive = frame_executive::Executive<
14651465
Runtime,
14661466
AllPalletsWithSystem,
14671467
(
1468-
pallet_staking::migrations::v11::MigrateToV11<
1469-
Runtime,
1470-
VoterList,
1471-
StakingMigrationV11OldPallet,
1472-
>,
1473-
pallet_staking::migrations::v12::MigrateToV12<Runtime>,
14741468
// "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
14751469
pallet_preimage::migration::v1::Migration<Runtime>,
14761470
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,

runtime/polkadot/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,12 +1558,6 @@ pub type Executive = frame_executive::Executive<
15581558
Runtime,
15591559
AllPalletsWithSystem,
15601560
(
1561-
pallet_staking::migrations::v11::MigrateToV11<
1562-
Runtime,
1563-
VoterList,
1564-
StakingMigrationV11OldPallet,
1565-
>,
1566-
pallet_staking::migrations::v12::MigrateToV12<Runtime>,
15671561
// "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
15681562
pallet_preimage::migration::v1::Migration<Runtime>,
15691563
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,

runtime/westend/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,12 +1210,6 @@ pub type Executive = frame_executive::Executive<
12101210
Runtime,
12111211
AllPalletsWithSystem,
12121212
(
1213-
pallet_staking::migrations::v11::MigrateToV11<
1214-
Runtime,
1215-
VoterList,
1216-
StakingMigrationV11OldPallet,
1217-
>,
1218-
pallet_staking::migrations::v12::MigrateToV12<Runtime>,
12191213
// "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
12201214
pallet_preimage::migration::v1::Migration<Runtime>,
12211215
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,

0 commit comments

Comments
 (0)