Crate zksync_consensus_bft

Source
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§

Traits§

Functions§

Type Aliases§