Module cumulus_pallet_xcmp_queue::migration
source · Expand description
A module that is responsible for migration of storage.
Constants
The current storage version.
Functions
Migrates the pallet storage to the most recent version, checking and setting the
StorageVersion.Migrates
QueueConfigData from v0 (without the xcmp_max_individual_weight field) to v1 (with
max individual weight).
Uses the Default implementation of QueueConfigData to choose a value for
xcmp_max_individual_weight.