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

Chunk light client verification #19

Closed
austinabell opened this issue Jul 18, 2024 · 1 comment
Closed

Chunk light client verification #19

austinabell opened this issue Jul 18, 2024 · 1 comment

Comments

@austinabell
Copy link
Contributor

austinabell commented Jul 18, 2024

Currently, the implementation will perform the maximum jump possible, which is the most efficient for total cycles, but the total latency will be slower once the entire batch can be proven.

Would be more ideal in larger cases to chunk it, such that earlier chunks can be proven as they are available.

Although this might not be meaninful in the case where light client blocks with more signatures and distributed stake, as there will be much more relative signature validation. Benchmarks on Celestia mainnet would likely make this decision (not a breaking change from contract, so either could be picked)

@austinabell
Copy link
Contributor Author

Not doing this anymore since batch verification program is removed for simplicity

@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2024
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

No branches or pull requests

1 participant