lighthouse/beacon_node/network
Paul Hauner 4848e53155 Avoid peer penalties on internal errors for batch block import (#2898)
## Issue Addressed

NA

## Proposed Changes

I've observed some Prater nodes (and potentially some mainnet nodes) banning peers due to validator pubkey cache lock timeouts. For the `BeaconChainError`-type of errors, they're caused by internal faults and we can't necessarily tell if the peer is bad or not. I think this is causing us to ban peers unnecessarily when running on under-resourced machines.

## Additional Info

NA
2022-01-11 05:33:28 +00:00
..
src Avoid peer penalties on internal errors for batch block import (#2898) 2022-01-11 05:33:28 +00:00
Cargo.toml Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00