Open
Description
Describe the Feature
The RPC method eth_getBlockReceipts
become some way a common RPC method in many ethereum / l2 clients like:
ethereum/execution-apis#438
ethereum/go-ethereum#27702
erigontech/erigon#1735
paradigmxyz/reth#3321
I think it's time to add client implementation of the RPC call for provider.
Related issue
#4438
Code Example
provider.getBlockReceipts(blockTag);