nimbus-eth1/fluffy/network/beacon
Kim De Mey 0a80a3bb25
Reverse calculate the radius at node restart (#2593)
This avoid restarting the node always with a full radius, which
causes the node the be bombarded with offers which it later has
to delete anyhow.

In order to implement this functionality, several changes were
made as the radius needed to move from the Portal wire protocol
current location to the contentDB and beaconDB, which is
conceptually more correct anyhow.

So radius is now part of the database objects and a handler is
used in the portal wire protocol to access its value.
2024-09-05 18:31:55 +02:00
..
content Bump ssz_serialization and use ByteList[n] + add ContentKeyByteList (#2500) 2024-07-17 17:07:27 +02:00
beacon_chain_historical_summaries.nim Several spec fixes for HistoricalSummaries + add test-vector test (#2217) 2024-05-24 23:15:04 +02:00
beacon_content.nim Add HistoricalSummariesWithProof gossip to portal_bridge beacon (#2514) 2024-07-22 19:07:46 +02:00
beacon_db.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
beacon_init_loader.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
beacon_light_client.nim Move Portal wire and networks setup to new portal_node module (#2464) 2024-07-09 19:22:25 +02:00
beacon_light_client_manager.nim Bump web3/kzg4844/nimbus-eth2 and related fixes (#2446) 2024-07-04 05:41:32 +00:00
beacon_network.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
beacon_validation.nim Add basic validation for LC bootstraps + portal_bridge changes (#2527) 2024-07-25 20:15:26 +02:00