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

Feature: Support better merkle tree for protocol #2

Open
vuvoth opened this issue Nov 20, 2022 · 0 comments
Open

Feature: Support better merkle tree for protocol #2

vuvoth opened this issue Nov 20, 2022 · 0 comments

Comments

@vuvoth
Copy link
Owner

vuvoth commented Nov 20, 2022

Motivation

We are using a binary Merkle tree. However this have a few disadvantaged:

  • The size of tree is small, only support less than 32-depth level.
  • We don't have service to support use compute the merkle proof. Client cannot store and compute with massive tree data like current model.

Approaches

  • Use sparse a Merkle tree or another data structure if they can help us.
  • Create service help user store and compute their merkle proof and keep privacy when compute. (should be another issue).
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