lighthouse/beacon_node/network
Divma cfd26d25e0 do not count sync batch attempts when peer is not at fault (#3245)
## Issue Addressed
currently we count a failed attempt for a syncing chain even if the peer is not at fault. This makes us do more work if the chain fails, and heavily penalize peers, when we can simply retry. Inspired by a proposal I made to #3094 

## Proposed Changes
If a batch fails but the peer is not at fault, do not count the attempt
Also removes some annoying logs

## Additional Info
We still get a counter on ignored attempts.. just in case
2022-06-07 02:35:56 +00:00
..
src do not count sync batch attempts when peer is not at fault (#3245) 2022-06-07 02:35:56 +00:00
Cargo.toml Fix Rust 1.61 clippy lints (#3192) 2022-05-20 05:02:13 +00:00