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

Implement BitArray and replace trie.Key #2322

Merged
merged 63 commits into from
Jan 23, 2025

add AppendZeros

8f22ebd
Select commit
Loading
Failed to load commit list.
Merged

Implement BitArray and replace trie.Key #2322

add AppendZeros
8f22ebd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 1s

74.63% (target 70.00%)

View this Pull Request on Codecov

74.63% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.57252% with 160 lines in your changes missing coverage. Please review.

Project coverage is 74.63%. Comparing base (b45cae5) to head (8f22ebd).

Files with missing lines Patch % Lines
core/trie/bitarray.go 72.26% 143 Missing and 4 partials ⚠️
core/trie/proof.go 88.09% 3 Missing and 2 partials ⚠️
core/trie/trie.go 90.90% 2 Missing and 2 partials ⚠️
core/trie/node.go 83.33% 1 Missing and 2 partials ⚠️
migration/migration.go 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2322      +/-   ##
==========================================
- Coverage   74.92%   74.63%   -0.29%     
==========================================
  Files         111      111              
  Lines       12171    12581     +410     
==========================================
+ Hits         9119     9390     +271     
- Misses       2353     2489     +136     
- Partials      699      702       +3     

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