tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 465 forks source link

eth_getBlockReceipts support #606

Closed patrick-fitzgerald closed 4 days ago

patrick-fitzgerald commented 2 years ago

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

tomusdrw commented 2 years ago

@patrick-fitzgerald is this method part of some spec or is it Erigon specific?

patrick-fitzgerald commented 2 years ago

@tomusdrw This method is available only on Erigon currently.

tomusdrw commented 1 year ago

@patrick-fitzgerald happy to merge, but do you mind fixing the formatting issues?