EVM-Simulator icon indicating copy to clipboard operation
EVM-Simulator copied to clipboard

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

Open tanmaster opened this issue 4 years ago • 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.

tanmaster avatar Jul 17 '20 15:07 tanmaster