tanmaster/EVM-Simulator

Tie external calls to user input if result is Null or undefined

Opened this issue · 0 comments

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.