lighthouse/beacon_node/beacon_chain
Michael Sproul a3669abac5 Avoid processing redundant RPC blocks (#4179)
## Proposed Changes

We already make some attempts to avoid processing RPC blocks when a block from the same proposer is already being processed through gossip. This PR strengthens that guarantee by using the existing cache for `observed_block_producers` to inform whether an RPC block's processing should be delayed.
2023-04-13 07:05:02 +00:00
..
src Avoid processing redundant RPC blocks (#4179) 2023-04-13 07:05:02 +00:00
tests Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00
Cargo.toml Reconstruct Payloads using Payload Bodies Methods (#4028) 2023-03-19 23:15:59 +00:00