Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
There is no need to validate string sizes as they are only encoded in one place, unlike with other dynamic arrays.
We don't validate string sizes when they are non-zero already. This fixes the decoder to not validate when they are 0.
/cc @ryanneph @zzyiwei