lighthouse/beacon_node/eth2_libp2p
Age Manning 28b6d921c6 Remove banned peers from DHT and track IPs (#1656)
## Issue Addressed

#629 

## Proposed Changes

This removes banned peers from the DHT and informs discovery to block the node_id and the known source IP's associated with this node. It has the capabilities of un banning this peer after a period of time. 

This also corrects the logic about banning specific IP addresses. We now use seen_ip addresses from libp2p rather than those sent to us via identify (which also include local addresses).
2020-09-25 01:52:39 +00:00
..
src Remove banned peers from DHT and track IPs (#1656) 2020-09-25 01:52:39 +00:00
tests Use Gossipsub 1.1 (#1516) 2020-08-30 13:06:50 +00:00
Cargo.toml Super Silky Smooth Syncs, like a Sir (#1628) 2020-09-23 06:29:55 +00:00