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

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Add Cmp()

38d930b
Select commit
Loading
Failed to load commit list.
Open

Implement BitArray and replace trie.Key #2322

Add Cmp()
38d930b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 1s

75.01% (target 70.00%)

View this Pull Request on Codecov

75.01% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 90.72165% with 45 lines in your changes missing coverage. Please review.

Project coverage is 75.01%. Comparing base (417bb0a) to head (38d930b).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
core/trie/bitarray.go 91.29% 29 Missing and 2 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 84.21% 1 Missing and 2 partials ⚠️
migration/migration.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2322      +/-   ##
==========================================
+ Coverage   74.49%   75.01%   +0.51%     
==========================================
  Files         110      110              
  Lines       11771    12141     +370     
==========================================
+ Hits         8769     9107     +338     
- Misses       2324     2351      +27     
- Partials      678      683       +5     

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