Expand description

Consensus-related.

Constants§

  • How many parachain blocks are processed by the relay chain per parent. Limits the number of blocks authored per slot.
  • We allow for 2 seconds of compute with a 6 second average block.
  • This determines the average expected block time that we are targeting. Blocks will be produced at a minimum duration defined by SLOT_DURATION. SLOT_DURATION is picked up by pallet_timestamp which is in turn picked up by pallet_aura to implement fn slot_duration().
  • Relay chain slot duration, in milliseconds.
  • Maximum number of blocks simultaneously accepted by the Runtime, not yet included into the relay chain.