You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
If a developer query an non-existent transaction, it's better for this api to return null rather than an error
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered:
banishee
changed the title
RPC eth_getTransactionByBlockHashAndIndex does not work as expected
RPC eth_getTransactionByBlockHashAndIndex does not work as expected when querying an non-existent transaction index
Feb 17, 2021
banishee
changed the title
RPC eth_getTransactionByBlockHashAndIndex does not work as expected when querying an non-existent transaction index
RPC eth_getTransactionByBlockHashAndIndex does not work as expected when querying a non-existent transaction index
Feb 17, 2021
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
n
only has1
transactionundefined
error{Code:-32000, Message:"{\"code\":1,\"log\":\"internal\",\"height\":1680,\"codespace\":\"undefined\"}
Expected behavior: [What you expected to happen]
null
rather than an errorActual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: