pirapira / evmverif

An EVM code verification framework in Coq

Repository from Github https://github.compirapira/evmverifRepository from Github https://github.compirapira/evmverif

Assertions between opcodes

pirapira opened this issue · comments

In ethereum/solidity#1178 there is a plan to export annotated opcodes from the Solidity compiler.

This issue keeps track of performing an experiment of verifying a program snippet with interleaved static assertions. See the proposed syntax in ethereum/solidity#1178.

This has been done in the Isabelle/HOL repository.