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?
The size bound for nested tuples is too small. For example abi_encode of a ((Bytes[6],),) should have a size bound of 128, but the following compiles with no issue:
Version Information
vyper --version
): v0.2.16What's your issue about?
The size bound for nested tuples is too small. For example abi_encode of a
((Bytes[6],),)
should have a size bound of 128, but the following compiles with no issue:How can it be fixed?
Fix the size bound estimate in vyper/old_codegen/abi.py
The text was updated successfully, but these errors were encountered: