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 light client signature verification #1292

Closed
adrianbrink opened this issue Jun 18, 2018 · 4 comments
Closed

Optimise light client signature verification #1292

adrianbrink opened this issue Jun 18, 2018 · 4 comments

Comments

@adrianbrink
Copy link
Contributor

Full nodes when responding to light-clients should send signatures in descending order by voting power. In most instances it is enough to validate <1/2 of the signatures given that there is some concentration of voting power at the top. This will make light-clients much more bandwidth and energy efficient.

@fedekunze fedekunze added the lite label Sep 2, 2018
@fedekunze fedekunze added this to To do in UX on Gaia-lite via automation Sep 13, 2018
@jackzampolin
Copy link
Member

Light client signature verification is currently only used for accounts. There is much more work to make this feature general. I'm going to go ahead and close this issue as we still need to go through the spec/impl process for this feature.

UX on Gaia-lite automation moved this from Up Next to Done Oct 12, 2018
@ValarDragon ValarDragon reopened this Oct 12, 2018
UX on Gaia-lite automation moved this from Done to In progress Oct 12, 2018
@ValarDragon
Copy link
Contributor

ValarDragon commented Oct 12, 2018

No, this is different from lite client state queries. Lite client verification is needed for block headers as well. This is something we should absolutely do. tendermint/tendermint#2478 is all about optimizing this exact thing.

This is not for state queries, this is for getting the most recent state hash.

@jackzampolin jackzampolin moved this from In progress to Icebox in UX on Gaia-lite Oct 12, 2018
@jackzampolin
Copy link
Member

Going to close this issue as there is fundamental work to be done on the lite client before we optimize.

UX on Gaia-lite automation moved this from Icebox to Done May 28, 2019
@ValarDragon
Copy link
Contributor

Lets write this down somewhere as an explicit goal in the lite client verification?

chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this issue Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

6 participants