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
Observation
Noticed that Ethereum transaction tracing currently requires node RPC to support trace_block methods as implied in client level configuration logic. As stated within the trace_blockdocumentation, this is only supported by OpenEthereum (deprecated) and Erigon node implementations.
Recommendation
Since a lot of EVM clone networks (Polygon, BNB, etc..) use the same go-ethereumclient API, it may be more effective long-term to integrate tracing with go-ethereum compliant nodes instead.
The text was updated successfully, but these errors were encountered:
epociask
changed the title
Extend Tracing Capabilities to _go-ethereum_ Implementation Nodes
Extend Tracing Capabilities to go-ethereum Implementation Nodes
Oct 19, 2022
Observation
Noticed that Ethereum transaction tracing currently requires node RPC to support
trace_block
methods as implied in client level configuration logic. As stated within thetrace_block
documentation, this is only supported by OpenEthereum (deprecated) and Erigon node implementations.Recommendation
Since a lot of EVM clone networks (Polygon, BNB, etc..) use the same go-ethereum client API, it may be more effective long-term to integrate tracing with go-ethereum compliant nodes instead.
The text was updated successfully, but these errors were encountered: