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: Make VKs optional for PCZT extraction #1729

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Mar 3, 2025

No description provided.

&sapling::circuit::SpendVerifyingKey,
&sapling::circuit::OutputVerifyingKey,
)>,
#[cfg(feature = "orchard")] orchard_vk: Option<&orchard::circuit::VerifyingKey>,
Copy link
Contributor Author

@str4d str4d Mar 3, 2025

Choose a reason for hiding this comment

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

Change not documented in changelog so that this PR doesn't conflict with #1673. This can happen in the release PR (or if the other PR merges before this one, after a rebase).

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

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

Project coverage is 54.15%. Comparing base (90d186f) to head (89402db).
Report is 34 commits behind head on main.

Files with missing lines Patch % Lines
zcash_client_backend/src/data_api/wallet.rs 0.00% 6 Missing ⚠️
zcash_client_backend/src/data_api/testing.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1729      +/-   ##
==========================================
- Coverage   54.15%   54.15%   -0.01%     
==========================================
  Files         176      176              
  Lines       20475    20476       +1     
==========================================
  Hits        11088    11088              
- Misses       9387     9388       +1     

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

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 merged commit f615a73 into main Mar 4, 2025
32 of 35 checks passed
@str4d str4d deleted the 1724-zcb-optional-circuit-parameters branch March 6, 2025 00:06
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