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
_commonFuzzerAssumptions
The _commonFuzzerAssumptions method should be updated in a few ways for clarity, convention, and test speed:
bound
_address
_account
_assumeSafeAccountAndBoundVote
The text was updated successfully, but these errors were encountered:
davidlaprade
No branches or pull requests
The
_commonFuzzerAssumptions
method should be updated in a few ways for clarity, convention, and test speed:bound
rather than assume for the support type value, cast it to the enum type, and return it from the method (as a tuple along with vote weight)_address
to_account
(nit)_assumeSafeAccountAndBoundVote
or similarThe text was updated successfully, but these errors were encountered: