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

Batch Membership Proof Optimization Strategies #741

Open
crStiv opened this issue Jan 20, 2025 · 0 comments
Open

Batch Membership Proof Optimization Strategies #741

crStiv opened this issue Jan 20, 2025 · 0 comments

Comments

@crStiv
Copy link

crStiv commented Jan 20, 2025

Current Implementation

Initial implementation in #740:

  • Simple BatchMembershipProof type as Vec<MerkleTreeProof<T>>
  • Basic batch operations implementation
  • Iterative approach for verification

Questions

  • How can we optimize batch verification?
  • What test cases should we add?
  • Should we consider any specific optimizations?

Next Steps

  • Add tests
  • Optimize implementation
  • Add documentation

Related

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