lighthouse/beacon_node
divma 304fb05e44 Maintain attestations that reference unknown blocks (#2319)
## Issue Addressed

#635 

## Proposed Changes
- Keep attestations that reference a block we have not seen for 30secs before being re processed
- If we do import the block before that time elapses, it is reprocessed in that moment
- The first time it fails, do nothing wrt to gossipsub propagation or peer downscoring. If after being re processed it fails, downscore with a `LowToleranceError` and ignore the message.
2021-07-14 05:24:08 +00:00
..
beacon_chain Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00
client Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
eth1 Capture a missed VC error (#2436) 2021-07-09 03:20:24 +00:00
eth2_libp2p Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
genesis Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
http_api Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00
http_metrics Tune GNU malloc (#2299) 2021-05-28 05:59:45 +00:00
network Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00
operation_pool Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
src Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
store Use read_recursive locks in database (#2417) 2021-07-12 07:31:26 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
websocket_server Server sent events (#1920) 2020-12-04 00:18:58 +00:00
Cargo.toml v1.4.0 (#2402) 2021-06-10 01:44:49 +00:00