Skip to content

Commit

Permalink
chore(engine): log about finished state updates in state root task (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin authored Dec 16, 2024
1 parent 37ca547 commit ce4e35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/engine/tree/src/tree/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ where
);
}
StateRootMessage::FinishedStateUpdates => {
trace!(target: "engine::root", "Finished state updates");
updates_finished = true;
}
StateRootMessage::ProofCalculated(proof_calculated) => {
Expand Down Expand Up @@ -542,6 +543,7 @@ where
has_new_proofs,
all_proofs_received,
no_pending,
?updates_finished,
"State check"
);

Expand Down

0 comments on commit ce4e35c

Please sign in to comment.