plugeth/eth/tracers
Martin Holst Swende 2c6dda5ad7
eth/tracers: use non-threaded tracechain (#24283)
This makes non-JS tracers execute all block txs on a single goroutine.
In the previous implementation, we used to prepare every tx pre-state
on one goroutine, and then run the transactions again with tracing enabled.
Native tracers are usually faster, so it is faster overall to use their output as
the pre-state for tracing the next transaction.

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2023-01-10 15:11:53 +01:00
..
internal/tracetest eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
js eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
logger eth/tracers, core/vm: remove time from trace output and tracing interface (#26291) 2022-12-05 16:57:47 +01:00
native eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
api_test.go core/state: remove notion of fake storage (#24916) 2023-01-10 08:24:30 -05:00
api.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
tracers_test.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
tracers.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00