Files
lighthouse/common
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
..
2023-01-27 09:48:42 +00:00
2022-10-28 05:40:06 +00:00
2023-03-29 02:56:37 +00:00
2022-11-04 07:43:43 +00:00
2023-03-26 22:39:28 +00:00
2023-03-14 01:13:34 +00:00
2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.