runtimeverification / michelson-semantics

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

Add `#pushState` and `#popState` for recording the current state (and restoring it) so that writing proofs is easier. #208

Closed ehildenb closed 3 years ago

sskeirik commented 3 years ago

So, as it turns out, this isn't needed, because: as instructions execute, the configuration is static in all cells except for:

But these two cells need to be explicitly mentioned in our proof claims anyway.