Skip to content

Add support for JS tracer to muxTracer #58

@ArtificialPB

Description

@ArtificialPB

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions