Expand description
Cumulus Collator implementation for Substrate.
Modules§
- relay_
chain_ driven - Relay-chain-driven collators are those whose block production is driven purely by new relay chain blocks and the most recently included parachain blocks within them.
- service
- The Cumulus
CollatorService
is a utility struct for performing common operations used in parachain consensus/authoring.
Functions§
- initialize_
collator_ subsystems - Initialize the collation-related subsystems on the relay-chain side.