lighthouse-pulse/beacon_node/network/src
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
..
attestation_service Discover query grouping (#1364) 2020-07-29 02:43:50 +00:00
router Correct issue with network message passing (#1439) 2020-08-03 09:35:53 +00:00
service Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
sync Correct issue with network message passing (#1439) 2020-08-03 09:35:53 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
metrics.rs Fix attestation propagation (#1360) 2020-07-20 12:55:32 +10:00
persisted_dht.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
service.rs Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00