Skip to content

Split persistent state on parts by shards - #1100

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

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

fix(core): review fixes

bd512d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2026 in 1s

60.04% (+0.18%) compared to 7235431

View this Pull Request on Codecov

60.04% (+0.18%) compared to 7235431

Details

Codecov Report

❌ Patch coverage is 73.29873% with 463 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.04%. Comparing base (7235431) to head (bd512d3).

Files with missing lines Patch % Lines
core/src/block_strider/starter/cold_boot.rs 0.00% 165 Missing ⚠️
core/src/storage/persistent_state/tests.rs 77.81% 15 Missing and 56 partials ⚠️
core/src/storage/persistent_state/mod.rs 67.12% 30 Missing and 18 partials ⚠️
core/src/storage/shard_state/cell_storage/raw.rs 89.37% 19 Missing and 15 partials ⚠️
core/src/storage/shard_state/mod.rs 73.64% 20 Missing and 14 partials ⚠️
core/src/storage/shard_state/store_state_raw.rs 80.57% 15 Missing and 19 partials ⚠️
...src/storage/persistent_state/shard_state/writer.rs 89.47% 11 Missing and 11 partials ⚠️
core/src/block_strider/starter/starter_client.rs 0.00% 13 Missing ⚠️
...src/storage/persistent_state/shard_state/reader.rs 72.41% 3 Missing and 5 partials ⚠️
core/src/blockchain_rpc/service.rs 84.44% 7 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
+ Coverage   59.86%   60.04%   +0.18%     
==========================================
  Files         484      485       +1     
  Lines       82721    84269    +1548     
  Branches    82721    84269    +1548     
==========================================
+ Hits        49522    50602    +1080     
- Misses      30850    31205     +355     
- Partials     2349     2462     +113     

☔ 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.