Closed mattsse closed 1 year ago
most tracers don't need logs that we record here (currently only CallTracer if includeLogs is enabled):
CallTracer
https://github.com/paradigmxyz/reth/blob/c75cacf85551f9d6ccbdfddf5530541b6da7658e/crates/revm/revm-inspectors/src/tracing/mod.rs#L328-L341
record_logs
No response
I think this one is closed by #3286 or does it require other elements?
Describe the feature
most tracers don't need logs that we record here (currently only
CallTracer
if includeLogs is enabled):https://github.com/paradigmxyz/reth/blob/c75cacf85551f9d6ccbdfddf5530541b6da7658e/crates/revm/revm-inspectors/src/tracing/mod.rs#L328-L341
TODO
record_logs
: https://github.com/paradigmxyz/reth/blob/c75cacf85551f9d6ccbdfddf5530541b6da7658e/crates/revm/revm-inspectors/src/tracing/config.rs#L7-L10record_logs
is trueAdditional context
No response