plugeth/cmd/evm/testdata/4
Martin Holst Swende e376d2fb31
cmd/evm: add state transition tool for testing (#20958)
This PR implements the EVM state transition tool, which is intended
to be the replacement for our retesteth client implementation.
Documentation is present in the cmd/evm/README.md file.

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-06-30 10:12:51 +02:00
..
alloc.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
env.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
readme.md cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
txs.json cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00

These files examplify a transition where a transaction (excuted on block 5) requests the blockhash for block 4, but where the hash for that block is missing. It's expected that executing these should cause exit with errorcode 4.