plugeth/eth/tracers
Martin Holst Swende 0658712f65
core: check if sender is EOA (#23303)
This adds a check to verify that a sender-account does not have code, which means that the codehash is either `emptyCodeHash` _OR_ not present. The latter occurs IFF the sender did not previously exist, a situation which can only occur with zero cost gasprices.
2021-08-07 19:38:18 +02:00
..
internal/tracers eth/tracers: fix unigram tracer (#22248) 2021-02-01 14:41:43 +01:00
testdata eth/tracers: revert reason in call_tracer + error for failed internal calls (#21387) 2020-08-27 11:33:45 +02:00
api_test.go core: check if sender is EOA (#23303) 2021-08-07 19:38:18 +02:00
api.go all: removed blockhash from statedb (#23126) 2021-06-30 15:17:01 +02:00
tracer_test.go all: remove noop vm config flags (#23111) 2021-07-06 22:03:09 +02:00
tracer.go core, eth: fix precompile addresses for tracers (#23097) 2021-06-28 14:13:27 +02:00
tracers_test.go eth/tracers: improve tracing performance (#23016) 2021-07-01 09:15:04 +02:00
tracers.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00