Open kclowes opened 2 years ago
The revert reason does not get raised for transact, or sendRawTransaction. I think it should.
revert
transact
sendRawTransaction
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.
Any news about this new feature?
What was wrong?
The
revert
reason does not get raised fortransact
, orsendRawTransaction
. 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.