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
It seems like eth_getBlockByNumber fails because one of the transactions in the block was a CONTRACT_NEGATIVE_VALUE failure. The expectation is for the block to be successfully returned.
Similarly, calling eth_getTransactionByHash on the problematic transaction produces a Unknown error invoking RPC response, but the logs also say "Error invoking RPC: Invalid value - cannot pass negative number".
Description
It seems like
eth_getBlockByNumber
fails because one of the transactions in the block was a CONTRACT_NEGATIVE_VALUE failure. The expectation is for the block to be successfully returned.Steps to reproduce
eth_getBlockByNumber
on block 73298898The problematic transaction is here
Additional context
No response
Hedera network
mainnet
Version
v0.61.0
Operating system
Linux
The text was updated successfully, but these errors were encountered: