We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be good to support Solidity 0.8.26.
Solidity 0.8.26 introduces new syntax for require statements, where the second parameter can now be a custom error.
require
Release notes
The text was updated successfully, but these errors were encountered:
Working on it! Thank you for pointing out!
Sorry, something went wrong.
Fixed in #271
cd1m0
No branches or pull requests
Description
It would be good to support Solidity 0.8.26.
Context
Solidity 0.8.26 introduces new syntax for
require
statements, where the second parameter can now be a custom error.Release notes
The text was updated successfully, but these errors were encountered: