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

Optimise SingleAttestation implementation further #6970

Open
michaelsproul opened this issue Feb 11, 2025 · 0 comments
Open

Optimise SingleAttestation implementation further #6970

michaelsproul opened this issue Feb 11, 2025 · 0 comments
Labels
electra Required for the Electra/Prague fork optimization Something to make Lighthouse run more efficiently. v7.1.0 Post-Electra release

Comments

@michaelsproul
Copy link
Member

For v7.0.0 we took the a straight-forward approach for SingleAttestations, translating them into Attestations and keeping the core of Lighthouse's processing the same.

It would be more efficient to reverse the direction of this translation so that we can benefit from the structure of SingleAttestations during verification, i.e. so we can check signatures prior to hitting committee caches.

We've begun on this, and plan to release it shortly after Electra goes live. More info and ideas contained in the WIP implementations:

@michaelsproul michaelsproul added electra Required for the Electra/Prague fork optimization Something to make Lighthouse run more efficiently. v7.1.0 Post-Electra release labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electra Required for the Electra/Prague fork optimization Something to make Lighthouse run more efficiently. v7.1.0 Post-Electra release
Projects
None yet
Development

No branches or pull requests

1 participant