Skip to content

Commit acb7ebc

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0f5b1d5 commit acb7ebc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/stack/protocol/derivation-pipeline.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
+ ---
2+
+ title: Derivation Pipeline
3+
+ description: Overview of the derivation pipeline in the OP Stack protocol.
4+
+ ---
15
# Derivation Pipeline
26

37
The derivation pipeline is a fundamental component of the OP Stack protocol, responsible for processing and validating transactions in the Optimism network. It ensures the integrity and security of the blockchain by deriving a consistent state from the sequenced transactions and batches submitted by the sequencer.
@@ -16,7 +20,7 @@ The sequencer window defines the maximum time allowed for batches to be submitte
1620

1721
For example:
1822

19-
- In a 12-hour sequencing window, if no valid batch is discovered on L1, the pipeline reverts Unsafe Blocks and uses a default block to move forward.
23+
- In a 12-hour sequencing window, if no valid batch is discovered on L1, the pipeline reverts to Unsafe Blocks and uses a default block to move forward.
2024
- Increasing the window to 24 hours allows nodes to wait longer before reorging out unsafe blocks, but it may introduce additional challenges such as increased resource constraints and difficulty in processing larger batches.
2125

2226
## Configuration and Adjustments

0 commit comments

Comments
 (0)