Commit Graph

4 Commits

Author SHA1 Message Date
lightclient
fa96718512
cmd/evm: rename t8n result to match types.Header (ReceiptRoot->ReceiptsRoot) () 2021-11-17 13:50:08 +01:00
lightclient
b0b708bf23
cmd/evm: add gasUsed to t8n result ()
* cmd/evm: add gas used accumulator to t8n result

* cmd/evm: update t8n tests to include gas used field
2021-11-16 08:43:58 +01:00
Martin Holst Swende
4d88974864
cmd/evm: add tests for evm t8n () 2021-09-02 09:22:43 +02:00
Martin Holst Swende
e376d2fb31
cmd/evm: add state transition tool for testing ()
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