lighthouse/beacon_node/network
Age Manning dfb588e521 Softer penalties for missing blocks (#2075)
## Issue Addressed

Users are reporting errors for sending attestations to peers. If the clock sync is a little out or we receive attestations before blocks, peers are being too harshly penalized. They can get scored many times per missing block and we typically need these peers on subnets. 


## Proposed Changes

This removes the penalization for missing blocks with attestations. The penalty should be handled when #635 gets built as it will allow us to group attestations per missing block and penalize once.
2020-12-10 00:40:12 +00:00
..
src Softer penalties for missing blocks (#2075) 2020-12-10 00:40:12 +00:00
Cargo.toml Downgrades a valid log (#2057) 2020-12-08 10:48:45 +00:00