ethereum / web3.py

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

raise revert reason on transact, sendRawTransaction #2593

Open kclowes opened 2 years ago

kclowes commented 2 years ago

What was wrong?

The revert reason does not get raised for transact, or sendRawTransaction. I think it should.

How can it be fixed?

It may be as simple as adding the methods to this dict, and adding some tests.

Depending on how much work this ends up being for each method, it might make sense to split into 2 PRs.

EWCunha commented 1 year ago

Any news about this new feature?