Skip to content
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

Fix next_sync_committe validation for light client #2806

Closed
wants to merge 1 commit into from
Closed

Fix next_sync_committe validation for light client #2806

wants to merge 1 commit into from

Conversation

etan-status
Copy link
Contributor

PR #2746 introduced a
regression in the validation of the next_sync_committee where the
corresponding merkle proof is computed based on an incorrect state root.
next_sync_committee is always rooted in the attested header, even for
a LightClientUpdate that includes a finalized_header.

PR #2746 introduced a
regression in the validation of the `next_sync_committee` where the
corresponding merkle proof is computed based on an incorrect state root.
`next_sync_committee` is always rooted in the attested header, even for
a `LightClientUpdate` that includes a `finalized_header`.
@etan-status
Copy link
Contributor Author

After further review, this seems to not have been a regression. For finalized LightClientUpdate, the next_sync_committee is rooted in the finalized checkpoint; not in the attested state. Closing this one.

@etan-status etan-status deleted the lc-next-branch branch January 18, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant