L2OutputOracle.md 336 Bytes
Newer Older
1 2 3 4 5 6
# `L2OutputOracle` Invariants

## The block number of the output root proposals should monotonically increase.
**Test:** [`L2OutputOracle.t.sol#L36`](../contracts/test/invariants/L2OutputOracle.t.sol#L36)

When a new output is submitted, it should never be allowed to correspond to a block number that is less than the current output.