Skip to content

Commit e12b258

Browse files
committed
last fix
1 parent d71a88f commit e12b258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/src/integration/spec/7-op-secure-integration-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ A rollup system can be split into two parts: write path to L1 and read path from
1313

1414
| Path | Direction | Purpose | Main actor |
1515
| --------- | --------- | ------------------------------------------ | ---------------------------- |
16-
| **Write**| L2 → L1 | Liveness – keep blocks flowing | `op-batcher` + EigenDA proxy |
16+
| **Write**| L2 → L1 | Low cost L2 block production with user transactions | `op-batcher` + EigenDA proxy |
1717
| **Write**| Direct on L1 | Censorship resistance + Deposit | Rollup users + Opimism Portal |
1818
| **Read** | L1 → L2 | Safety – all nodes see the same block list | OP derivation pipeline |
1919

2020

2121
- The `write path` ensures the liveness of the L2 consensus. It consists of L2 batches produced by op-batcher and L1 deposit transactions.
22-
- The `read path` controls the safety of the L2 consensus. It ensures that all L2 consensus nodes see an identical list of L2 blocks and L1 induced transactions, such that an EVM can produce identical L2 state
22+
- The `read path` controls the safety of the L2 consensus. It ensures that all L2 consensus nodes see an identical list of L2 batchrs and L1 sytem and deposits transactions, such that an EVM can produce identical L2 state
2323

2424
If the read path stalls, honest nodes can’t reach the block height needed to dispute a bad state root.
2525

0 commit comments

Comments
 (0)