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 0348801 commit 4518b97
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 @@ -10,7 +10,7 @@ We used `quint run` to conduct random simulation, and checked that the invariant
- `noStaleWithProofInv`: If a valid proof was verified on L1, then there should be no unfulfilled updates
- `provenHeightMonotonic`: latest L2 proven height in L1 blocks is non-decreasing
- `L1ForkIDMonotonic`: L2 forkID in L1 blocks is non-decreasing
- `InvalidRegistrationProofRejectedInv`: If there is no (valid) proof or the proof contains an invalid registration, then the proof should be rejected, by checking that provenHeight remains unchanged (checked also for `--step "stepWithInvalidRegs"`)
- `InvalidRegistrationProofRejectedInv`: If the latest block in L1 does not include a (valid) proof or the proof contains an invalid registration, then the proof should be rejected. We check that by attesting that L1's provenHeight remains unchanged (checked also for `--step "stepWithInvalidRegs"`)
- `OldProofRejectedInv`: If the proof starts from a block smaller than provenHeight it is rejected. (checked also with step `stepWithPotentiallyOldProofs`)
- `FutureProofRejectedInv`: If the proof starts from a block with height greater than provenHeight + 1 it is rejected. (checked also with step `stepWithPotentiallyFutureProofs`)

Expand Down

0 comments on commit 4518b97

Please sign in to comment.