quorum/eth/tracers
Paweł Bylica ae992a5d73 core/vm: Hide read only flag from Interpreter interface (#17461)
Makes Interface interface a bit more stateless and abstract.

Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
2018-09-07 18:13:25 +02:00
..
internal/tracers eth/tracers: fix noop tracer (#17220) 2018-07-22 22:11:52 +03:00
testdata cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
tracer.go all: simplify switches (#17267) 2018-07-30 12:30:09 +03:00
tracer_test.go core/vm: Hide read only flag from Interpreter interface (#17461) 2018-09-07 18:13:25 +02:00
tracers.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
tracers_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00