mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 04:51:01 +00:00
Migrate Staking pallet to v13 (#6365)
* add staking v13 migration * add migration to polkadot * only migrate staking * un-remove other migrations * fmt * retrigger ci * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Generated
+180
-180
File diff suppressed because it is too large
Load Diff
@@ -1492,6 +1492,7 @@ pub type Migrations = (
|
|||||||
governance::FellowshipReferendaInstance,
|
governance::FellowshipReferendaInstance,
|
||||||
>,
|
>,
|
||||||
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
||||||
|
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
|
||||||
);
|
);
|
||||||
|
|
||||||
/// Unchecked extrinsic type as expected by this runtime.
|
/// Unchecked extrinsic type as expected by this runtime.
|
||||||
|
|||||||
@@ -1604,6 +1604,7 @@ pub type Migrations = (
|
|||||||
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
|
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
|
||||||
crowdloan::migration::MigrateToTrackInactive<Runtime>,
|
crowdloan::migration::MigrateToTrackInactive<Runtime>,
|
||||||
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
||||||
|
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
|
||||||
);
|
);
|
||||||
|
|
||||||
/// Unchecked extrinsic type as expected by this runtime.
|
/// Unchecked extrinsic type as expected by this runtime.
|
||||||
|
|||||||
@@ -1218,6 +1218,7 @@ pub type Migrations = (
|
|||||||
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
|
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
|
||||||
crowdloan::migration::MigrateToTrackInactive<Runtime>,
|
crowdloan::migration::MigrateToTrackInactive<Runtime>,
|
||||||
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
|
||||||
|
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
|
||||||
);
|
);
|
||||||
|
|
||||||
/// Unchecked extrinsic type as expected by this runtime.
|
/// Unchecked extrinsic type as expected by this runtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user