lighthouse/beacon_node/network
Age Manning f634f073a8 Correct issue with network message passing (#1439)
## Issue Addressed

Sync was breaking occasionally. The root cause appears to be identify crashing as events we being sent to the protocol after nodes were banned. Have not been able to reproduce sync issues since this update. 

## Proposed Changes

Only send messages to sub-behaviour protocols if the peer manager thinks the peer is connected. All other messages are dropped.
2020-08-03 09:35:53 +00:00
..
src Correct issue with network message passing (#1439) 2020-08-03 09:35:53 +00:00
Cargo.toml Update smallvec (#1339) 2020-07-07 16:57:27 +10:00