Open chen499 opened 2 months ago
@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 https://github.com/zeta-chain/node/pull/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 enable-indexer
but this app.toml correctly has it set to false.
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 }'