3 Commits

Author SHA1 Message Date
David Braun
864071fd30 Fix staticPartLength calculation for multidimensional arrays. (#527)
* Remove extraneous whitespace.

* Fix dynamicOffset calculation when encoding params.

Dynamic types should contribute only one word, not their staticPartLength.

* Fix staticPartLength calculation for multidimensional arrays.

Previously it was accounting for only one of the dimensions.

* Define default behavior for SolidityType.staticPartLength.

The default behavior was defined redundantly for every type.
2017-01-05 15:55:55 +01:00
debris
b46140cd07 fixed array order in address, bool, bytes array order 2015-07-29 17:00:11 +02:00
debris
f3e0fdaec9 bool type 2015-07-28 09:01:05 +02:00