pirapira / evmverif

An EVM code verification framework in Coq
Apache License 2.0
44 stars 8 forks source link

Assertions between opcodes #5

Closed pirapira closed 7 years ago

pirapira commented 7 years ago

In https://github.com/ethereum/solidity/issues/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 https://github.com/ethereum/solidity/issues/1178.

pirapira commented 7 years ago

This has been done in the Isabelle/HOL repository.