-
Notifications
You must be signed in to change notification settings - Fork 971
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
feat(share): collect absence proof if namespace is not present in merkle tree #2242
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2242 +/- ##
==========================================
- Coverage 50.86% 50.73% -0.13%
==========================================
Files 154 154
Lines 9742 9810 +68
==========================================
+ Hits 4955 4977 +22
- Misses 4350 4398 +48
+ Partials 437 435 -2
|
cef381e
to
8ad8381
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.
Thought I had already approved
- remove impossible if statement
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.
Just needs lint @walldiss
f6cd31d
## Overview This PR implements support for non-inclusion proof for getters and shrex protocol. Requires #2242 to be merged first
Overview
Implements non-inclusion proof collector. Higher level integration (e.g. shrex) is coming as separate PR.