plugeth/cmd/evm
Matthew Di Ferrante 3d21d455dc cmd/evm: commit statedb if dump is requested (#18208)
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
2018-11-29 09:29:12 +01:00
..
internal/compiler Revert "cmd/evm: change error msg output to stderr (#17118)" 2018-08-01 19:09:08 +03:00
compiler.go Revert "cmd/evm: change error msg output to stderr (#17118)" 2018-08-01 19:09:08 +03:00
disasm.go all: simplify s[:] to s where s is a slice (#17673) 2018-09-14 22:07:13 +02:00
json_logger.go core/vm: adds refund as part of the json standard trace (#17910) 2018-10-23 16:28:18 +02:00
main.go cmd/evm, core/vm, internal/ethapi: don't disable call gas metering 2018-03-05 14:01:13 +02:00
runner.go cmd/evm: commit statedb if dump is requested (#18208) 2018-11-29 09:29:12 +01:00
staterunner.go cmd/evm: fix state dump (#17832) 2018-10-04 10:22:41 +02:00