runtimeverification / michelson-semantics

A K semantics of Tezos' Michelson language.
Other
17 stars 6 forks source link

Simplify Dexter proof claims #230

Closed sskeirik closed 3 years ago

sskeirik commented 3 years ago

This PR uses an ensures clause on the #loadDexterState to force the initial state to be well-formed, including for cells which are not directly mentioned in the proof.

It similarly uses a requires clause on #storeDexterState to ensure that the final state is well-formed.

sskeirik commented 3 years ago

Subsumed by other PRs.