rust-web3
rust-web3 copied to clipboard
eth_getBlockReceipts support
trafficstars
Hi,
I've added support for the eth_getBlockReceipts method which is supported by Erigon.
I've tested it locally with an Erigon node.
Please let me know if any additional changes are required.
Thanks
@patrick-fitzgerald is this method part of some spec or is it Erigon specific?
@tomusdrw This method is available only on Erigon currently.
@patrick-fitzgerald happy to merge, but do you mind fixing the formatting issues?