referrerpolicy=no-referrer-when-downgrade

Module v13

Expand description

A module that is responsible for migration of storage for the configuration pallet. v12 -> v13:

  • Added max_relay_parent_session_age field to configuration
  • Removed ttl and max_availability_timeouts from SchedulerParams.

Structs§

UncheckedMigrateToV13
V12HostConfiguration
The v12 HostConfiguration, before the max_relay_parent_session_age field was added to SchedulerParams.

Type Aliases§

MigrateToV13
V12SchedulerParams
The v12 SchedulerParams, before the max_relay_parent_session_age field was added. This is identical to polkadot_primitives::v9::SchedulerParams.