nimbus-eth2/beacon_chain/networking
Jenkins 8a605ab9e1 rm beacon_chain/networking/network_metadata_downloads.nim 2024-03-20 03:45:02 +02:00
..
README.md Reorg (5/5) (#2377) 2021-03-05 14:12:00 +01:00
network_metadata.nim rm beacon_chain/networking/network_metadata_downloads.nim 2024-03-20 03:45:02 +02:00
network_metadata_mainnet.S load Goerli metadata from `goerli` repo (#5680) 2024-01-02 16:15:44 +01:00

README.md

Networking

This folders hold a collection of modules to:

  • configure the Eth2 P2P network
  • discover, connect, and maintain quality Eth2 peers

Data received is handed other to the ../gossip_processing modules for validation.

Security concerns

  • Collusion: part of the peer selection must be kept random. This avoids peers bringing all their friends and colluding against a beacon node.
  • Denial-of-service: The beacon node must provide ways to handle burst of data that may come:
    • from malicious nodes trying to DOS us
    • from long periods of non-finality, creating lots of forks, attestations, forks