Skip to content

Commit c64b33c

Browse files
remove 9330 migrations from statemint series (#2031) (#2039)
Co-authored-by: joe petrowski <[email protected]>
1 parent 37aa2a8 commit c64b33c

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

parachains/runtimes/assets/statemine/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -653,19 +653,14 @@ pub type UncheckedExtrinsic =
653653
/// Extrinsic type that has already been checked.
654654
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
655655

656-
pub type Migrations = (
657-
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
658-
pallet_assets::migration::v1::MigrateToV1<Runtime>,
659-
);
660-
661656
/// Executive: handles dispatch to the various modules.
662657
pub type Executive = frame_executive::Executive<
663658
Runtime,
664659
Block,
665660
frame_system::ChainContext<Runtime>,
666661
Runtime,
667662
AllPalletsWithSystem,
668-
Migrations,
663+
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
669664
>;
670665

671666
#[cfg(feature = "runtime-benchmarks")]

parachains/runtimes/assets/statemint/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -651,19 +651,14 @@ pub type UncheckedExtrinsic =
651651
/// Extrinsic type that has already been checked.
652652
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
653653

654-
pub type Migrations = (
655-
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
656-
pallet_assets::migration::v1::MigrateToV1<Runtime>,
657-
);
658-
659654
/// Executive: handles dispatch to the various modules.
660655
pub type Executive = frame_executive::Executive<
661656
Runtime,
662657
Block,
663658
frame_system::ChainContext<Runtime>,
664659
Runtime,
665660
AllPalletsWithSystem,
666-
Migrations,
661+
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
667662
>;
668663

669664
#[cfg(feature = "runtime-benchmarks")]

parachains/runtimes/assets/westmint/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -611,19 +611,14 @@ pub type UncheckedExtrinsic =
611611
/// Extrinsic type that has already been checked.
612612
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
613613

614-
pub type Migrations = (
615-
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
616-
pallet_assets::migration::v1::MigrateToV1<Runtime>,
617-
);
618-
619614
/// Executive: handles dispatch to the various modules.
620615
pub type Executive = frame_executive::Executive<
621616
Runtime,
622617
Block,
623618
frame_system::ChainContext<Runtime>,
624619
Runtime,
625620
AllPalletsWithSystem,
626-
Migrations,
621+
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
627622
>;
628623

629624
#[cfg(feature = "runtime-benchmarks")]

0 commit comments

Comments
 (0)