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: docs/zkEVM/architecture/protocol/sequencing-batches.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,6 @@ This process is depicted in the figure below.
58
58
59
59
In order to sequence a batch, the sequencer calls the $\texttt{sequenceBatches()}$ function in the L1 smart contract which can sequence one or multiple batches at once.
60
60
61
-
62
-
This step provides L2 data availability in the L1 execution layer, because we are registering in L1 all the bytes of the L2 transactions.
63
-
64
61
The calldata for the L1 $\texttt{sequenceBatches()}$ function needs to include the following information:
65
62
66
63
- The L2 transactions data, which is an array containing data for each batch. It includes all transactions within the batch along with a timestamp indicating its closure time.
0 commit comments