Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating verify proof range to handle empty proof keys #1901

Merged
merged 32 commits into from
Jun 28, 2024

Merge branch 'main' into rianhughes/proof-range-test

f3b20cd
Select commit
Loading
Failed to load commit list.
Merged

updating verify proof range to handle empty proof keys #1901

Merge branch 'main' into rianhughes/proof-range-test
f3b20cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 28, 2024 in 0s

75.51% (target 70.00%)

View this Pull Request on Codecov

75.51% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 71.50538% with 106 lines in your changes missing coverage. Please review.

Project coverage is 75.51%. Comparing base (ad21b2e) to head (f3b20cd).

Files Patch % Lines
core/trie/proof.go 67.35% 31 Missing and 32 partials ⚠️
core/trie/trie.go 77.85% 16 Missing and 15 partials ⚠️
core/trie/node.go 69.23% 7 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1901      +/-   ##
==========================================
- Coverage   75.72%   75.51%   -0.21%     
==========================================
  Files          97       97              
  Lines        8337     8651     +314     
==========================================
+ Hits         6313     6533     +220     
- Misses       1487     1534      +47     
- Partials      537      584      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.