lighthouse/consensus/proto_array/src
Christopher Chong 6bb28bc806 Add debug fork choice api (#4003)
## Issue Addressed

Which issue # does this PR address?
https://github.com/sigp/lighthouse/issues/3669

## Proposed Changes

Please list or describe the changes introduced by this PR.
- A new API to fetch fork choice data, as specified [here](https://github.com/ethereum/beacon-APIs/pull/232)
- A new integration test to test the new API

## Additional Info

Please provide any additional information. For example, future considerations
or information useful for reviewers.

- `extra_data` field specified in the beacon-API spec is not implemented, please let me know if I should instead.

Co-authored-by: Michael Sproul <micsproul@gmail.com>
2023-03-29 02:56:37 +00:00
..
fork_choice_test_definition Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
bin.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
error.rs Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +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 Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00
proto_array_fork_choice.rs Add debug fork choice api (#4003) 2023-03-29 02:56:37 +00:00
proto_array.rs Fix fork choice error message (#4122) 2023-03-23 07:16:49 +00:00
ssz_container.rs Fork choice modifications and cleanup (#3962) 2023-03-21 07:34:41 +00:00