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
We need a way to pad array items to 32 bytes, but not encode the length of the array. Right now we do that using the arrayPacked flag, but there might be a better solution for this that does not require an extra flag.
We need a way to pad array items to 32 bytes, but not encode the length of the array. Right now we do that using the
arrayPackedflag, but there might be a better solution for this that does not require an extra flag.