lighthouse/beacon_node/eth2_libp2p
Paul Hauner 8949ae7c4e Address ENR update loop (#2216)
## Issue Addressed

- Resolves #2215

## Proposed Changes

Addresses a potential loop when the majority of peers indicate that we are contactable via an IPv6 address.

See https://github.com/sigp/discv5/pull/62 for further rationale.

## Additional Info

The alternative to this PR is to use `--disable-enr-auto-update` and then manually supply an `--enr-address` and `--enr-upd-port`. However, that requires the user to know their IP addresses in order for discovery to work properly. This might not be practical/achievable for some users, hence this hotfix.
2021-02-21 23:47:52 +00:00
..
src Update for clippy 1.50 (#2193) 2021-02-15 00:09:12 +00:00
tests Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
Cargo.toml Address ENR update loop (#2216) 2021-02-21 23:47:52 +00:00