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
vyper --version
Clampers should run in a loop, but instead they are unrolled
make_setter should use a loop in general when the number of elements is large enough
make_setter
The text was updated successfully, but these errors were encountered:
guessing we also want to loop for ABI encoding large arrays
Sorry, something went wrong.
charles-cooper
Successfully merging a pull request may close this issue.
Version Information
vyper --version
): as of v0.3.0What's your issue about?
Clampers should run in a loop, but instead they are unrolled
How can it be fixed?
make_setter
should use a loop in general when the number of elements is large enoughThe text was updated successfully, but these errors were encountered: