Skip to content

Commit 838e125

Browse files
committed
resolved links and conflicts
1 parent 0720894 commit 838e125

File tree

8 files changed

+28
-44
lines changed

8 files changed

+28
-44
lines changed

docs/zkEVM/architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Before getting into a transaction flow in L2, users need some funds to perform a
171171
- Aggregator will take pending transactions to be verified and build a Proof in order to achieve finality on L1
172172
- Once the Proof is validated, user's transactions will attain L1 finality (important for withdrawals). This is called the **consolidated state**.
173173

174-
The above process is a summarized version of how transactions are processed in zkEVM. We recommend you to take a look at the complete [transaction life cycle](../protocol/l2-transaction-cycle-intro.md) document.
174+
The above process is a summarized version of how transactions are processed in zkEVM. We recommend you to take a look at the complete [transaction life cycle](../protocol/submit-transaction.md) document.
175175

176176
## Design characteristics
177177

docs/zkEVM/protocol/batch-aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
!!!info
33

4-
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](l2-transaction-cycle-intro.md) inside Polygon zkEVM.
4+
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](submit-transaction.md) inside Polygon zkEVM.
55

66
The **Trusted Aggregator should eventually aggregate the sequences of batches previously committed by the Trusted Sequencer in order to achieve the L2 State final stage**, which is the Consolidated State.
77

File renamed without changes.

docs/zkEVM/protocol/submit-trasaction.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/zkEVM/protocol/transaction-batching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
!!!info
3-
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](l2-transaction-cycle-intro.md) inside Polygon zkEVM.
3+
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](submit-transaction.md) inside Polygon zkEVM.
44

55
The **Trusted Sequencer** must batch the transactions using the following `BatchData` struct specified in the `PolygonZkEVM.sol` contract:
66

docs/zkEVM/protocol/transaction-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
!!!info
3-
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](l2-transaction-cycle-intro.md) inside Polygon zkEVM.
3+
This document is a continuation in the series of articles explaining the [<ins>Transaction Life Cycle</ins>](submit-transaction.md) inside Polygon zkEVM.
44

55
The **Trusted Sequencer reads transactions from the pool** and decides whether to **discard** them or **order and execute** them. Transactions that have been executed are added to a transaction batch, and the Sequencer's local L2 State is updated.
66

docs/zkEVM/specifications/pil/simple-example.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -106,31 +106,32 @@ See the below table for the corresponding execution trace:
106106

107107
$$
108108
\begin{aligned}
109-
\begin{array}{|l|c|}\hline
110-
\texttt{row}\\ \hline
111-
\ \text{ 1}\\ \hline
112-
\ \text{ 2}\\ \hline
113-
\ \text{ 3}\\ \hline
114-
\ \text{ 4}\\ \hline
115-
\ \text{ 5}\\ \hline
116-
\ \text{ 6}\\ \hline
117-
\ \text{ 7}\\ \hline
118-
\ \ \vdots\\ \hline
119-
\end{array}
109+
\begin{array}{|l|c|}\hline
110+
\texttt{row}\\ \hline
111+
\ \text{ 1}\\ \hline
112+
\ \text{ 2}\\ \hline
113+
\ \text{ 3}\\ \hline
114+
\ \text{ 4}\\ \hline
115+
\ \text{ 5}\\ \hline
116+
\ \text{ 6}\\ \hline
117+
\ \text{ 7}\\ \hline
118+
\ \ \vdots\\ \hline
119+
\end{array}
120120
\end{aligned}
121121
\hspace{0.1cm}
122122
123-
\begin{aligned}\begin{array}{|l|c|c|c|c|c|c|c|}\hline
124-
\mathtt{freeIn} & \mathtt{RESET} & \texttt{out} \\ \hline
125-
\ \quad\ \texttt{4} & \texttt{1} & \texttt{0} \\ \hline
126-
\ \quad\ \texttt{2} & \texttt{0} & \texttt{4} \\ \hline
127-
\ \quad\ \texttt{3} & \texttt{1} & \texttt{8} \\ \hline
128-
\ \quad\ \texttt{1} & \texttt{0} & \texttt{3} \\ \hline
129-
\ \quad\ \texttt{9} & \texttt{1} & \texttt{3} \\ \hline
130-
\ \quad\ \texttt{0} & \texttt{0} & \texttt{9} \\ \hline
131-
\ \quad\ \texttt{0} & \texttt{1} & \texttt{0} \\ \hline
132-
\ \quad\ \vdots & \vdots & \vdots \\ \hline
133-
\end{array}
123+
\begin{aligned}
124+
\begin{array}{|l|c|c|c|c|c|c|c|}\hline
125+
\mathtt{freeIn} & \mathtt{RESET} & \texttt{out} \\ \hline
126+
\ \quad\ \texttt{4} & \texttt{1} & \texttt{0} \\ \hline
127+
\ \quad\ \texttt{2} & \texttt{0} & \texttt{4} \\ \hline
128+
\ \quad\ \texttt{3} & \texttt{1} & \texttt{8} \\ \hline
129+
\ \quad\ \texttt{1} & \texttt{0} & \texttt{3} \\ \hline
130+
\ \quad\ \texttt{9} & \texttt{1} & \texttt{3} \\ \hline
131+
\ \quad\ \texttt{0} & \texttt{0} & \texttt{9} \\ \hline
132+
\ \quad\ \texttt{0} & \texttt{1} & \texttt{0} \\ \hline
133+
\ \quad\ \vdots & \vdots & \vdots \\ \hline
134+
\end{array}
134135
\end{aligned}
135136
$$
136137

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ nav:
101101
- Introduction: zkEVM/protocol/introduction.md
102102
- State management: zkEVM/protocol/state-management.md
103103
- Trasaction life cycle:
104-
- Submit transactions: zkEVM/protocol/submit-trasaction.md
104+
- Submit transactions: zkEVM/protocol/submit-transaction.md
105105
- Transaction execution: zkEVM/protocol/transaction-execution.md
106106
- Transaction batching: zkEVM/protocol/transaction-batching.md
107107
- Batch sequencing: zkEVM/protocol/batch-sequencing.md

0 commit comments

Comments
 (0)