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

Fix and refactor trie proof logics #2252

Merged
merged 32 commits into from
Dec 12, 2024

accidentally deleted truncate tests

ed7d0f5
Select commit
Loading
Failed to load commit list.
Merged

Fix and refactor trie proof logics #2252

accidentally deleted truncate tests
ed7d0f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

74.56% (target 70.00%)

View this Pull Request on Codecov

74.56% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 66.85934% with 172 lines in your changes missing coverage. Please review.

Project coverage is 74.56%. Comparing base (2b1b219) to head (ed7d0f5).

Files with missing lines Patch % Lines
core/trie/proof.go 65.48% 78 Missing and 29 partials ⚠️
core/trie/trie.go 56.04% 34 Missing and 6 partials ⚠️
core/trie/node.go 51.42% 12 Missing and 5 partials ⚠️
core/trie/key.go 82.22% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2252      +/-   ##
==========================================
- Coverage   75.24%   74.56%   -0.68%     
==========================================
  Files         108      109       +1     
  Lines       11520    11559      +39     
==========================================
- Hits         8668     8619      -49     
- Misses       2185     2270      +85     
- Partials      667      670       +3     

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