v0.9.1
0.9.1
-
Fixed encoding of function when dealing with a
bool
referenced as a sub type (like in a function that acceptsbool[]
). -
Added support for tuple in event in ABI generated code (thanks @incrypto32).
-
Fixed wrong handling of
FixedArray
when the array element's type is dynamic itself in ABI generated code.