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

Implement the spec patch that allows light client to verify signatures at period boundary #4627

Closed
dadepo opened this issue Oct 3, 2022 · 1 comment
Labels
scope-light-clients All issues regarding light client development.

Comments

@dadepo
Copy link
Contributor

dadepo commented Oct 3, 2022

Is your feature request related to a problem? Please describe.

The changes to the spec in ethereum/consensus-specs#2805 takes care of scenarios at epoch boundary where it was not clear if an attested_header was signed by the current or next sync committee. The update to the spec introduced signatureSlot and updated the light client validator logic.

Signature Slot is being added here #4365

This issue is for updating the light clients verification logic to take care of the epoch boundary situation.

@philknows philknows added the scope-light-clients All issues regarding light client development. label Oct 4, 2022
@twoeths
Copy link
Contributor

twoeths commented May 29, 2023

@twoeths twoeths closed this as completed May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope-light-clients All issues regarding light client development.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants