Commit Graph

26 Commits

Author SHA1 Message Date
debris 283b658656 throw an exception on invalid address 2015-08-08 21:22:01 +02:00
Fabian Vogelsteller f649befa6d contract.new callback fires now twice, once on txhash and once deployed 2015-07-20 15:51:49 +02:00
Marek Kotewicz 7aca17e071 Merge branch 'develop' into allevents
Conflicts:
	dist/web3-light.js
	dist/web3-light.min.js
	dist/web3.js
	dist/web3.js.map
	dist/web3.min.js
	test/contract.js
2015-06-24 12:09:04 +02:00
Fabian Vogelsteller d78b512fa5 add possible callback to filters 2015-06-24 10:28:12 +02:00
Marek Kotewicz af9c027e7a all events filter 2015-06-24 08:50:19 +02:00
Fabian Vogelsteller b6c49d4db7 improved async polling 2015-06-08 14:38:16 +02:00
Fabian Vogelsteller f242489f81 add optional default block parameter to contract call fixes #159 2015-06-05 11:34:50 +02:00
Fabian Vogelsteller 0594e7f53d add estimateGas to contract methods and fixed sendTransaction return value 2015-05-20 11:58:09 +02:00
Marek Kotewicz d3205523e9 crypto-js integrated into project 2015-05-16 17:03:27 +02:00
Marek Kotewicz 863607750f initial support for batch requests 2015-05-12 07:01:33 +02:00
Marek Kotewicz a0b9cfb1e7 contract async call && transact 2015-05-11 18:59:46 +02:00
Marek Kotewicz 611f640101 asynchronous contract creation, breaking changes 2015-05-11 18:02:15 +02:00
Marek Kotewicz 6e60e1ffcd new solidity abi decoding 2015-05-09 20:15:08 +02:00
Marek Kotewicz d795d36ef7 fixed trimming call output prefix 2015-04-26 10:27:21 +02:00
Marek Kotewicz a2f561f263 fixed calling contract only with array param 2015-04-26 10:09:13 +02:00
Fabian Vogelsteller 40c5c9e00a merged develop 2015-04-22 15:54:46 +02:00
Fabian Vogelsteller c9cd31b4ab add test for the new toTopic filter 2015-04-22 15:47:29 +02:00
Marek Kotewicz 960e9c99ec test for explicit sendTransaction && call 2015-04-22 15:24:53 +02:00
Marek Kotewicz f84a68cb73 changed the way functions are being called 2015-04-21 19:41:57 +02:00
Marek Kotewicz ea6bda4cbb event refactor in progress 2015-04-20 21:59:35 +02:00
Marek Kotewicz c62f817cc6 picked watch change3 2015-04-13 12:56:14 +02:00
Marek Kotewicz 57d9f1f036 removed deprecated && unused lines from contract.js 2015-03-31 10:35:36 +02:00
Marek Kotewicz 5885bfe69b test for #128 2015-03-31 09:42:03 +02:00
Marek Kotewicz e53f316db9 tests for transaction && call 2015-03-31 09:34:06 +02:00
Marek Kotewicz f4e5a99be1 default log formatter, improved contract test 2015-03-27 11:27:50 +01:00
Marek Kotewicz 07bcdb441e improved tests for contract.js, fixed few minor issues 2015-03-27 08:42:23 +01:00