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

trace_replayTransaction panics #1371

Closed
DrZoltanFazekas opened this issue Aug 29, 2024 · 2 comments
Closed

trace_replayTransaction panics #1371

DrZoltanFazekas opened this issue Aug 29, 2024 · 2 comments

Comments

@DrZoltanFazekas
Copy link
Contributor

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"

@JamesHinshelwood
Copy link
Contributor

JamesHinshelwood commented Aug 29, 2024

The problem is in revm-inspectors - Will be fixed by paradigmxyz/revm-inspectors#185

I will close this issue once that PR is merged and released and we've updated the dependency version.

@JamesHinshelwood
Copy link
Contributor

Should be fixed by #1424 - @DrZoltanFazekas Please re-open if you find otherwise.

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

2 participants