Expand description
Storage migrations for the staking-async pallet.
Structs§
- Migrate
EraPots ToPool - One-shot migration relocating already-funded era pots after the seed-derivation change (#11930) so existing rewards stay claimable. For runtimes that activated DAP before the slot-based rotation of era pot accounts landed.
- Version
Unchecked SetWeighted Points Formula Start Era - One-shot, single-block migration that records the cutoff era from which the
validator self-stake incentive uses the weighted-points formula
share_i = (w_i · ep_i) / Σ_j(w_j · ep_j).
Type Aliases§
- SetWeighted
Points Formula Start Era - Version-gated form of
VersionUncheckedSetWeightedPointsFormulaStartEra