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

Ethereum Light Client - Subtract missing signers instead of aggregating signers #3367

Open
hussein-aitlahcen opened this issue Dec 12, 2024 · 0 comments
Labels
A-lightclients Area: Light Clients

Comments

@hussein-aitlahcen
Copy link
Contributor

As described in https://eth2book.info/altair/part3/containers/dependencies/#synccommittee, subtracting the missing signers from the trusted committee is faster and cheaper than aggregating the signers. In practice, more than 90% of the committee are signing, which is a potential 90% perf/size of update gain.

@hussein-aitlahcen hussein-aitlahcen added the A-lightclients Area: Light Clients label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lightclients Area: Light Clients
Projects
None yet
Development

No branches or pull requests

1 participant