ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

implement `Prove` trait for single proof case #131

Closed ralexstokes closed 5 months ago

ralexstokes commented 5 months ago

Fixes #122.

todo

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 88.42975% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 64.44%. Comparing base (6478fed) to head (8ad2858).

Files Patch % Lines
ssz-rs/src/merkleization/proofs.rs 89.70% 7 Missing :warning:
ssz-rs/src/merkleization/mod.rs 0.00% 3 Missing :warning:
ssz-rs/src/merkleization/merkleize.rs 90.90% 2 Missing :warning:
ssz-rs/src/bitlist.rs 0.00% 1 Missing :warning:
ssz-rs/src/vector.rs 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #131 +/- ## ========================================== + Coverage 60.84% 64.44% +3.59% ========================================== Files 20 20 Lines 1037 1139 +102 ========================================== + Hits 631 734 +103 + Misses 406 405 -1 ```

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