-
Notifications
You must be signed in to change notification settings - Fork 808
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
/eth/v1/debug/beacon/states/genesis issues #1776
Comments
@mcdee Thanks for bringing these up! I've raised a pull request to resolve the genesis state issue. I believe the issue with the |
Two more items (I'll add them here because they are part of the same call): the |
…1794) ## Issue Addressed This comment: #1776 (comment) ## Proposed Changes - Add quoted serde utils for `FixedVector` and `VariableList` - Had to remove the dependency that `ssz_types` has on `serde_utils` to avoid a circular dependency. ## Additional Info Co-authored-by: realbigsean <[email protected]>
Running against a relatively recent master:
Node is synced to Medalla.
Test run of
/eth/v1/debug/beacon/states/genesis
against the new API showed up a couple of issues.Firstly, it returned the current state rather than the genesis state:
Second, the previous justified checkpoint information appears incorrect (a duplicate of the current justified checkpoint):
The text was updated successfully, but these errors were encountered: