-
Notifications
You must be signed in to change notification settings - Fork 108
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
Document consensus rules from 3.9 Nullifier Sets #3521
Conversation
Looks like this failed with bug #3489 |
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.
Looks good!
I wrote this code and the original comments, so we might also want to get a review from another cryptographer.
Codecov Report
@@ Coverage Diff @@
## main #3521 +/- ##
==========================================
+ Coverage 78.34% 80.55% +2.21%
==========================================
Files 267 274 +7
Lines 31526 32256 +730
==========================================
+ Hits 24698 25983 +1285
+ Misses 6828 6273 -555 |
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.
One note, otherwise LGTM.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I opened ticket #3533 to fix this. |
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.
I wrote this code and the original comments, so we might also want to get a review from another cryptographer.
I checked the code, comments and consensus rules, and it all looks good to me.
@Mergifyio update |
✅ Branch has been successfully updated |
Motivation
We must document all consensus rules.
Specifications
Designs
Solution
I was going over the remaining consensus rules documentation issues and ended up just doing this, just had to reorganize and reformat. (As well as confirming the implementation was there)
Closes #3214
Review
@dconnolly and/or @upbqdn might want to review
Reviewer Checklist
Follow Up Work