Skip to content
Prev Previous commit
Next Next commit
remove migrations
  • Loading branch information
kostekIV committed Feb 20, 2023
commit 228a2aad4ed1f46fe783bfc07eb1351471d8ed95
11 changes: 0 additions & 11 deletions bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,13 +745,6 @@ construct_runtime!(
}
);

pub struct EmptyList;
impl Get<Vec<AccountId>> for EmptyList {
fn get() -> Vec<AccountId> {
vec![]
}
}

/// The address format for describing accounts.
pub type Address = sp_runtime::MultiAddress<AccountId, ()>;
/// Block header type as expected by this runtime.
Expand Down Expand Up @@ -784,10 +777,6 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
pallet_balances::migration::MigrateManyToTrackInactive<Runtime, EmptyList>,
),
>;

impl_runtime_apis! {
Expand Down