referrerpolicy=no-referrer-when-downgrade

Module pallet_staking::migrations

source ·
Expand description

Storage migrations for the Staking pallet. The changelog for this is maintained at CHANGELOG.md.

Modules§

  • Migration of era exposure storage items to paged exposures. Changelog: v14.
  • Migrating OffendingValidators from Vec<(u32, bool)> to Vec<u32>
  • Migrating DisabledValidators from Vec<u32> to Vec<(u32, OffenceSeverity)> to track offense severity for re-enabling purposes.