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/learn/agglayer.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,16 +106,16 @@ The solution that enables validium users to circumvent 'data withholding' attack
106
106
107
107
#### Proof aggregation interface
108
108
109
-
The `submitBatch` data interface is used to transmit proofs between chains and the AggLayer, involves the following data elements. The below table records the interface data elements, their types and brief descriptions.
109
+
The `submitBatch` data interface, used to transmit proofs between chains and the AggLayer, involves the following data elements. The below table records the interface data elements, their types and brief descriptions.
| Calldata | Vec<Calldata>| Calldata that must be posted to Ethereum |
119
119
| Cross-Chain Dependencies | Vec<*> | Cross-chain state root dependencies and bundles that the batch builds on. |
120
120
121
121
@@ -127,9 +127,10 @@ The problem with the aggregation layer, as described, is that it suffers from hi
127
127
128
128
Currently, proving time for a batch is a few minutes, and batches are posted to Ethereum every 30-60 minutes, which prohibits fast cross-chain messaging and interoperability.
129
129
130
-
In order to reduce latency to levels that make cross-chain interactions feel like using a single chain, we need to safely confirm batches before:
131
-
1. A proof is generated (validity).
132
-
2. A batch is posted to Ethereum (finality).
130
+
In order to reduce latency to levels that make cross-chain interactions feel like using a single chain, we need to safely confirm batches before:
131
+
132
+
1. A proof is generated (validity).
133
+
2. A batch is posted to Ethereum (finality).
133
134
134
135
135
136
#### Finality
@@ -164,9 +165,9 @@ The `SubmitBatchWithoutProof` data interface is used to post batches to the Aggl
0 commit comments