lighthouse/beacon_node/eth2_libp2p/src
Age Manning 7453f39d68 Prevent unbanning of disconnected peers (#1822)
## Issue Addressed

Further testing revealed another edge case where we attempt to unban a peer that can be in a disconnected start. Although this causes no real issue, it does log an error to the user. 

This PR adds a check to prevent this edge case and prevents the error being logged to the user.
2020-10-24 05:24:20 +00:00
..
behaviour Updates the libp2p to the second newest commit => Allow only one topic per message (#1819) 2020-10-24 01:05:37 +00:00
discovery Discovery v5.1 (#1786) 2020-10-23 04:16:33 +00:00
peer_manager Prevent unbanning of disconnected peers (#1822) 2020-10-24 05:24:20 +00:00
rpc Implement matches! macro (#1777) 2020-10-15 21:42:43 +00:00
types Updates the libp2p to the second newest commit => Allow only one topic per message (#1819) 2020-10-24 01:05:37 +00:00
config.rs Updates the message-id according to the Networking Spec (#1752) 2020-10-14 06:51:58 +00:00
lib.rs Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
metrics.rs Extended Gossipsub metrics (#1577) 2020-09-01 06:59:14 +00:00
service.rs Downgrade libp2p (#1817) 2020-10-23 09:33:59 +00:00