[pallet-revive] eth-rpc issues: eth_getBlockByNumber / eth_getBlockByHash does not return transactions #6790
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
eth_getBlockByNumber
does not return transactionsthough 0x98ec9a=10022042 has transactions https://assethub-westend.subscan.io/block/10022042
eth_getBlockByHash
does not return transactionsthough 0x98ec9a=10022042 has 0x5b216d7ffc6e43111842d2ebdeb88ed5a1783321d14015f917b267f71280c4da block hash.
eth_getTransactionByBlockNumberAndIndex
has indexing based on substrate extrinsic index (2..) rather than 0-based0x994219=10043929 has only 1 transaction
https://assethub-westend.subscan.io/block/10043929
Need bulk tracing debug_traceBlockByNumber
for etherscan integration
Need bulk receipts eth_getBlockReceipts
for etherscan integration
Steps to reproduce
Tested out Westend hub RPC methods and have these issues to report
The text was updated successfully, but these errors were encountered: