nimbus-eth2/beacon_chain/networking
Agnish Ghosh ae46c85136 modify gatherDataColumns logic 2024-10-10 14:32:38 +05:30
..
README.md
eth2_discovery.nim rework reconstruction publishing strategy 2024-09-12 11:59:59 +05:30
eth2_network.nim modify gatherDataColumns logic 2024-10-10 14:32:38 +05:30
eth2_protocol_dsl.nim
libp2p_json_serialization.nim
network_metadata.nim rm built-in Goerli beacon chain support (#6057) 2024-04-03 23:25:36 +00:00
network_metadata_downloads.nim
network_metadata_gnosis.S
network_metadata_mainnet.S rm built-in Goerli beacon chain support (#6057) 2024-04-03 23:25:36 +00:00
peer_pool.nim add filtering to peer pool and protocol, remove filtering from SyncManager level 2024-08-17 20:51:36 +05:30
peer_protocol.nim remove metadata v3 call from handleStatus 2024-08-18 01:06:05 +05:30
peer_scores.nim
topic_params.nim

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