Closed bewakes closed 2 weeks ago
Attention: Patch coverage is 0%
with 45 lines
in your changes missing coverage. Please review.
Project coverage is 57.09%. Comparing base (
a14d926
) to head (a8ec132
). Report is 6 commits behind head on releases/0.1.0.
@@ Coverage Diff @@
## releases/0.1.0 #422 +/- ##
==================================================
- Coverage 57.16% 57.09% -0.08%
==================================================
Files 256 257 +1
Lines 27048 27122 +74
==================================================
+ Hits 15462 15484 +22
- Misses 11586 11638 +52
Files with missing lines | Coverage Δ | |
---|---|---|
crates/consensus-logic/src/message.rs | 0.00% <ø> (ø) |
|
crates/consensus-logic/src/sync_manager.rs | 0.00% <0.00%> (ø) |
|
crates/consensus-logic/src/worker.rs | 0.00% <0.00%> (ø) |
|
crates/consensus-logic/src/fork_choice_manager.rs | 0.00% <0.00%> (ø) |
closing this in favor of the next PR: https://github.com/alpenlabs/strata/pull/434 which is branched off of release branch.
Description
This PR removes the cycle between FCM worker and CSM worker by having CSM send
NewState
message to FCM viaClientUpdateNotif
instead ofForkChoiceMessage::NewState
.Type of Change
Checklist
Related Issues