Clears Old Storage for Session pallet (#7132)

* Fixes migration for Session pallet

* Moves migration to polkadot

* Minor change

* Fixes test

* ".git/.scripts/commands/fmt/fmt.sh"

* Allow dead_code for test

* removes test

* Minor change

* Fixes build

* Import vec for try-runtime

* Addresses review comment

* ".git/.scripts/commands/fmt/fmt.sh"

* Addresses review comment

---------

Co-authored-by: command-bot <>
This commit is contained in:
gupnik
2023-04-27 10:02:15 +05:30
committed by GitHub
parent 703009fb39
commit 9ed28d07a0
5 changed files with 91 additions and 0 deletions
+1
View File
@@ -1472,6 +1472,7 @@ pub type Migrations = (
// Unreleased - add new migrations here:
parachains_configuration::migration::v5::MigrateToV5<Runtime>,
pallet_offences::migration::v1::MigrateToV1<Runtime>,
runtime_common::session::migration::ClearOldSessionStorage<Runtime>,
);
/// Unchecked extrinsic type as expected by this runtime.