Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-batcher/batcher/sync_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func computeSyncActions[T channelStatuser](newSyncStatus eth.SyncStatus, prevCur
// that the derivation pipeline may have stalled
// e.g. because of Holocene strict ordering rules.
l.Warn("sequencer did not make expected progress",
"existingBlock", eth.ToBlockID(blocks[numBlocksToDequeue-1]),
"existingBlock", ch.LatestL2(),
"newSafeBlock", newSyncStatus.SafeL2,
"syncActions", startAfresh)
return startAfresh, false
Expand Down