Skip to content

Commit d7c1a28

Browse files
committed
update numbers
1 parent 5e392ba commit d7c1a28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,20 +472,20 @@ When a single sequencer comes back online after downtime spanning multiple DA ep
472472
Sequencer offline during epochs 100-150 (5 epochs of 10 blocks each)
473473
Full nodes (base sequencing) produced blocks with forced txs only
474474

475-
Sequencer restarts at epoch 160:
475+
Sequencer restarts:
476476

477477
1. Checkpoint DA height: 100
478-
2. Latest DA height: 160
479-
3. Missed epochs: 6 (more than 1)
478+
2. Latest DA height: 150
479+
3. Missed epochs: 5 (more than 1)
480480
4. Enter catch-up mode
481481

482482
Catch-up process:
483483

484484
- Epoch 101-110: Produce blocks with forced txs only, use epoch timestamps
485485
- Epoch 111-120: Continue catch-up...
486486
- ...
487-
- Epoch 151-160: Still catching up
488-
- Epoch 161: ErrHeightFromFuture -> exit catch-up mode
487+
- Epoch 141-150: Still catching up
488+
- Epoch 151: ErrHeightFromFuture -> exit catch-up mode
489489

490490
Normal operation resumes:
491491

0 commit comments

Comments
 (0)