Skip to content

Commit

Permalink
fix a typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored Aug 29, 2024
1 parent efb33c6 commit 19abf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/invalid-block-progression.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ when handling invalid batches.

The derivation pipeline is set up as a series of stages. It takes work to progress from one stage to the next.
Sometimes this work involves many remote HTTP requests, other times it requires in memory manipulation of
data structures. Its not ideal when there is an error in a later stage that causes a lot of additional work
data structures. It's not ideal when there is an error in a later stage that causes a lot of additional work
to be done in an earlier stage to recover. In practice, this looks like some sort of invalid batch was deserialized
and errors during its processing.

Expand Down Expand Up @@ -57,4 +57,4 @@ the batch queue invariant.

- This adds risk around unsafe head reorgs. To date, there has not been an unsafe head reorg. Cases where batches would be
dropped and then there is another chance to progress the safe head via submitting another batch would be turned into
unsafe reorgs. The software and ops have been hardened after running it in production for some time.
unsafe reorgs. The software and ops have been hardened after running it in production for some time.

0 comments on commit 19abf77

Please sign in to comment.