zcash / orchard

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

Return bundle metadata from bundle building. #412

Closed nuttycom closed 8 months ago

nuttycom commented 8 months ago

In order to be able to associate requested spends and outputs with the indices of the actions that execute these operations, it is necessary to track the randomization of inputs and outputs and return the mappings that resulted from that shuffling.

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (e127230) 80.99% compared to head (3f7acee) 81.04%.

Files Patch % Lines
src/builder.rs 86.84% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #412 +/- ## ========================================== + Coverage 80.99% 81.04% +0.05% ========================================== Files 31 31 Lines 3146 3166 +20 ========================================== + Hits 2548 2566 +18 - Misses 598 600 +2 ```

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