web3.js/lib
phiferd f6b3ce5c0e Propagating unpacking errors to async callback to be consistent with synchronous case (#530)
* buy fix to make synchronous and asynchronous cases compatible (avoid swallowing errors encountered during unpacking)

* removing example comments and whitespace changes

* reworking to avoid catching errors thrown by the callback

* exiting early if there is an error
2017-01-06 11:50:14 +01:00
..
contracts Throw error if trying to send value to non-payable function (#534) 2017-01-05 11:23:24 +01:00
solidity Fix staticPartLength calculation for multidimensional arrays. (#527) 2017-01-05 15:55:55 +01:00
utils Fixed a bug where negative numbers were rounded up instead of rounding down (#507) 2016-11-11 11:38:03 +01:00
web3 Propagating unpacking errors to async callback to be consistent with synchronous case (#530) 2017-01-06 11:50:14 +01:00
version.json bumped version to 0.18.0 2017-01-06 10:29:22 +01:00
web3.js Include Swarm bzz_ methods (#473) 2017-01-06 11:48:04 +01:00