Skip to content

Commit 014a25c

Browse files
committed
docs
1 parent 9e36f52 commit 014a25c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/adr/adr-019-forced-inclusion-mechanism.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,27 +469,28 @@ When a single sequencer comes back online after downtime spanning multiple DA ep
469469

470470
**Example**:
471471

472-
```
473472
Sequencer offline during epochs 100-150 (5 epochs of 10 blocks each)
474473
Full nodes (base sequencing) produced blocks with forced txs only
475474

476475
Sequencer restarts at epoch 160:
476+
477477
1. Checkpoint DA height: 100
478478
2. Latest DA height: 160
479479
3. Missed epochs: 6 (more than 1)
480480
4. Enter catch-up mode
481481

482482
Catch-up process:
483+
483484
- Epoch 101-110: Produce blocks with forced txs only, use epoch timestamps
484485
- Epoch 111-120: Continue catch-up...
485486
- ...
486487
- Epoch 151-160: Still catching up
487488
- Epoch 161: ErrHeightFromFuture -> exit catch-up mode
488489

489490
Normal operation resumes:
491+
490492
- Include both forced txs and mempool txs
491493
- Use current timestamps
492-
```
493494

494495
**Benefits**:
495496

0 commit comments

Comments
 (0)