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

backport fixes to release #632

Closed
wants to merge 8 commits into from

backport sync event retry

963c10f
Select commit
Loading
Failed to load commit list.
Closed

backport fixes to release #632

backport sync event retry
963c10f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2025 in 0s

56.42% (-0.75%) compared to a14d926

View this Pull Request on Codecov

56.42% (-0.75%) compared to a14d926

Details

Codecov Report

Attention: Patch coverage is 0.99668% with 298 lines in your changes missing coverage. Please review.

Project coverage is 56.42%. Comparing base (a14d926) to head (963c10f).
Report is 36 commits behind head on releases/0.1.0.

Files with missing lines Patch % Lines
crates/consensus-logic/src/fork_choice_manager.rs 0.00% 73 Missing ⚠️
crates/consensus-logic/src/client_transition.rs 0.00% 67 Missing ⚠️
crates/sync/src/simple_sync_worker.rs 0.00% 57 Missing ⚠️
crates/consensus-logic/src/worker.rs 0.00% 55 Missing ⚠️
bin/strata-client/src/main.rs 0.00% 21 Missing ⚠️
crates/consensus-logic/src/sync_manager.rs 0.00% 7 Missing ⚠️
crates/consensus-logic/src/unfinalized_tracker.rs 37.50% 5 Missing ⚠️
crates/btcio/src/reader/query.rs 0.00% 4 Missing ⚠️
bin/strata-client/src/el_sync.rs 0.00% 3 Missing ⚠️
crates/consensus-logic/src/config.rs 0.00% 3 Missing ⚠️
... and 1 more
@@                Coverage Diff                 @@
##           releases/0.1.0     #632      +/-   ##
==================================================
- Coverage           57.16%   56.42%   -0.75%     
==================================================
  Files                 256      265       +9     
  Lines               27048    28294    +1246     
==================================================
+ Hits                15462    15964     +502     
- Misses              11586    12330     +744     
Files with missing lines Coverage Δ
crates/consensus-logic/src/message.rs 0.00% <ø> (ø)
crates/sync/src/worker.rs 0.00% <ø> (ø)
bin/strata-client/src/el_sync.rs 50.00% <0.00%> (ø)
crates/consensus-logic/src/config.rs 0.00% <0.00%> (ø)
crates/state/src/client_state.rs 50.98% <0.00%> (-1.02%) ⬇️
crates/btcio/src/reader/query.rs 31.25% <0.00%> (+31.25%) ⬆️
crates/consensus-logic/src/unfinalized_tracker.rs 91.74% <37.50%> (-1.08%) ⬇️
crates/consensus-logic/src/sync_manager.rs 0.00% <0.00%> (ø)
bin/strata-client/src/main.rs 0.00% <0.00%> (ø)
crates/consensus-logic/src/worker.rs 0.00% <0.00%> (ø)
... and 3 more

... and 27 files with indirect coverage changes