273 Commits

Author SHA1 Message Date
Fabian Vogelsteller
a2e5fbdf63 add tests for the outputformatters 2015-06-08 17:06:20 +02:00
Fabian Vogelsteller
08d2212953 small fix on outputFormatters, dont transform null to 0 2015-06-08 16:53:28 +02:00
Fabian Vogelsteller
1495a0c67c add comlexity push for poll, does only show on travis 2015-06-08 15:18:48 +02:00
Fabian Vogelsteller
b6c49d4db7 improved async polling 2015-06-08 14:38:16 +02:00
Fabian Vogelsteller
16252f3de5 imporved async callback adding, without setinterval 2015-06-08 10:46:30 +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
1d3d727f31 improved comment 2015-06-05 11:05:14 +02:00
Fabian Vogelsteller
d9ce08e49e improved filter interval 2015-06-05 11:04:06 +02:00
Fabian Vogelsteller
ddafe0027a asyncified filters 2015-06-05 10:47:17 +02:00
Marek Kotewicz
b19e46c0d3 updated "deposit" method description, updated icap example contract abi 2015-05-26 21:00:21 +02:00
Marek Kotewicz
d0be181345 fixed const functions calls handling errors 2015-05-24 14:34:00 +02:00
Marek Kotewicz
858d0c62a4 lint 2015-05-23 16:03:01 +02:00
Marek Kotewicz
95aabe3305 sendIBANTransaction && tests 2015-05-23 15:59:19 +02:00
Marek Kotewicz
dfd5060a6a use "official" namereg, updated examples 2015-05-21 15:49:10 +02:00
Marek Kotewicz
d8ad2b7a98 Merge branch 'develop' into icap
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-05-21 12:04:05 +02:00
Fabian Vogelsteller
d4bf850c11 fixed typo 2015-05-21 09:51:13 +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
e9483a6404 icap.html example 2015-05-19 15:17:02 +02:00
Marek Kotewicz
cd773fc92a updated docs 2015-05-18 15:22:58 +02:00
Marek Kotewicz
4af00857de web3.eth.namereg contract, icap in progress 2015-05-18 11:22:24 +02:00
Marek Kotewicz
d3205523e9 crypto-js integrated into project 2015-05-16 17:03:27 +02:00
Marek Kotewicz
e4f7dde868 fixed failing lint 2015-05-14 12:53:47 +02:00
Fabian Vogelsteller
ff48da19c3 fixed callback error issue 2015-05-13 18:07:08 +02:00
Marek Kotewicz
2ae0afa90d critical bugfix 2015-05-13 12:23:07 +02:00
Fabian Vogelsteller
22ef4a1958 added estimateGas method 2015-05-12 15:33:27 +02:00
Fabian Vogelsteller
6fd17d99be merged develop 2015-05-12 10:53:58 +02:00
Marek Kotewicz
b2ff2ffe37 Merge branch 'contract_overhaul' into batch
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-05-12 10:52:16 +02:00
Marek Kotewicz
99a3bdab59 removed redundant lines 2015-05-12 10:41:36 +02:00
Marek Kotewicz
7cafac9521 Merge branch 'develop' into contract_overhaul
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-05-12 10:39:42 +02:00
Marek Kotewicz
5f9272c280 asyncGet -> getAsync 2015-05-12 09:57:18 +02:00
Marek Kotewicz
80c0792e79 async getting properties, remove property setters 2015-05-12 08:26:27 +02:00
Marek Kotewicz
744bb9ee0d batch for requests with calls/transacts 2015-05-12 07:50:58 +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
1272780686 sendTransaction && call async 2015-05-11 18:48:26 +02:00
Marek Kotewicz
6afb1f9a56 Merge branch 'async-contract-calls' of https://github.com/niran/web3.js into contract_overhaul 2015-05-11 18:17:22 +02:00
Marek Kotewicz
611f640101 asynchronous contract creation, breaking changes 2015-05-11 18:02:15 +02:00
Marek Kotewicz
9812b01979 Merge branch 'blockFilterProposal' of https://github.com/ethereum/ethereum.js into develop
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-05-11 15:28:22 +02:00
Fabian Vogelsteller
6f466f64bb add miner functions 2015-05-11 12:45:04 +02:00
Marek Kotewicz
091c8e5428 Merge branch 'develop' into tcoulter
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-05-10 15:41:58 +02:00
Fabian Vogelsteller
3af8e27255 add newblockfilter Proposal 2015-05-07 12:45:36 +02:00
Fabian Vogelsteller
08f3aaea8c add optional nonce property to sendTransaction 2015-05-06 15:19:33 +02:00
Tim Coulter
2ca4240bb7 Add error handling to synchronous methods (obligatory warning against using synchronous calls at all). 2015-05-05 09:56:56 -07:00
Tim Coulter
b064eaba20 Handle this error properly. For instance, without this, if we cannot connect to the RPC client, JSON won't be able to parse the result (there is none), in which case would cause a RuntimeException. 2015-04-30 14:17:34 -07:00
Niran Babalola
e86552f01a Use async contract calls when a callback is passed 2015-04-30 04:15:48 -05:00
Marek Kotewicz
539ef7bdcf Merge pull request #186 from ethereum/eventFilterFix
fixed event from and toBlock
2015-04-29 09:04:40 +02:00
cubedro
bd73cccd14 added eth_hashrate 2015-04-29 00:24:33 +03:00
Fabian Vogelsteller
e9ec70881e fixed event from and toBlock 2015-04-28 17:01:37 +02:00
Marek Kotewicz
3b799d1284 fixed typos 2015-04-26 10:51:32 +02:00
Marek Kotewicz
d795d36ef7 fixed trimming call output prefix 2015-04-26 10:27:21 +02:00