-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or request
Description
Describe the feature
with alloy 1.0.39 we know have another variant for here
reth/crates/rpc/rpc/src/debug.rs
Lines 458 to 462 in 386eaa3
_ => { | |
// Note: this match is non-exhaustive in case we need to add support for | |
// additional tracers | |
Err(EthApiError::Unsupported("unsupported tracer").into()) | |
} |
and
reth/crates/rpc/rpc/src/debug.rs
Line 870 in 386eaa3
_ => { |
TODO
- add support for erc7562 tracer variant, should be very similar to
reth/crates/rpc/rpc/src/debug.rs
Line 758 in 386eaa3
GethDebugBuiltInTracerType::CallTracer => { - keep the
_ => unsupported
arm
see also:
maybe @Peponks9 ?
Additional context
No response
Peponks9
Metadata
Metadata
Assignees
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog