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: block apply in the past #11767

Merged
merged 6 commits into from
Jul 12, 2024

rename with_db_trie_only -> new_with_db_trie_only

5b8d3ca
Select commit
Loading
Failed to load commit list.
Merged

fix: block apply in the past #11767

rename with_db_trie_only -> new_with_db_trie_only
5b8d3ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 11, 2024 in 0s

71.80% (-0.02%) compared to 5928beb

View this Pull Request on Codecov

71.80% (-0.02%) compared to 5928beb

Details

Codecov Report

Attention: Patch coverage is 48.51485% with 52 lines in your changes missing coverage. Please review.

Project coverage is 71.80%. Comparing base (5928beb) to head (5b8d3ca).
Report is 8 commits behind head on master.

Files Patch % Lines
tools/state-viewer/src/commands.rs 39.39% 19 Missing and 1 partial ⚠️
tools/state-viewer/src/cli.rs 23.52% 13 Missing ⚠️
chain/chain/src/types.rs 0.00% 8 Missing ⚠️
tools/state-viewer/src/apply_chunk.rs 85.71% 0 Missing and 4 partials ⚠️
chain/chain/src/runtime/mod.rs 0.00% 3 Missing ⚠️
core/store/src/trie/mod.rs 0.00% 3 Missing ⚠️
tools/state-viewer/src/apply_chain_range.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11767      +/-   ##
==========================================
- Coverage   71.82%   71.80%   -0.02%     
==========================================
  Files         792      792              
  Lines      162765   162806      +41     
  Branches   162765   162806      +41     
==========================================
+ Hits       116899   116901       +2     
- Misses      40822    40853      +31     
- Partials     5044     5052       +8     

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