You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up of #57, currently muxTracer supports only built-in tracers. It should also support JS tracers.
In the alloy-rs tracing crate, the MuxConfig and MuxFrame types will need to have map key changed to GethDebugTracerType. Changes in this project should be pretty much the same, with addition of supporting the JSInspector via DelegatingInspector. Changes in reth are probably not needed.
The JSInspector is under js-tracer feature, so a feature gate for it in MuxInspector will need to be added as well.
The text was updated successfully, but these errors were encountered:
@ArtificialPB I'll need to bump evm-inspectors on reth shortly, so if you find the time I'd appreciate a pr that adds the missing ::Mux handler for debug_trace* etc:
Follow-up of #57, currently
muxTracer
supports only built-in tracers. It should also supportJS
tracers.In the alloy-rs tracing crate, the
MuxConfig
andMuxFrame
types will need to have map key changed toGethDebugTracerType
. Changes in this project should be pretty much the same, with addition of supporting theJSInspector
viaDelegatingInspector
. Changes inreth
are probably not needed.The
JSInspector
is underjs-tracer
feature, so a feature gate for it inMuxInspector
will need to be added as well.The text was updated successfully, but these errors were encountered: