mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 22:41:06 +00:00
clear migrations included in 0.9.37 (#6630)
* polkadot: clear migrations included in 0.9.37 * rococo: clear migrations included in 0.9.37 * westend: clear migrations included in 0.9.37 * kusama: clear migrations included in 0.9.37 * remove unused import: xcm_config::CheckAccount
This commit is contained in:
@@ -1485,13 +1485,6 @@ pub type UncheckedExtrinsic =
|
||||
///
|
||||
/// Should be cleared after every release.
|
||||
pub type Migrations = (
|
||||
pallet_balances::migration::ResetInactive<Runtime>,
|
||||
// We need to apply this migration again, because `ResetInactive` resets the state again.
|
||||
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
|
||||
crowdloan::migration::MigrateToTrackInactiveV2<Runtime>,
|
||||
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
||||
parachains_disputes::migration::v1::MigrateToV1<Runtime>,
|
||||
parachains_configuration::migration::v4::MigrateToV4<Runtime>,
|
||||
// "Use 2D weights in XCM v3" <https://github.com/paritytech/polkadot/pull/6134>
|
||||
pallet_xcm::migration::v1::MigrateToV1<Runtime>,
|
||||
parachains_ump::migration::v1::MigrateToV1<Runtime>,
|
||||
|
||||
Reference in New Issue
Block a user