Files
lighthouse/common
Paul Hauner 61f60bdf03 Avoid penalizing peers for delays during processing (#2894)
## Issue Addressed

NA

## Proposed Changes

We have observed occasions were under-resourced nodes will receive messages that were valid *at the time*, but later become invalidated due to long waits for a `BeaconProcessor` worker.

In this PR, we will check to see if the message was valid *at the time of receipt*. If it was initially valid but invalid now, we just ignore the message without penalizing the peer.

## Additional Info

NA
2022-01-12 02:36:24 +00:00
..
2021-12-02 14:29:57 +11:00
2021-12-03 04:44:30 +00:00
2021-09-30 04:31:42 +00:00
2021-10-18 03:08:32 +00:00
2021-12-03 04:44:30 +00:00
2021-12-03 04:44:30 +00:00
2021-12-03 04:44:30 +00:00
2021-12-03 04:44:30 +00:00
2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.