zcash / orchard

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

Migrate to `halo2_proofs 0.2.0` #336

Closed str4d closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #336 (a9c3125) into main (8aba4c5) will increase coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
+ Coverage   89.51%   89.69%   +0.18%     
==========================================
  Files          36       36              
  Lines        3824     3825       +1     
==========================================
+ Hits         3423     3431       +8     
+ Misses        401      394       -7     
Impacted Files Coverage Δ
src/builder.rs 75.51% <100.00%> (ø)
src/circuit.rs 89.86% <100.00%> (+0.45%) :arrow_up:
src/circuit/commit_ivk.rs 95.68% <100.00%> (+0.05%) :arrow_up:
src/circuit/gadget.rs 90.56% <100.00%> (+2.63%) :arrow_up:
src/circuit/gadget/add_chip.rs 90.00% <100.00%> (+3.04%) :arrow_up:
src/circuit/note_commit.rs 99.38% <100.00%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8aba4c5...a9c3125. Read the comment docs.

str4d commented 2 years ago

Force-pushed to use the now-published halo2_proofs 0.2.0.

str4d commented 2 years ago

Force-pushed to fix clippy lints.