hardhat
hardhat copied to clipboard
Add support for eth_getBlockReceipts on Hardhat node/network
Describe the feature
It could be nice to add the RPC method 'eth_getBlockReceipts' for the Hardhat node just like Erigon or Geth (https://github.com/ethereum/execution-apis/issues/393) already did.
Because it is currently not implemented several tools (like some indexers by exemple) are not yet suitable with Hardhat node.
Search terms
eth_getBlockReceipts hardhat node