We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trace_replayTransaction
On
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0", "id": 1, "method":"trace_replayTransaction","params": ["0xa9db76d7aac64246ecb7141d73c48f4d335e021718ece50e97b3cd398d04728d", ["vmTrace"]]}' https://api.zq2-prototestnet.zilliqa.com
I get
{"jsonrpc":"2.0","error":{"code":-32603,"message":"Unhandled panic in RPC handler trace_replayTransaction"},"id":1}
but it works fine if I request a basic "trace" instead of "vmTrace"
The text was updated successfully, but these errors were encountered:
The problem is in revm-inspectors - Will be fixed by paradigmxyz/revm-inspectors#185
revm-inspectors
I will close this issue once that PR is merged and released and we've updated the dependency version.
Sorry, something went wrong.
Should be fixed by #1424 - @DrZoltanFazekas Please re-open if you find otherwise.
No branches or pull requests
On
I get
but it works fine if I request a basic "trace" instead of "vmTrace"
The text was updated successfully, but these errors were encountered: