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

Commit 6fdfe4f

Browse files
joepetrowskiEgorPopelyaev
authored andcommitted
remove 9330 migrations from statemint series (#2031)
1 parent 612de4e commit 6fdfe4f

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
@@ -637,19 +637,14 @@ pub type UncheckedExtrinsic =
637637
/// Extrinsic type that has already been checked.
638638
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
639639

640-
pub type Migrations = (
641-
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
642-
pallet_assets::migration::v1::MigrateToV1<Runtime>,
643-
);
644-
645640
/// Executive: handles dispatch to the various modules.
646641
pub type Executive = frame_executive::Executive<
647642
Runtime,
648643
Block,
649644
frame_system::ChainContext<Runtime>,
650645
Runtime,
651646
AllPalletsWithSystem,
652-
Migrations,
647+
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
653648
>;
654649

655650
#[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
@@ -650,19 +650,14 @@ pub type UncheckedExtrinsic =
650650
/// Extrinsic type that has already been checked.
651651
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
652652

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

668663
#[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
@@ -610,19 +610,14 @@ pub type UncheckedExtrinsic =
610610
/// Extrinsic type that has already been checked.
611611
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
612612

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

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

0 commit comments

Comments
 (0)