-
Notifications
You must be signed in to change notification settings - Fork 109
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
fail to get receiotion info by txhash(0x94b1268b6064c8eef4e0716d071e64d58c34334bf2b250ce62cda5b64ed99688) #2637
Comments
@zeta-chain/devops can you, please, help with this issue. |
Is this transaction (0x94b1268b6064c8eef4e0716d071e64d58c34334bf2b250ce62cda5b64ed99688 ) the only one you can't get information for or is this error happening with multiple txs? |
@chen499 are you still having problems? If we don't hear back we'll close the issue assuming it has been fixed. |
It is odd. I see the transaction on blockscout here and our explorer here but our own archive node's response matches that of the report. I wonder if this is somehow related to the issue driving the need for #2909. Block 1609788 is from version 12.2.0 Mainnet, sometime before the v14 upgrade. @skosito, any chance something jumps out at you since this is another eth_getTransactionReceipt call? I thought it might be related to the other issue about |
Unfortunately this issue is not yet resolved @lumtis. The issue is still reproducible on our own mainnet archive node for when requesting Command executed on our archive node:
Response:
|
If helpful, looking at what blockscout has for the transaction that reproduces the issue (link), the utf-8 encoded raw input for the transaction that doesn't work with eth_getTransactionReceipt is:
|
@lumtis This issue is still present on our mainnet archive nodes. |
Potentially related to #3040 |
Which environment are you setting a node for?
Mainnet
Does your machine match the technical requirements?
Yes
Have you completed the setup?
Yes
Which method are you using?
Snapshot
Did you build your binary from source or download it from the Releases page?
Downloaded from Releases page
Please, share the contents of config.toml
Please, share the contents of app.toml
Additional details
snapshotUrl:wget https://storage.googleapis.com/archive-rpc-snapshots-zetachain-prod/archive-snapshot-H3929554-2024-07-13_21-34.tar
Hi, I can't get the receipt information for this transaction
curl --location 'http://10.254.23.139:7020'
--header 'Content-Type: application/json'
--data '{
"jsonrpc": "2.0",
"method": "eth_getTransactionReceipt",
"params": [
"0x94b1268b6064c8eef4e0716d071e64d58c34334bf2b250ce62cda5b64ed99688"
],
"id": 1
}'
The text was updated successfully, but these errors were encountered: