zcash / orchard

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

Update the `incrementalmerkletree` and `bridgetree` patch versions. #395

Closed nuttycom closed 1 year ago

nuttycom commented 1 year ago

This also removes the bridgetree transitive dependency when building using the test-dependencies feature flag, as the only use of it can be satisfied just with incrementalmerkletree.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.47 :warning:

Comparison is base (3619b86) 83.42% compared to head (e219ef5) 82.96%.

:exclamation: Current head e219ef5 differs from pull request most recent head 99d56dc. Consider uploading reports for the commit 99d56dc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #395 +/- ## ========================================== - Coverage 83.42% 82.96% -0.47% ========================================== Files 32 32 Lines 2691 2635 -56 ========================================== - Hits 2245 2186 -59 - Misses 446 449 +3 ``` | [Impacted Files](https://app.codecov.io/gh/zcash/orchard/pull/395?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash) | Coverage Δ | | |---|---|---| | [src/builder.rs](https://app.codecov.io/gh/zcash/orchard/pull/395?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL2J1aWxkZXIucnM=) | `60.51% <ø> (-1.63%)` | :arrow_down: | | [src/tree.rs](https://app.codecov.io/gh/zcash/orchard/pull/395?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL3RyZWUucnM=) | `72.46% <0.00%> (-3.30%)` | :arrow_down: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/zcash/orchard/pull/395/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.