Skip to content

Split persistent state on parts by shards#1100

Open
SmaGMan wants to merge 12 commits into
masterfrom
feature/split-persistent-w-raw-import-speed-up
Open

Split persistent state on parts by shards#1100
SmaGMan wants to merge 12 commits into
masterfrom
feature/split-persistent-w-raw-import-speed-up

chore: log state download and import start and stop

4d89ee0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2026 in 0s

60.35% (+0.12%) compared to 88996d8

View this Pull Request on Codecov

60.35% (+0.12%) compared to 88996d8

Details

Codecov Report

❌ Patch coverage is 74.14311% with 430 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.35%. Comparing base (88996d8) to head (4d89ee0).

Files with missing lines Patch % Lines
core/src/block_strider/starter/cold_boot.rs 0.00% 152 Missing ⚠️
core/src/storage/persistent_state/tests.rs 76.94% 15 Missing and 56 partials ⚠️
core/src/storage/persistent_state/mod.rs 67.12% 30 Missing and 18 partials ⚠️
core/src/storage/shard_state/mod.rs 74.24% 20 Missing and 14 partials ⚠️
core/src/storage/shard_state/cell_storage/raw.rs 90.31% 16 Missing and 15 partials ⚠️
core/src/storage/shard_state/store_state_raw.rs 81.76% 12 Missing and 17 partials ⚠️
...src/storage/persistent_state/shard_state/writer.rs 90.09% 11 Missing and 9 partials ⚠️
core/src/block_strider/starter/starter_client.rs 0.00% 13 Missing ⚠️
core/src/blockchain_rpc/service.rs 84.44% 7 Missing ⚠️
block-util/src/dict.rs 89.65% 4 Missing and 2 partials ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
+ Coverage   60.22%   60.35%   +0.12%     
==========================================
  Files         473      474       +1     
  Lines       80541    82035    +1494     
  Branches    80541    82035    +1494     
==========================================
+ Hits        48507    49513    +1006     
- Misses      29712    30086     +374     
- Partials     2322     2436     +114     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.