plugeth/eth/tracers/native
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
..
4byte.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
call.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
gen_account_json.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00
gen_callframe_json.go eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
mux.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
noop.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
prestate.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00