nimbus-eth1/fluffy/tests/state_network_tests
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
..
all_state_network_tests.nim More state endpoint tests (#2399) 2024-06-20 00:21:23 +08:00
state_test_helpers.nim Reverse calculate the radius at node restart (#2593) 2024-09-05 18:31:55 +02:00
test_state_content_keys_vectors.nim Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00
test_state_content_nibbles.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
test_state_content_values_vectors.nim Fluffy state network tests (#2245) 2024-05-30 17:00:57 +08:00
test_state_endpoints_genesis.nim Fluffy state network fixes and improvements (#2576) 2024-08-23 15:46:23 +08:00
test_state_endpoints_vectors.nim Fluffy state debug endpoints (#2578) 2024-08-27 20:35:27 +08:00
test_state_gossip_getparent_genesis.nim Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00
test_state_gossip_getparent_vectors.nim Update Fluffy State Network to match Portal spec addressHash change (#2548) 2024-08-08 00:01:30 +08:00
test_state_gossip_gossipoffer_vectors.nim Fluffy state network fixes and improvements (#2576) 2024-08-23 15:46:23 +08:00
test_state_network_getcontent_vectors.nim Bump ssz_serialization and use ByteList[n] + add ContentKeyByteList (#2500) 2024-07-17 17:07:27 +02:00
test_state_network_offercontent_vectors.nim Bump portal-spec-tests and update Fluffy state tests (#2568) 2024-08-19 14:45:54 +08:00
test_state_validation_genesis.nim Fluffy state network fixes and improvements (#2576) 2024-08-23 15:46:23 +08:00
test_state_validation_trieproof.nim Updates to Fluffy to support hive tests. (#2333) 2024-06-11 21:01:35 +08:00
test_state_validation_vectors.nim Bump portal-spec-tests and update Fluffy state tests (#2568) 2024-08-19 14:45:54 +08:00