Module cumulus_client_consensus_aura::collators::basic
source · Expand description
This provides the option to run a basic relay-chain driven Aura implementation.
This collator only builds on top of the most recently included block, limiting the block time to a maximum of two times the relay-chain block time, and requiring the block to be built and distributed to validators between two relay-chain blocks.
For more information about AuRa, the Substrate crate should be checked.
Structs§
- Parameters for
run
.
Functions§
- Run bare Aura consensus as a relay-chain-driven collator.