Crate zksync_consensus_network

source
Expand description

Network actor maintaining a pool of outbound and inbound connections to other nodes.

Modules§

  • Consensus network is a full graph of connections between all validators. BFT consensus messages are exchanged over this network.
  • Http Server to export debug information
  • Gossip network is a sparse graph of connections between nodes (not necessarily validators). It will be used for:
  • Testonly utilities.

Structs§