You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Pipelining is enabled and there are uncheckpointed blocks beyond the confirmed chain,
384
384
// but the pending checkpoint attestation hasn't arrived yet (skip condition above failed).
385
385
// Wait for the pending checkpoint to be attested or for uncheckpointed blocks to be pruned
386
386
// rather than making an L1 call that would fail or give misleading results.
387
387
this.log.warn(
388
-
`Pipelining stall: proposed chain at checkpoint ${syncedTo.checkpointNumber} is ahead of confirmed ${syncedTo.checkpointedCheckpointNumber} but no pending attestation (pending=${pendingCheckpointNumber}). Waiting for reconciliation.`,
388
+
`Pipelining stall: proposed chain at checkpoint ${syncedTo.checkpointNumber} is ahead of confirmed ${syncedTo.latestCheckpointNumber} but no pending attestation (pending=${pendingCheckpointNumber}). Waiting for reconciliation.`,
0 commit comments