go-ethereum/eth/tracers
Sina M ce8cec007c
eth/tracers: fix state hooks in API (#30830)
When a tx/block was being traced through the API the state hooks weren't
being called as they should. This is due to #30745 moving the hooked
statedb one level up in the state processor. This PR fixes that.

---------

Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-11-29 18:42:28 +01:00
..
internal core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
js core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
live eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
logger eth/tracers/logger: improve markdown logger (#30805) 2024-11-25 13:29:27 +01:00
native eth/tracers: fill the creationMethod in flatCall (#30539) 2024-11-05 08:42:22 +01:00
api.go eth/tracers: fix state hooks in API (#30830) 2024-11-29 18:42:28 +01:00
api_test.go eth/tracers: fix state hooks in API (#30830) 2024-11-29 18:42:28 +01:00
dir.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
live.go eth/tracers: various fixes (#30540) 2024-10-17 06:51:47 +02:00
tracers_test.go core: switch EVM tx context in ApplyMessage (#30809) 2024-11-29 15:39:42 +01:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00