acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
62 stars 9 forks source link

Decouple `Throw` from `State` and link them in `errors` #78

Closed acuarica closed 8 months ago

acuarica commented 8 months ago

This way, Throw+State becomes non-circular, make them suitable for JSON serialization.