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

zcash_client_backend: Add Orchard frontier to AccountBirthday #1232

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

nuttycom
Copy link
Contributor

@nuttycom nuttycom commented Mar 7, 2024

No description provided.

@nuttycom nuttycom changed the title zcash_client_backend: Add Orchard fronier to AccountBirthday zcash_client_backend: Add Orchard frontier to AccountBirthday Mar 7, 2024
@nuttycom nuttycom force-pushed the wallet/orchard_account_birthday branch from 24bd755 to 4532520 Compare March 7, 2024 21:45
Comment on lines 963 to +966
sapling_frontier: Frontier<sapling::Node, { sapling::NOTE_COMMITMENT_TREE_DEPTH }>,
#[cfg(feature = "orchard")]
orchard_frontier:
Frontier<orchard::tree::MerkleHashOrchard, { orchard::NOTE_COMMITMENT_TREE_DEPTH as u8 }>,
Copy link
Contributor

Choose a reason for hiding this comment

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

Non-blocking suggestion: add SaplingFrontier and OrchardFrontier type aliases.

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

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

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

Project coverage is 63.89%. Comparing base (8130359) to head (4532520).

Files Patch % Lines
zcash_client_backend/src/data_api.rs 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1232      +/-   ##
==========================================
- Coverage   63.89%   63.89%   -0.01%     
==========================================
  Files         115      115              
  Lines       11930    11934       +4     
==========================================
+ Hits         7623     7625       +2     
- Misses       4307     4309       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 4532520

@str4d str4d added this to the Librustzcash Zashi 1.0 milestone Mar 7, 2024
@nuttycom nuttycom merged commit d48e45e into zcash:main Mar 7, 2024
22 of 24 checks passed
@nuttycom nuttycom deleted the wallet/orchard_account_birthday branch March 7, 2024 22:27
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.

3 participants