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

use tx_getTransactionReceipt err: not found #232

Open
LXHLeaner opened this issue Jun 8, 2022 · 2 comments
Open

use tx_getTransactionReceipt err: not found #232

LXHLeaner opened this issue Jun 8, 2022 · 2 comments

Comments

@LXHLeaner
Copy link

When you use this method tx_getTransactionReceipt,it keep getting errors is "not found" ,How to solve this problem?

@barryz
Copy link

barryz commented Apr 28, 2023

We found the same problem.

Issue request:

'{
  "jsonrpc": "2.0",
  "method": "eth_getTransactionReceipt",
  "id": 10086,
  "params": [
    "0x6ecb79aa926905cef254b2300153598abbbd26a95156a5ed7a6e5306490bf6b8"
  ]
}'

Error log:
ERROR[04-28|02:16:10.749] Invalid receipt array RLP hash="89aa9d…60a0c7" err="rlp: too few elements for types.storageBlockInfo"

@trinhdn97
Copy link
Contributor

@barryz @LXHLeaner We are fixing these kinds of legacy client errors like this, please use this staging mainnet RPC endpoint https://kai-sync-2.kardiachain.io instead. We will notify you guys after when the problem get fixed on official RPC endpoints. For example:

curl --location 'https://kai-sync-2.kardiachain.io/' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "eth_getTransactionReceipt",
    "params": [
        "0x6ecb79aa926905cef254b2300153598abbbd26a95156a5ed7a6e5306490bf6b8"
    ],
    "id": 1
}'

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

3 participants