Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Tracing Capabilities to go-ethereum Implementation Nodes #123

Open
epociask opened this issue Oct 18, 2022 · 0 comments
Open

Extend Tracing Capabilities to go-ethereum Implementation Nodes #123

epociask opened this issue Oct 18, 2022 · 0 comments

Comments

@epociask
Copy link

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_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.

@epociask epociask changed the title Extend Tracing Capabilities to _go-ethereum_ Implementation Nodes Extend Tracing Capabilities to go-ethereum Implementation Nodes Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant