You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vyper Version (output of vyper --version): v0.2.16
What's your issue about?
Clampers for __init__ bytestrings use calldata (which is always 0 for constructors). In other words, they always validate the constructor arguments even if they are borked.
Version Information
vyper --version
): v0.2.16What's your issue about?
Clampers for
__init__
bytestrings use calldata (which is always 0 for constructors). In other words, they always validate the constructor arguments even if they are borked.Example contract:
Constructor LLL:
How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: