-
Notifications
You must be signed in to change notification settings - Fork 898
[Merged by Bors] - Add debug fork choice api #4003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks @yuroitaki! It looks like there's a rustfmt failure which you can fix with |
Oops I ran |
Thanks! Will try to give this a proper review after the current release cycle ends. We're pushing hard to release v3.5.0 with Capella support right now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really nice, very cleanly implemented.
If you fix up the merge conflict I think we might be able to merge this for v4.0.0/v4.1.0.
Nominating for v4.1.0 as the v4.0.0 deadline is very soon and we have a lot of other stuff to get in |
a088dcd
to
f17f642
Compare
Hi @michaelsproul sorry for the delay, I've fixed the merge conflict and it should be ready now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Will merge with one stylistic suggestion applied
bors r+ |
## Issue Addressed Which issue # does this PR address? #3669 ## Proposed Changes Please list or describe the changes introduced by this PR. - A new API to fetch fork choice data, as specified [here](ethereum/beacon-APIs#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 <[email protected]>
Pull request successfully merged into unstable. Build succeeded:
|
## Issue Addressed Which issue # does this PR address? sigp#3669 ## Proposed Changes Please list or describe the changes introduced by this PR. - A new API to fetch fork choice data, as specified [here](ethereum/beacon-APIs#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 <[email protected]>
Which issue # does this PR address? sigp#3669 Please list or describe the changes introduced by this PR. - A new API to fetch fork choice data, as specified [here](ethereum/beacon-APIs#232) - A new integration test to test the new API 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 <[email protected]>
Issue Addressed
Which issue # does this PR address?
#3669
Proposed Changes
Please list or describe the changes introduced by this PR.
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.