Expand description
A module that is responsible for migration of storage.
Modules§
- v0
- This module contains data structures that are valid for the initial state of
0. (used with v1 migration). - v1
- This migration updates
RelayerRewardswhereRewardsAccountParamswas used as the key withlane_idas the first attribute, which affectsinto_sub_account_truncating. We are migrating this key to use the newRewardsAccountParamswherelane_idis the last attribute. - v2
- The pallet in version 1 only supported rewards collected under the key of
RewardsAccountParams. This migration essentially converts existingRewardsAccountParamskeys to the generic typeT::Reward.
Constants§
- STORAGE_
VERSION - The in-code storage version.