mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
remove executed migrations (0.9.33) (#6364)
This commit is contained in:
@@ -1453,17 +1453,7 @@ pub type Executive = frame_executive::Executive<
|
||||
frame_system::ChainContext<Runtime>,
|
||||
Runtime,
|
||||
AllPalletsWithSystem,
|
||||
(
|
||||
// "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
|
||||
pallet_preimage::migration::v1::Migration<Runtime>,
|
||||
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
|
||||
pallet_democracy::migrations::v1::Migration<Runtime>,
|
||||
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
|
||||
// "Properly migrate weights to v2" <https://github.com/paritytech/polkadot/pull/6091>
|
||||
parachains_configuration::migration::v3::MigrateToV3<Runtime>,
|
||||
pallet_election_provider_multi_phase::migrations::v1::MigrateToV1<Runtime>,
|
||||
pallet_fast_unstake::migrations::v1::MigrateToV1<Runtime>,
|
||||
),
|
||||
(),
|
||||
>;
|
||||
/// The payload being signed in the transactions.
|
||||
pub type SignedPayload = generic::SignedPayload<RuntimeCall, SignedExtra>;
|
||||
|
||||
Reference in New Issue
Block a user