lighthouse/beacon_node/network/src
Paul Hauner 7c0b2755c2 Don't requeue already-known RPC blocks (#4214)
## Issue Addressed

NA

## Proposed Changes

Adds an additional check to a feature introduced in #4179 to prevent us from re-queuing already-known blocks that could be rejected immediately.

## Additional Info

Ideally this would have been included in v4.1.0, however we came across it too late to release it safely. We decided that the safest path forward is to release *without* this check and then patch it in the next version. The lack of this check should only result in a very minor performance impact (the impact is totally negligible in my assessment).
2023-05-15 07:22:04 +00:00
..
beacon_processor Don't requeue already-known RPC blocks (#4214) 2023-05-15 07:22:04 +00:00
service Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
subnet_service Separate BN for block proposals (#4182) 2023-04-26 01:12:36 +00:00
sync Backfill blocks only to the WSP by default (#4082) 2023-05-05 03:49:23 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Separate committee subscriptions queue (#3508) 2022-08-30 05:47:31 +00:00
metrics.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
nat.rs Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
router.rs Add a flag for storing invalid blocks (#4194) 2023-05-15 07:22:03 +00:00
service.rs Add a flag for storing invalid blocks (#4194) 2023-05-15 07:22:03 +00:00
status.rs enable 4844 at epoch 3 2022-09-18 12:13:03 +02:00