Skip to content

Commit

Permalink
Update specs/quint/specs/reset/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <daniel.cason@informal.systems>
  • Loading branch information
josef-widder and cason authored Jun 26, 2024
1 parent 12b31e2 commit 9bf9f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/quint/specs/reset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We used `quint run` to conduct random simulation, and checked that the invariant

- Local L2 invariants
- `monotonicForkIDInv`: ForkID on L2 is non-decreasing
- `monotonicStagedSeqInv`: "highest staged" variable on L2 is non-decreasing
- `monotonicStagedSeqInv`: the `highest_staged_seq_num` variable on L2 blocks is non-decreasing. This variable stores the sequenced number of the latest registration that is staged in L2.
- `strictlyMonotonicHeightInv`: L2 height strictly monotonic
- `stagedInv`: we only have unstaged registrations which have seq_num greater than `highest_staged_seq_num`

Expand Down

0 comments on commit 9bf9f8a

Please sign in to comment.