Skip to content
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

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

nuttycom
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 80.59%. Comparing base (3d79ba4) to head (ff7287e).

Files Patch % Lines
src/note/nullifier.rs 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

daira
daira previously approved these changes Feb 24, 2024
Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@str4d str4d changed the title Add impl subtle::ConstantTimeEq for note::Nullifier Additions needed for Orchard batch scanning Feb 26, 2024
Copy link
Contributor

@str4d str4d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 9729cd8

Comment on lines +11 to +13
- `impl subtle::ConstantTimeEq for note::Nullifier`
- `impl Clone for note_encryption::CompactAction`
- `note_encryption::CompactAction::cmx`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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`

Copy link
Contributor

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.

@str4d str4d merged commit 2a312c0 into zcash:main Feb 29, 2024
13 checks passed
@nuttycom nuttycom deleted the nullifier_ct_eq branch February 29, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants