lighthouse/beacon_node/eth2_libp2p
Paul Hauner 4405425726 Expand gossip duplicate cache time (#2542)
## Issue Addressed

NA

## Proposed Changes

This PR expands the time that entries exist in the gossip-sub duplicate cache. Recent investigations found that this cache is one slot (12s) shorter than the period for which an attestation is permitted to propagate on the gossip network.

Before #2540, this was causing peers to be unnecessarily down-scored for sending old attestations. Although that issue has been fixed, the duplicate cache time is increased here to avoid such messages from getting any further up the networking stack then required.

## Additional Info

NA
2021-08-26 23:25:50 +00:00
..
src Expand gossip duplicate cache time (#2542) 2021-08-26 23:25:50 +00:00
tests Altair networking (#2300) 2021-08-04 01:44:57 +00:00
Cargo.toml Upgrade dependencies (#2513) 2021-08-17 01:00:24 +00:00