lighthouse/beacon_node/network
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
..
src Remove CountUnrealized (#4357) 2023-06-16 06:44:31 +00:00
Cargo.toml Shift subnet backbone structure (attnets revamp) (#4304) 2023-05-30 06:15:56 +00:00