abi-utils
abi-utils copied to clipboard
Find a better solution for `arrayPacked` 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 arrayPacked flag, but there might be a better solution for this that does not require an extra flag.