lighthouse/beacon_node/network/src
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
..
attestation_service Server sent events (#1920) 2020-12-04 00:18:58 +00:00
beacon_processor Softer penalties for missing blocks (#2075) 2020-12-10 00:40:12 +00:00
router More metrics + RPC tweaks (#2041) 2020-12-08 03:55:50 +00:00
service Downgrades a valid log (#2057) 2020-12-08 10:48:45 +00:00
sync More metrics + RPC tweaks (#2041) 2020-12-08 03:55:50 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
metrics.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
nat.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00
persisted_dht.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
service.rs More metrics + RPC tweaks (#2041) 2020-12-08 03:55:50 +00:00
status.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00