Skip to content

feat(anvil): add support for JS tracer in Anvil #6764

Open
@mattsse

Description

@mattsse

Component

Anvil

Describe the feature you would like

with new inspector crate we can now add JS tracing

reference impl

https://github.com/paradigmxyz/reth/blob/6430731fff06bfde15318667240d5738505fd6f8/crates/rpc/rpc/src/debug.rs#L551-L551

Note: because JS needs to access the DB we need to spawn a task that handles various db requests:

https://github.com/paradigmxyz/reth/blob/6430731fff06bfde15318667240d5738505fd6f8/crates/rpc/rpc/src/debug.rs#L645-L645

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions