Expand description
The consensus component. Provides distributed consensus among the nodes in the network.
Modules§
- highway_
core - Highway
- protocols
- Implementations of consensus protocols.
- utils
- Various utilities relevant to consensus.
Structs§
- Action
Id - An ID to distinguish queued actions. What they are used for is specific to each consensus protocol implementation.
- ClContext
- The collection of types used for cryptography, IDs and blocks in the Casper node.
- NewBlock
Payload - Payload for a block to be proposed.
- Resolve
Validity - The result of validation of a ProposedBlock.
- TimerId
- An ID to distinguish different timers. What they are used for is specific to each consensus protocol implementation.