lighthouse/beacon_node/lighthouse_network
Age Manning 17d56b06f6 Ignore self as a bootnode (#4110)
If a node is also a bootnode it can try to add itself to its own local routing table which will emit an error. 

The error is entirely harmless but we would prefer to avoid emitting the error. 

This PR does not attempt to add a boot node ENR if that ENR corresponds to our local peer-id/node-id.
2023-03-20 21:50:37 +00:00
..
src Ignore self as a bootnode (#4110) 2023-03-20 21:50:37 +00:00
tests Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
Cargo.toml Correct a race condition when dialing peers (#4056) 2023-03-16 05:44:54 +00:00