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

Implement Merkle Interval Tree #268

Closed
2 tasks
smartcontracts opened this issue Jun 11, 2019 · 0 comments · Fixed by #283
Closed
2 tasks

Implement Merkle Interval Tree #268

smartcontracts opened this issue Jun 11, 2019 · 0 comments · Fixed by #283
Assignees

Comments

@smartcontracts
Copy link
Contributor

The Merkle Interval Tree is a special type of Merkle tree that allows users to create proofs of inclusion/exclusion for ranges of items. We need to implement the Merkle Interval Tree according to the interface we've already specified.

Tasks:

  • Create an interface for MerkleIntervalTree.
  • Implement MerkleIntervalTree.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant