NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
386 stars 167 forks source link

implement getProof and verifyProof on trie #1852

Closed rianhughes closed 4 months ago

rianhughes commented 5 months ago

closes: https://github.com/NethermindEth/juno/issues/1851

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 75.35%. Comparing base (576d342) to head (a07d3d5).

Files Patch % Lines
core/trie/proof.go 82.24% 10 Missing and 9 partials :warning:
core/trie/key.go 80.95% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1852 +/- ## ========================================== + Coverage 75.22% 75.35% +0.12% ========================================== Files 96 97 +1 Lines 8183 8313 +130 ========================================== + Hits 6156 6264 +108 - Misses 1506 1517 +11 - Partials 521 532 +11 ```

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