pirapira / eth-isabelle

A Lem formalization of EVM and some Isabelle/HOL proofs
Other
237 stars 42 forks source link

Julia (Solidity IR) specification / interpreter #446

Closed mrsmkl closed 7 years ago

mrsmkl commented 7 years ago

Most of the builtins are not yet implemented, but they should be quite straightforward. I'll write some examples next, and then I'll start working on the compiler.

Also has a fix in block.lem for returning 0 when contract creation fails.

pirapira commented 7 years ago

Maybe it's a good idea to add some tests to .travis.yml file so that nobody can accidentally break the tests while changing something seemingly remote.

pirapira commented 7 years ago

Finally!