-
Notifications
You must be signed in to change notification settings - Fork 38
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
Additions needed for Orchard batch scanning #419
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #419 +/- ##
==========================================
- Coverage 80.64% 80.59% -0.06%
==========================================
Files 30 30
Lines 3152 3154 +2
==========================================
Hits 2542 2542
- Misses 610 612 +2 ☔ View full report in Codecov by Sentry. |
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.
utACK
impl subtle::ConstantTimeEq for note::Nullifier
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.
utACK 9729cd8
- `impl subtle::ConstantTimeEq for note::Nullifier` | ||
- `impl Clone for note_encryption::CompactAction` | ||
- `note_encryption::CompactAction::cmx` |
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.
- `impl subtle::ConstantTimeEq for note::Nullifier` | |
- `impl Clone for note_encryption::CompactAction` | |
- `note_encryption::CompactAction::cmx` | |
- `impl subtle::ConstantTimeEq for orchard::note::Nullifier` | |
- `orchard::note_encryption`: | |
- `impl Clone for CompactAction` | |
- `CompactAction::cmx` |
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'll do this in the release PR.
No description provided.