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_sqlite: Enable decorrelated retrieval of transparent UTXOs sent to ephemeral addreses. #1736

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nuttycom
Copy link
Contributor

No description provided.

@nuttycom nuttycom force-pushed the feature/taddr_fetch_scheduling branch 2 times, most recently from bebdf5a to b56f084 Compare March 12, 2025 21:12
@nuttycom nuttycom force-pushed the feature/taddr_fetch_scheduling branch from b56f084 to 2919e33 Compare March 13, 2025 17:22
@nuttycom nuttycom changed the title [WIP] zcash_client_sqlite: Enable decorrelated retrieval of transparent UTXOs zcash_client_sqlite: Enable decorrelated retrieval of transparent UTXOs sent to ephemeral addreses. Mar 13, 2025
@nuttycom nuttycom force-pushed the feature/taddr_fetch_scheduling branch from 2919e33 to 92ddd0d Compare March 13, 2025 17:29
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 39.05325% with 103 lines in your changes missing coverage. Please review.

Project coverage is 54.15%. Comparing base (35c9af8) to head (92ddd0d).

Files with missing lines Patch % Lines
zcash_client_sqlite/src/wallet/transparent.rs 31.03% 40 Missing ⚠️
..._client_sqlite/src/wallet/transparent/ephemeral.rs 0.00% 24 Missing ⚠️
.../init/migrations/transparent_gap_limit_handling.rs 50.00% 21 Missing ⚠️
zcash_client_sqlite/src/lib.rs 14.28% 6 Missing ⚠️
zcash_client_sqlite/src/error.rs 0.00% 4 Missing ⚠️
zcash_client_sqlite/src/wallet.rs 75.00% 4 Missing ⚠️
zcash_client_sqlite/src/wallet/encoding.rs 66.66% 2 Missing ⚠️
zcash_client_sqlite/src/wallet/init.rs 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1736      +/-   ##
==========================================
- Coverage   54.27%   54.15%   -0.12%     
==========================================
  Files         179      179              
  Lines       21253    21369     +116     
==========================================
+ Hits        11535    11573      +38     
- Misses       9718     9796      +78     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…ses` table.

This updates the `transparent_gap_limit_handling` migration; there's no
good reason to split these updates across multiple migrations.
@nuttycom nuttycom force-pushed the feature/taddr_fetch_scheduling branch from 92ddd0d to 8ba5c4f Compare March 13, 2025 18:50
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.

2 participants