referrerpolicy=no-referrer-when-downgrade

Crate polkadot_node_collation_generation

Source
Expand description

The collation generation subsystem is the interface between polkadot and the collators.

§Protocol

On every ActiveLeavesUpdate:

  • If there is no collation generation config, ignore.
  • Otherwise, for each activated head in the update:

Structs§

CollationGenerationSubsystem
Collation Generation Subsystem