-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don’t error on the new "error" type in Solidity ABI #1497
Comments
This should be fixed in [5.1.4])https://github.com/ethers-io/ethers.js/releases/tag/v5.1.4). Try it out and let me know. :) |
I still have the error on 5.1.4. Here is the error :
Here is the code that raises that error :
I'm not sure what to provide so feel free to ask me more information :) Edit : It works for you and fragio so i must do something wrong |
I did a fresh install and it seems to work ! |
Solidity has added a new
"error"
type and the current parser will throw if unknown types are included.I just need to add '"error"` to the whitelist of fields to ignore in a patch version.
Support for the EIP-838 errors will be added in the next minor version.
The text was updated successfully, but these errors were encountered: