lighthouse/beacon_node/eth2_libp2p/src/peer_manager
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
..
client.rs Extended Gossipsub metrics (#1577) 2020-09-01 06:59:14 +00:00
mod.rs Remove banned peers from DHT and track IPs (#1656) 2020-09-25 01:52:39 +00:00
peer_info.rs Remove banned peers from DHT and track IPs (#1656) 2020-09-25 01:52:39 +00:00
peer_sync_status.rs Silky smooth discovery (#1274) 2020-06-19 14:13:23 +10:00
peerdb.rs Remove banned peers from DHT and track IPs (#1656) 2020-09-25 01:52:39 +00:00
score.rs Add trusted peers (#1640) 2020-09-22 01:12:36 +00:00