-
Notifications
You must be signed in to change notification settings - Fork 345
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
No traces available for a single transaction in a block #2626
Comments
thanks for reporting, we'll be looking into it |
|
any news on this one? ETA on delivery? For some context, this prevents subsquid indexer from indexing chain traces which are of significant value to some projects based on data provided by subsquid archives :) |
no news on this one so far, but we are tracking it. I'll write as soon as we have identified the problem and have a solution |
I'm reopening this one for now waiting for confirmation. |
Just confirmed that the issue has been fixed. |
Block 5327887 has transaction 0xd91d98b539720d8a42069268126d366fd29165e487d94b165a97e0158842657b that doesn't have any traces when requesting them.
Example:
curl -H "Content-Type: application/json" -d '{"id":1,"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0xd91d98b539720d8a42069268126d366fd29165e487d94b165a97e0158842657b",{"tracer":"callTracer"}]}' http://localhost:9944 {"jsonrpc":"2.0","error":{"code":-32603,"message":"DispatchError: Other(\"\")"},"id":1}
The other transactions in the block seem to have traces.
Example of a transaction from the same block that has traces:
curl -H "Content-Type: application/json" -d '{"id":1,"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x90878f66568d39eb8f6d4a7f4f87bbd2ad8ddb68fff3ccbfd1ae7353ab2430da",{"tracer":"callTracer"}]}' http://localhost:9944 {"jsonrpc":"2.0","result":{"from":"0x5ed29a67e1b32b16ff7dcb8d19a65e30bd50c43d","gas":"0x0","gasUsed":"0x8f6a","type":"CALL","to":"0xffffffff7d3875460d4509eb8d0362c611b4e841","input":"0x095ea7b3000000000000000000000000841ce48f9446c8e281d3f1444cb859b4a6d0738cffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","output":"0x0000000000000000000000000000000000000000000000000000000000000001","value":"0x0"},"id":1}
We are running on the latest version
moonbeam-skylake 0.35.0-7131ef902c0
and latest runtime2700
. This seems to affect other providers as well.The text was updated successfully, but these errors were encountered: