Expand description
This crate contains the consensus component, which is responsible for handling the logic that allows us to reach agreement on blocks. It uses a new cosnensus algorithm developed at Matter Labs, called ChonkyBFT. You can find the specification of the algorithm here.
Modules§
- This module contains utilities that are only meant for testing purposes.
Structs§
- Configuration of the bft component.
Constants§
- Protocol version of this BFT implementation.
Traits§
- Payload proposal and verification trait.
Functions§
- Creates a new input channel for the network messages.