zksync_consensus_bft 0.7.0

ZKsync consensus BFT component
Documentation

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.