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_primitives: Refactor Transaction to permit omitting protocol-specific bundles #1388

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

zcash_primitives: Extract bundle-specific parts of tx serialization

822cd36
Select commit
Loading
Failed to load commit list.
Open

zcash_primitives: Refactor Transaction to permit omitting protocol-specific bundles #1388

zcash_primitives: Extract bundle-specific parts of tx serialization
822cd36
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

61.65% (+0.03%) compared to dec3024

View this Pull Request on Codecov

61.65% (+0.03%) compared to dec3024

Details

Codecov Report

Attention: Patch coverage is 75.88933% with 61 lines in your changes missing coverage. Please review.

Project coverage is 61.65%. Comparing base (dec3024) to head (822cd36).

Files with missing lines Patch % Lines
zcash_primitives/src/transaction/mod.rs 62.71% 22 Missing ⚠️
zcash_primitives/src/transaction/components/tze.rs 0.00% 18 Missing ⚠️
zcash_primitives/src/transaction/sighash_v4.rs 89.23% 7 Missing ⚠️
zcash_primitives/src/transaction/txid.rs 76.92% 6 Missing ⚠️
zcash_primitives/src/transaction/components.rs 50.00% 4 Missing ⚠️
devtools/src/bin/inspect/transaction.rs 0.00% 1 Missing ⚠️
...sh_primitives/src/transaction/components/sprout.rs 94.73% 1 Missing ⚠️
...imitives/src/transaction/components/transparent.rs 93.75% 1 Missing ⚠️
zcash_primitives/src/transaction/sighash_v5.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1388      +/-   ##
==========================================
+ Coverage   61.62%   61.65%   +0.03%     
==========================================
  Files         148      149       +1     
  Lines       18825    18904      +79     
==========================================
+ Hits        11601    11656      +55     
- Misses       7224     7248      +24     

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