plugeth/eth/tracers
gary rong 51b32cc7e4
internal/ethapi: merge CallArgs and SendTxArgs (#22718)
There are two transaction parameter structures defined in
the codebase, although for different purposes. But most of
the parameters are shared. So it's nice to reduce the code
duplication by merging them together.

Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-05-25 22:30:21 +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 internal/ethapi: merge CallArgs and SendTxArgs (#22718) 2021-05-25 22:30:21 +02:00
api.go internal/ethapi: merge CallArgs and SendTxArgs (#22718) 2021-05-25 22:30:21 +02:00
tracer_test.go eth/tracers: do the JSON serialization via .js to capture C faults 2021-05-11 16:23:54 +03:00
tracer.go eth/tracers: do the JSON serialization via .js to capture C faults 2021-05-11 16:23:54 +03:00
tracers_test.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
tracers.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00