zcash / orchard

Implementation of the Zcash Orchard Protocol
https://zcash.github.io/orchard/
Other
53 stars 37 forks source link

Add a public bundle-builder function as an alternative to the mutable builder. #404

Closed nuttycom closed 8 months ago

nuttycom commented 8 months ago

An alternative/extension to #403

codecov-commenter commented 8 months ago

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (003619b) 81.07% compared to head (422c5e3) 80.99%.

Files Patch % Lines
src/builder.rs 73.78% 27 Missing :warning:
src/bundle.rs 25.00% 3 Missing :warning:
src/tree.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #404 +/- ## ========================================== - Coverage 81.07% 80.99% -0.08% ========================================== Files 31 31 Lines 3112 3141 +29 ========================================== + Hits 2523 2544 +21 - Misses 589 597 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.