quorum/cmd/evm
Martin Holst Swende 4c0883e20d core/vm: adds refund as part of the json standard trace (#17910)
This adds the global accumulated refund counter to the standard
json output as a numeric json value. Previously this was not very
interesting since it was not used much, but with the new sstore
gas changes the value is a lot more interesting from a consensus
investigation perspective.
2018-10-23 16:28:18 +02: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: EVM prestate initialization (#17685) 2018-09-20 08:24:53 +02:00
staterunner.go cmd/evm: fix state dump (#17832) 2018-10-04 10:22:41 +02:00