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

STR-949 chainstate manager v2 and minor chainstate restructures #633

Merged
merged 24 commits into from
Jan 31, 2025

rocksdb-store: moved check back, oops

1ff4722
Select commit
Loading
Failed to load commit list.
Merged

STR-949 chainstate manager v2 and minor chainstate restructures #633

rocksdb-store: moved check back, oops
1ff4722
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 0s

54.85% (-0.31%) compared to 67a711d

View this Pull Request on Codecov

54.85% (-0.31%) compared to 67a711d

Details

Codecov Report

Attention: Patch coverage is 24.63343% with 514 lines in your changes missing coverage. Please review.

Project coverage is 54.85%. Comparing base (67a711d) to head (1ff4722).

Files with missing lines Patch % Lines
crates/storage/src/managers/chainstate.rs 0.00% 74 Missing ⚠️
crates/state/src/state_op.rs 40.17% 70 Missing ⚠️
bin/strata-client/src/rpc_server.rs 0.00% 53 Missing ⚠️
bin/strata-client/src/main.rs 0.00% 52 Missing ⚠️
...rates/consensus-logic/src/csm/client_transition.rs 25.00% 42 Missing ⚠️
crates/primitives/src/epoch.rs 0.00% 28 Missing ⚠️
...tes/sequencer/src/block_template/block_assembly.rs 0.00% 24 Missing ⚠️
crates/sequencer/src/duty/worker.rs 0.00% 23 Missing ⚠️
crates/sequencer/src/checkpoint/worker.rs 0.00% 20 Missing ⚠️
crates/consensus-logic/src/fork_choice_manager.rs 0.00% 19 Missing ⚠️
... and 14 more
@@            Coverage Diff             @@
##             main     #633      +/-   ##
==========================================
- Coverage   55.15%   54.85%   -0.31%     
==========================================
  Files         311      313       +2     
  Lines       33321    33449     +128     
==========================================
- Hits        18379    18347      -32     
- Misses      14942    15102     +160     
Files with missing lines Coverage Δ
crates/btcio/src/reader/query.rs 47.33% <100.00%> (ø)
crates/chaintsn/src/transition.rs 82.86% <100.00%> (ø)
crates/db/src/traits.rs 0.00% <ø> (ø)
crates/proof-impl/cl-stf/src/lib.rs 94.87% <100.00%> (ø)
crates/rocksdb-store/src/chain_state/db.rs 98.54% <100.00%> (-0.17%) ⬇️
crates/rocksdb-store/src/lib.rs 0.00% <ø> (ø)
crates/sequencer/src/block_template/handle.rs 0.00% <ø> (ø)
crates/status/src/status_manager.rs 47.12% <100.00%> (+2.54%) ⬆️
crates/test-utils/src/lib.rs 87.50% <ø> (ø)
crates/state/src/chain_state.rs 91.07% <90.90%> (-0.31%) ⬇️
... and 23 more

... and 5 files with indirect coverage changes