lighthouse/beacon_node/network/src/sync/range_sync
Pawan Dhananjay f428719761 Do not penalize peers on execution layer offline errors (#3258)
## Issue Addressed

Partly resolves https://github.com/sigp/lighthouse/issues/3032

## Proposed Changes

Extracts some of the functionality of #3094 into a separate PR as the original PR requires a bit more work.
Do not unnecessarily penalize peers when we fail to validate received execution payloads because our execution layer is offline.
2022-06-19 23:13:40 +00:00
..
batch.rs do not count sync batch attempts when peer is not at fault (#3245) 2022-06-07 02:35:56 +00:00
block_storage.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00
chain_collection.rs do not count sync batch attempts when peer is not at fault (#3245) 2022-06-07 02:35:56 +00:00
chain.rs Do not penalize peers on execution layer offline errors (#3258) 2022-06-19 23:13:40 +00:00
mod.rs do not count sync batch attempts when peer is not at fault (#3245) 2022-06-07 02:35:56 +00:00
range.rs keep failed finalized chains to avoid retries (#3142) 2022-04-13 01:10:55 +00:00
sync_type.rs Sync wrong dbg assertion (#2821) 2021-11-19 02:38:25 +00:00