-
Notifications
You must be signed in to change notification settings - Fork 193
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 getProof and verifyProof on trie #1852
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1852 +/- ##
==========================================
+ Coverage 75.22% 75.35% +0.12%
==========================================
Files 96 97 +1
Lines 8183 8313 +130
==========================================
+ Hits 6156 6264 +108
- Misses 1506 1517 +11
- Partials 521 532 +11 ☔ View full report in Codecov by Sentry. |
57ee60c
to
53753d1
Compare
d242797
to
c343913
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the proving need to work for range also instead of just one leaf (can be done later), looks good to me.
closes: #1851