nimbus-eth2/beacon_chain/networking
Jenkins 0584aeebb5 rm chronicles from beacon_chain/filepath.nim beacon_chain/networking/network_metadata.nim beacon_chain/spec/crypto.nim 2024-03-19 00:38:59 +02:00
..
README.md Reorg (5/5) (#2377) 2021-03-05 14:12:00 +01:00
network_metadata.nim rm chronicles from beacon_chain/filepath.nim beacon_chain/networking/network_metadata.nim beacon_chain/spec/crypto.nim 2024-03-19 00:38:59 +02:00
network_metadata_downloads.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01: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