Skip to content

Split persistent state on parts by shards#1100

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

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

9750b23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2026 in 0s

60.02% (+0.13%) compared to 5e6b378

View this Pull Request on Codecov

60.02% (+0.13%) compared to 5e6b378

Details

Codecov Report

❌ Patch coverage is 73.29873% with 463 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.02%. Comparing base (5e6b378) to head (9750b23).
⚠️ Report is 1 commits behind head on master.

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.89%   60.02%   +0.13%     
==========================================
  Files         484      485       +1     
  Lines       82715    84274    +1559     
  Branches    82715    84274    +1559     
==========================================
+ Hits        49541    50587    +1046     
- Misses      30826    31222     +396     
- Partials     2348     2465     +117     

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