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 committed Dec 16, 2024
1 parent 9d1d994 commit f961255
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 @@ -465,6 +465,7 @@ where
);
}
StateRootMessage::FinishedStateUpdates => {
trace!(target: "engine::root", "Finished state updates");
updates_finished = true;
}
StateRootMessage::ProofCalculated { proof, state_update, sequence_number } => {
Expand Down Expand Up @@ -510,6 +511,7 @@ where
has_new_proofs,
all_proofs_received,
no_pending,
?updates_finished,
"State check"
);

Expand Down

0 comments on commit f961255

Please sign in to comment.