mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Improve inactive fund tracking (#6471)
* Improve inactive fund tracking * Docs * Introduce the re-migration code * Bump * Update runtime/kusama/src/lib.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update runtime/common/src/crowdloan/migration.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update runtime/common/src/crowdloan/migration.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Grumbles * Apply comments suggestions from code review Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: muharem <ismailov.m.h@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -1484,8 +1484,10 @@ impl Get<&'static str> for StakingMigrationV11OldPallet {
|
||||
///
|
||||
/// 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, CheckAccount>,
|
||||
crowdloan::migration::MigrateToTrackInactive<Runtime>,
|
||||
crowdloan::migration::MigrateToTrackInactiveV2<Runtime>,
|
||||
pallet_referenda::migration::v1::MigrateV0ToV1<Runtime>,
|
||||
pallet_referenda::migration::v1::MigrateV0ToV1<
|
||||
Runtime,
|
||||
|
||||
Reference in New Issue
Block a user