nimbus-eth1/fluffy/network/history
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 Small cleanup/refactor on Portal history network (#2521) 2024-07-24 20:42:12 +02:00
experimental Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
accumulator.nim Bump ssz_serialization and use ByteList[n] + add ContentKeyByteList (#2500) 2024-07-17 17:07:27 +02:00
beacon_chain_block_proof_bellatrix.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
beacon_chain_block_proof_common.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
beacon_chain_historical_roots.nim results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
history_content.nim Refactor history/beacon content types to seperate keys and values (#2438) 2024-07-02 15:48:49 +02:00
history_network.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00