File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -469,27 +469,28 @@ When a single sequencer comes back online after downtime spanning multiple DA ep
469469
470470** Example** :
471471
472- ```
473472Sequencer offline during epochs 100-150 (5 epochs of 10 blocks each)
474473Full nodes (base sequencing) produced blocks with forced txs only
475474
476475Sequencer restarts at epoch 160:
476+
4774771 . Checkpoint DA height: 100
4784782 . Latest DA height: 160
4794793 . Missed epochs: 6 (more than 1)
4804804 . Enter catch-up mode
481481
482482Catch-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
489490Normal operation resumes:
491+
490492- Include both forced txs and mempool txs
491493- Use current timestamps
492- ```
493494
494495** Benefits** :
495496
You can’t perform that action at this time.
0 commit comments