[Failed-Request-Alert-Tuning] Investigate and resolve the bug causing the Received an invalid integer type: null
error in EthImpl.getBlock() function
#3346
Labels
bug
Something isn't working
Description:
Approximately 60,000 results on
mainnet
have been logged with the errorReceived an invalid integer type: null
, with no additional diagnostic details provided. This issue is a significant contributor to 500 errors foreth_getBlockByHash
andeth_getBlockByNumber
. The problem lied in the EthImpl.getBlock() which is shared by both of the endpoint. The closesttrace
log states,Synthetic transaction hashes will be populated in the block response
, suggesting the issue occurs after thepopulateSyntheticTransactions()
process. The root cause likely resides in theReceiptsRootUtils.buildReceiptRootHashes()
method or during the creation of a newBlock()
.Solution:
Investigate and resolve the bug causing the Received an invalid integer type: null error in EthImpl.getBlock() function
The text was updated successfully, but these errors were encountered: