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

Post-release merge of zcash_client_sqlite-0.12.1 back to main. #1568

Merged
merged 13 commits into from
Oct 11, 2024

Conversation

nuttycom
Copy link
Contributor

No description provided.

In scan progress computation, `recover_until_height` was incorrectly
being treated as an inclusive end, meaning that it was possible for a
block's notes to be counted both within the recovery range and within
the scanning range.
We now compute the fallback tree size at the birthday height and the
recover-until height separately in order to avoid the mixing of
concerns.
zcash_client_sqlite: Fix errors in progress computation.
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 59.88701% with 71 lines in your changes missing coverage. Please review.

Project coverage is 61.63%. Comparing base (81d8ad4) to head (8cce254).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
zcash_client_sqlite/src/wallet.rs 58.95% 71 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1568      +/-   ##
==========================================
+ Coverage   61.62%   61.63%   +0.01%     
==========================================
  Files         148      148              
  Lines       18825    18836      +11     
==========================================
+ Hits        11601    11610       +9     
- Misses       7224     7226       +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 8cce254

@nuttycom nuttycom merged commit dd51c2a into main Oct 11, 2024
27 of 28 checks passed
@nuttycom nuttycom deleted the hotfix/zcash_client_sqlite-0.12.1-merge branch October 11, 2024 20:42
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.

Post-hoc ACK

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