lighthouse/testing/simulator/src
Age Manning f3c1dde898 Filter non global ips from discovery (#3023)
## Issue Addressed

#3006 

## Proposed Changes

This PR changes the default behaviour of lighthouse to ignore discovered IPs that are not globally routable. It adds a CLI flag, --enable-local-discovery to permit the non-global IPs in discovery.

NOTE: We should take care in merging this as I will break current set-ups that rely on local IP discovery. I made this the non-default behaviour because we dont really want to be wasting resources attempting to connect to non-routable addresses and we dont want to propagate these to others (on the chance we can connect to one of these local nodes), improving discoveries efficiency.
2022-03-02 03:14:27 +00:00
..
checks.rs Update to superstruct v0.4.1 (#2886) 2022-01-06 03:14:58 +00:00
cli.rs Resolve Rust 1.56 lints and warnings (#2728) 2021-10-19 00:30:42 +00:00
eth1_sim.rs Add background file logging (#2762) 2021-11-30 03:25:32 +00:00
local_network.rs Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
main.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
no_eth1_sim.rs Add background file logging (#2762) 2021-11-30 03:25:32 +00:00
sync_sim.rs Add background file logging (#2762) 2021-11-30 03:25:32 +00:00