You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be nice, thanks for the issue. We have a bunch of new abi helper methods that might help here that we've added in v7. Feel free to take a crack at it or we'll put it in our queue.
What feature should we add?
🌟 Hello everyone! 🌟
It would be easier to debug and understand what happened if contracts automatically parsed reverts into a human-readable format.
Current contract reverts exceptions example:
ContractCustomError('0xcd0883ea', '0xcd0883ea')
Parsed reverts with feature:
Also, parsing inputs could be implemented.
Some python pseudocode how to parse exceptions could be implemented
The text was updated successfully, but these errors were encountered: