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
TEALScript does not do any encoding checks on arrays. For example, if a function takes in a StaticArray<bytes, 32> it does nothing to ensure the argument is 32 bytes upon calling the app. This check is only done when encoding into another array, setting state, or returning a value.
The text was updated successfully, but these errors were encountered:
TEALScript does not do any encoding checks on arrays. For example, if a function takes in a
StaticArray<bytes, 32>
it does nothing to ensure the argument is 32 bytes upon calling the app. This check is only done when encoding into another array, setting state, or returning a value.The text was updated successfully, but these errors were encountered: