lighthouse/beacon_node
divma 86a18e72c4 Sync fixes (#1716)
## Issue Addressed

chain state inconsistencies

## Proposed Changes
- a batch can be fake-failed by Range if it needs to move a peer to another chain. The peer will still send blocks/ errors / produce timeouts for those  requests, so check when we get a response from the RPC that the request id matches, instead of only the peer, since a re-request can be directed to the same peer.
- if an optimistic batch succeeds, store the attempt to avoid trying it again when quickly switching chains. Also, use it only if ahead of our current target, instead of the segment's start epoch
2020-10-04 23:49:14 +00:00
..
beacon_chain Add check for head/target consistency (#1702) 2020-10-02 10:46:37 +00:00
client Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
eth1 Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
eth2_libp2p Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
genesis Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
network Sync fixes (#1716) 2020-10-04 23:49:14 +00:00
operation_pool Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
rest_api Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
src Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
store Update LevelDB to v0.8.6, removing patch (#1636) 2020-09-21 11:53:53 +00:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
websocket_server Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
Cargo.toml Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00