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
The following methods fail for both Nethernind and Geth for almost the same reason:
eth_blockNumber
eth_createAccessList
eth_feeHistory
eth_getBalance
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getProof
eth_getStorage
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionReceipt
eth_sendRawTransaction
Given the above set and the lack of any info on Besu and Erigon in the test run, we need to ensure the test suites themselves are up-to-date and correct.
The text was updated successfully, but these errors were encountered:
As of November 2023, Nethermind fails 49 out of 77 RPC-compatibility tests.
The following methods need to be implemented:
debug_getBlockRlp
anddebug_getBlockRlpByHash
withdebug_getRawBlock
debug_getRawHeader
debug_getRawTransaction
The following methods fail for both Nethernind and Geth for almost the same reason:
eth_blockNumber
eth_createAccessList
eth_feeHistory
eth_getBalance
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getProof
eth_getStorage
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionReceipt
eth_sendRawTransaction
Given the above set and the lack of any info on Besu and Erigon in the test run, we need to ensure the test suites themselves are up-to-date and correct.
The text was updated successfully, but these errors were encountered: