This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
eth_getTransactionByBlockNumberAndIndex
and eth_getTransactionByBlockHashAndIndex
behave inconsistently
#4435
Labels
Calling either
eth_getTransactionByBlockNumberAndIndex
oreth_getTransactionByBlockHashAndIndex
throughrequest
has different behaviour when the block doesn't exist vs. the transaction is out of bounds.For example:
The specific message is:
Presumably these two error cases should behave similarly: both throw exceptions or both return null.
The text was updated successfully, but these errors were encountered: