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
Copy file name to clipboardexpand all lines: cmd/utils/flags.go
+5
Original file line number
Diff line number
Diff line change
@@ -410,6 +410,11 @@ var (
410
410
Usage: "The time to wait for data to arrive from the stream before reporting an error (0s doesn't check)",
411
411
Value: "3s",
412
412
}
413
+
L2ShortCircuitToVerifiedBatchFlag= cli.BoolFlag{
414
+
Name: "zkevm.l2-short-circuit-to-verified-batch",
415
+
Usage: "Short circuit block execution up to the batch after the latest verified batch (default: true). When disabled, the sequencer will execute all downloaded batches",
416
+
Value: true,
417
+
}
413
418
L1SyncStartBlock= cli.Uint64Flag{
414
419
Name: "zkevm.l1-sync-start-block",
415
420
Usage: "Designed for recovery of the network from the L1 batch data, slower mode of operation than the datastream. If set the datastream will not be used",
0 commit comments