This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
parachains/runtimes/assets Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -637,19 +637,14 @@ pub type UncheckedExtrinsic =
637637/// Extrinsic type that has already been checked.
638638pub 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.
646641pub 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" ) ]
Original file line number Diff line number Diff line change @@ -650,19 +650,14 @@ pub type UncheckedExtrinsic =
650650/// Extrinsic type that has already been checked.
651651pub 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.
659654pub 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" ) ]
Original file line number Diff line number Diff line change @@ -610,19 +610,14 @@ pub type UncheckedExtrinsic =
610610/// Extrinsic type that has already been checked.
611611pub 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.
619614pub 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" ) ]
You can’t perform that action at this time.
0 commit comments