lighthouse/beacon_node/beacon_chain/tests
Michael Sproul affea585f4 Remove CountUnrealized (#4357)
## Issue Addressed

Closes #4332

## Proposed Changes

Remove the `CountUnrealized` type, defaulting unrealized justification to _on_. This fixes the #4332 issue by ensuring that importing the same block to fork choice always results in the same outcome.

Finalized sync speed may be slightly impacted by this change, but that is deemed an acceptable trade-off until the optimisation from #4118 is implemented.

TODO:

- [x] Also check that the block isn't a duplicate before importing
2023-06-16 06:44:31 +00:00
..
attestation_production.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
attestation_verification.rs Attestation verification uses head state fork (#4263) 2023-05-15 02:10:41 +00:00
block_verification.rs Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00
capella.rs Fix some beacon_chain tests 2023-01-12 19:13:01 +11:00
main.rs Merge remote-tracking branch 'origin/unstable' into capella 2023-01-25 14:20:16 +11:00
merge.rs Fix some beacon_chain tests 2023-01-12 19:13:01 +11:00
op_verification.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
payload_invalidation.rs Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00
rewards.rs Implement sync_committee_rewards API (per-validator reward) (#3903) 2023-01-24 02:06:42 +00:00
store_tests.rs Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00
sync_committee_verification.rs Add more metrics for tracking sync messages (#4308) 2023-05-19 05:13:07 +00:00
tests.rs Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00