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
Set up invariant testing and add invariant tests where appropriate.
For example, testing that the total weight being voted with never exceeds the voting weight delegated by the gov token (would revert if so).
The text was updated successfully, but these errors were encountered:
References for invariant testing patterns, lmk if you have any questions when implementing:
Sorry, something went wrong.
This should also help - https://github.com/foundry-rs/foundry/tree/master/testdata/fuzz/invariant
No branches or pull requests
Set up invariant testing and add invariant tests where appropriate.
For example, testing that the total weight being voted with never exceeds the voting weight delegated by the gov token (would revert if so).
The text was updated successfully, but these errors were encountered: