Skip to content

Commit e002ea2

Browse files
committed
Update flashblocks.md
1 parent 307bdd2 commit e002ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/flashblocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The lifecycle of a Flashblock begins with the Sequencer initiating block creatio
367367

368368
It's important to emphasize that during this process, the External Block Builder sends only the incremental changes in each Flashblock, not the full block state each time. Each `FlashblocksPayloadV1` contains just the delta from the previous state (new transactions, updated state roots, etc.), allowing for efficient bandwidth usage and faster propagation.
369369

370-
Only the first Flashblock (with `index` 0) includes the `static` field containing immutable block data, while subsequent Flashblocks omit this field since this information remains constant throughout the block's construction. Each Flashblock includes a `parent_flash_hash` that references the SSZ hash of the previous Flashblock in the sequence, creating a hash-linked chain within the block.
370+
Only the first Flashblock (with `index` 0) includes the `base` field containing immutable block data, while subsequent Flashblocks omit this field since this information remains constant throughout the block's construction. Each Flashblock includes a `parent_flash_hash` that references the SSZ hash of the previous Flashblock in the sequence, creating a hash-linked chain within the block.
371371

372372
The combined information received across all flashblocks is sufficient to fully reconstruct the complete block without any additional data.
373373

0 commit comments

Comments
 (0)