Skip to content

[RPC] eth_getTransactionReceipt unable to query data #35

@freehere107

Description

@freehere107

Reproduction process:

call eth_getBlockByNumber
curl https://westend-asset-hub-eth-rpc.polkadot.io -H "Content-Type:application/json;charset=utf-8" -d '{ "id": 1, "jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": [ "0xa8c375", true ] }'

The transaction hash can be get 0xc9d792bd7a721aafadbe39758e8d90a5d862799edf1c0df16a44b2987a4534af

call eth_getTransactionReceipt
curl https://westend-asset-hub-eth-rpc.polkadot.io -H "Content-Type:application/json;charset=utf-8" -d '{ "id": 1, "jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": [ "0xc9d792bd7a721aafadbe39758e8d90a5d862799edf1c0df16a44b2987a4534af", true ] }'

The return value is:
{"jsonrpc":"2.0","id":1,"result":null}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions