frequency
frequency copied to clipboard
Remove Storage Migration for StakingAccountDetails
After the StakingAccountDetails StorageMigration has been executed on Mainnet, remove the migration from execution
Acceptance criteria:
- The storage migration for StakingAccountDetails is removed from being executed by
on_runtime_upgrade
by removing it fromMigrations
in runtime/frequency/src/lib.rs - The migration itself is archived (but not removed from the code base)
Blocked by
Naturally this is blocked by the Mainnet upgrade that includes the storage migration.