-
Notifications
You must be signed in to change notification settings - Fork 425
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
Use Solidity custom errors #1097
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solidity 0.8 introduced more gas efficient custom errors: https://blog.soliditylang.org/2021/04/21/custom-errors/
@yorhodes tried to do it when deploying v1 but ran into issues with existing code not being able to handle custom errors well. IIUC, this actually still would be an issue anyways with application contracts containing those, but luckily ethers-rs recently seemed to have fixed it gakonst/ethers-rs#1549
The text was updated successfully, but these errors were encountered: