nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

fix(evm): use IsTracingOpLevelStorage for op-level storage events

Open ANtutov opened this issue 3 weeks ago • 1 comments

Switch TLOAD, TSTORE, SSTORE (un/metered) and SLOAD to guard Set/LoadOperation* calls with IsTracingOpLevelStorage rather than IsTracingStorage. This matches the ITxTracer contract and wrapper tracers, ensuring op-level traces are emitted when only op-level storage tracing is enabled.

ANtutov avatar Dec 05 '25 11:12 ANtutov

test need to be adjusted

LukaszRozmej avatar Dec 05 '25 12:12 LukaszRozmej