lighthouse/beacon_node/beacon_chain/tests
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
..
attestation_production.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
attestation_verification.rs Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00
block_verification.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
op_verification.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
store_tests.rs Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00
tests.rs Maintain attestations that reference unknown blocks (#2319) 2021-07-14 05:24:08 +00:00