ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
5.05k stars 1.72k forks source link

Add support for `eth_simulateV1` #3494

Open fselmo opened 2 months ago

fselmo commented 2 months ago

What feature should we add?

The endpoint eth_simulateV1 was recently added to:

This can be quite useful for users of web3.py. We should add support for this new method.

malikrohail commented 1 month ago

can i work on this?

kclowes commented 1 month ago

@malikrohail yep! Before merging, we'll look for both the implementation and tests (integration probably, they live here)