go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

eth/tracers: Fix json logger for evm blocktest

Open s1na opened this issue 9 months ago • 0 comments

evm blocktest goes through the main block processing code path, triggering the system calls. That caused a crash because we start opcode processing without doing OnTxStart (which sets the env).

This PR removes events from the system call. I'm open to keeping them if they are useful for testers, and instead fix the crash.

s1na avatar May 16 '24 14:05 s1na