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

Method trace_transaction is not supported #5354

Closed
AlexeyKrasnoperov opened this issue Feb 27, 2025 · 0 comments
Closed

Method trace_transaction is not supported #5354

AlexeyKrasnoperov opened this issue Feb 27, 2025 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@AlexeyKrasnoperov
Copy link
Member

Describe the bug

Method trace_transaction is not supported.

To reproduce

curl 'http://localhost:2345/' \
  -H 'Content-Type: application/json' \
  --data-raw '{"jsonrpc":"2.0","method":"trace_transaction","params":["0x3f90a8d63f4e06b2a165c1e2da778e23700eb5481ff2aaf9e1fc2a0b807e04ee"],"id":1}'

Log output

{"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"Method not found"}}

Expected behaviour

Method trace_transaction is supported according to the Ethereum documentation: https://www.quicknode.com/docs/ethereum/trace_transaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants