EVM-Simulator
EVM-Simulator copied to clipboard
Tie external calls to user input if result is Null or undefined
If a contract executes e.g. EXTCODESIZE, and the address that's queried is not a contract (e.g. it returns null), provide means to the user to provide the data themselves.
This could be helpful in situations where re-creating the entire state of the blockchain is too much work to do manually.