go-ethereum/eth/tracers/native
Martin HS 30824faf90
eth/tracers: avoid panic in state test runner (#30332)
Make tracers more robust by handling `nil` receipt as input. 
Also pass in a receipt with gas used in the state test runner.
Closes https://github.com/ethereum/go-ethereum/issues/30117.

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2024-08-21 15:16:08 +02:00
..
4byte.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
call_flat_test.go eth/tracers/native: fix flatCallTracer Stop() bug (#29623) 2024-04-30 14:33:22 +02:00
call_flat.go eth/tracers,trie: remove unnecessary check (#30071) 2024-06-27 11:29:50 +02:00
call.go eth/tracers: avoid panic in state test runner (#30332) 2024-08-21 15:16:08 +02: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/native: set created address to nil in case of failure (#26779) 2023-03-07 14:39:11 +01:00
gen_flatcallaction_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
gen_flatcallresult_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
mux.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
noop.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
prestate.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00