go-ethereum/core/tracing
Sina M aaaf01d712
core/tracing: state journal wrapper (#30441)
Here we add some more changes for live tracing API v1.1:

- Hook `OnSystemCallStartV2` was introduced with `VMContext` as parameter.
- Hook `OnBlockHashRead` was introduced.
- `GetCodeHash` was added to the state interface
- The new `WrapWithJournal` construction helps with tracking EVM reverts in the tracer.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2025-02-05 13:58:25 +01:00
..
CHANGELOG.md core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
gen_balance_change_reason_stringer.go core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
hooks.go core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
journal.go core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00
journal_test.go core/tracing: state journal wrapper (#30441) 2025-02-05 13:58:25 +01:00