-
Notifications
You must be signed in to change notification settings - Fork 79
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: reveal multiple rangesets with one rangeset. #664
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #664 +/- ##
==========================================
+ Coverage 55.76% 56.25% +0.48%
==========================================
Files 189 189
Lines 20886 20870 -16
==========================================
+ Hits 11648 11741 +93
+ Misses 9238 9129 -109 ☔ View full report in Codecov by Sentry. |
df4b31a
to
5cf7128
Compare
This doesn't address the issue, we're not looking for a method to pass in a slice. Instead, we want to address the problem that the user has to specify each range individually which corresponds to a commitment. When the user provides a range set to reveal, we should look into the encoding tree/hash commitments and determine if we can satisfy it with one or more of the available commitments. |
Yeap! Got the same feedback from @themighty1 , and am working on it |
Just realised there is one more polishing to do, will notify when it's ready to be reviewed |
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.
Very nicely done!!!
Co-authored-by: dan <[email protected]>
lgtm |
Addresses #655