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

Verify Proof without leaves, just with proof, root and leaf #66

Closed
olivmath opened this issue Sep 27, 2024 · 0 comments · Fixed by #69
Closed

Verify Proof without leaves, just with proof, root and leaf #66

olivmath opened this issue Sep 27, 2024 · 0 comments · Fixed by #69
Assignees
Labels
feat Adds a feature that didn't exist before

Comments

@olivmath
Copy link
Owner

olivmath commented Sep 27, 2024

🛑✋ Blocked by #67

Describe a new Feature

Verify Proof without leaves, just with proof, root and leaf

Describe what you expect! (Example)

I want Merkly to work like this:

import merkly

proof, leaf = get_data_from_api()

root = "0xe35e6e14fdf91ecc6adfb74856bcd8a2c22544bd10bded94f2a9fecc77cf630b"

result = merkly.verify_proof(proof, leaf, root)

assert result == True
@olivmath olivmath self-assigned this Sep 27, 2024
@olivmath olivmath moved this to Todo in Merkly Use case Sep 30, 2024
@olivmath olivmath added the feat Adds a feature that didn't exist before label Sep 30, 2024
@olivmath olivmath added this to the Merkly Use Case Work milestone Sep 30, 2024
@olivmath olivmath linked a pull request Oct 19, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Merkly Use case Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Adds a feature that didn't exist before
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant