pub type MigrateToV1<T> = VersionedMigration<0, 1, VersionUncheckedMigrateToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migrate to v1 inclusion module storage.

  • merges the PendingAvailabilityCommitments into the CandidatePendingAvailability storage
  • removes the AvailabilityBitfields storage, which was never read.

Aliased Type§

struct MigrateToV1<T> { /* private fields */ }