lighthouse/consensus/proto_array/src
Mac L 3c029d48bf DB migration for fork choice cleanup (#4265)
## Issue Addressed

#4233

## Proposed Changes

Remove the `best_justified_checkpoint` from the `PersistedForkChoiceStore` type as it is now unused.
Additionally, remove the `Option`'s wrapping the `justified_checkpoint` and `finalized_checkpoint` fields on `ProtoNode` which were only present to facilitate a previous migration.

Include the necessary code to facilitate the migration to a new DB schema.
2023-05-15 02:10:42 +00:00
..
fork_choice_test_definition simplify calculate_committee_fraction (#4213) 2023-05-03 09:02:58 +00:00
bin.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
error.rs DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00
fork_choice_test_definition.rs Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00
justified_balances.rs Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00
lib.rs DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00
proto_array_fork_choice.rs DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00
proto_array.rs DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00
ssz_container.rs DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00