10 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
David Braun
02f083198c Fix #483 by improving formatting of bytes type. 2016-11-21 13:36:34 -05:00
David Braun
7efbe40c9c Remove extraneous whitespace. 2016-11-21 12:12:41 -05:00
debris
72ed89fd1b fixed #321, encoding/decodig fixed size arrays of bytes 2015-10-05 08:51:01 +02:00
debris
e6c31f7558 fixed most of jshint issues 2015-08-03 15:14:54 +02:00
debris
492f0e224f fixed some of the jshint issues 2015-07-29 18:02:34 +02:00
debris
b46140cd07 fixed array order in address, bool, bytes array order 2015-07-29 17:00:11 +02:00
debris
1a3d7e821a refactored dynamic bytes and uint encoding 2015-07-28 14:39:26 +02:00
debris
9b2b10c8b8 docs... 2015-07-28 08:28:46 +02:00
debris
7b27c47d69 solidity refactor in progres 2015-07-28 03:44:19 +02:00