v5.0.1
Dynamic arrays were incorrectly "consuming" their length, when they should have only consumed 32 bytes since they are dynamic data and thus just a pointer to the dynamic data is all that needs to be tracked as far as offsets go.
Dynamic arrays were incorrectly "consuming" their length, when they should have only consumed 32 bytes since they are dynamic data and thus just a pointer to the dynamic data is all that needs to be tracked as far as offsets go.