lighthouse-pulse/beacon_node/lighthouse_network/src
Akihito Nakano 082ed35bdc Test the pruning of excess peers using randomly generated input (#3248)
## Issue Addressed

https://github.com/sigp/lighthouse/issues/3092


## Proposed Changes

Added property-based tests for the pruning implementation. A randomly generated input for the test contains connection direction, subnets, and scores.


## Additional Info

I left some comments on this PR, what I have tried, and [a question](https://github.com/sigp/lighthouse/pull/3248#discussion_r891981969).

Co-authored-by: Diva M <divma@protonmail.com>
2022-06-25 22:22:34 +00:00
..
behaviour Deprecate step param in BlocksByRange RPC request (#3275) 2022-06-22 16:23:34 +00:00
discovery [refactor] Refactor Option/Result combinators (#3180) 2022-05-16 01:59:47 +00:00
peer_manager Test the pruning of excess peers using randomly generated input (#3248) 2022-06-25 22:22:34 +00:00
rpc Deprecate step param in BlocksByRange RPC request (#3275) 2022-06-22 16:23:34 +00:00
types Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
config.rs Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
lib.rs libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
metrics.rs Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
service.rs Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00