nimbus-eth1/fluffy/network/state
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 Fluffy state endpoint improvements (#2580) 2024-08-28 16:27:36 +08:00
state_content.nim Add push raises to Fluffy state network code. (#2352) 2024-06-14 13:38:24 +08:00
state_endpoints.nim Fluffy state endpoint improvements (#2580) 2024-08-28 16:27:36 +08:00
state_gossip.nim Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00
state_network.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
state_utils.nim Fluffy state network fixes and improvements (#2576) 2024-08-23 15:46:23 +08:00
state_validation.nim Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00