1412 Commits

Author SHA1 Message Date
Mihai Cimpoesu
ff91d6c943 Pull bignumber.js library over https:// instead of git:// 2016-02-16 12:14:59 +00:00
Fabian Vogelsteller
4a1758f5ab allow possoble breaklines in ipc provider 2016-02-15 10:34:38 +01:00
Fabian Vogelsteller
ec49f028a6 added new version 2016-02-15 10:33:58 +01:00
Fabian Vogelsteller
dc12e9b6cb fixed timeout issue 0.15.2 2016-02-12 14:01:58 +01:00
Fabian Vogelsteller
bc45b70e96 Merge branch 'develop' of github.com:ethereum/web3.js into develop 2016-02-12 13:58:05 +01:00
Fabian Vogelsteller
c6b256366e fixed timeout issue 2016-02-12 13:57:33 +01:00
chriseth
b8e40ff024 Merge pull request #386 from ethereum/master
Merge master into develop.
2016-02-11 16:09:45 +01:00
chriseth
78eac4b99a Merge pull request #385 from flowhamster/master
fixed: ContractFactory prototype inheritance #384
2016-02-11 16:08:57 +01:00
Kevin King
68f55cfab5 fixed: ContractFactory prototype inheritance #384 2016-02-10 13:39:33 -08:00
Fabian Vogelsteller
30775f666d re build files 2016-01-22 13:40:09 +01:00
Fabian Vogelsteller
093f2fc161 fixed jshint errors 2016-01-22 13:22:37 +01:00
Fabian Vogelsteller
21165db545 removed polling completely 2016-01-21 16:24:07 +01:00
Fabian Vogelsteller
1611b687ed bundled files 2016-01-21 15:32:34 +01:00
Fabian Vogelsteller
d910129934 removed filter.js again 2016-01-21 15:31:56 +01:00
Fabian Vogelsteller
bc1c3c7d7e Merge remote-tracking branch 'origin/master' into develop 2016-01-21 15:30:42 +01:00
Fabian Vogelsteller
30bb0c892f fixed examples 2016-01-21 15:28:30 +01:00
Fabian Vogelsteller
031a006c6e changed tests to apot new subscription API 2016-01-21 15:25:44 +01:00
Fabian Vogelsteller
96863391d5 moved whisper filter to subscriptions 2016-01-19 16:46:39 +01:00
Fabian Vogelsteller
c137a95196 moved allEvents to subscriptions 2016-01-19 16:20:04 +01:00
Fabian Vogelsteller
0403464c59 added subscriptions to events WIP 2016-01-19 10:54:28 +01:00
Fabian Vogelsteller
c1f4154410 added fromBlock to log subscriptions 2016-01-14 17:29:24 +01:00
Fabian Vogelsteller
93786af361 Merge pull request #355 from cryptoblock/fix-filter-allEvents
Call self.watch only if the callback is a function -
2016-01-14 12:20:44 +01:00
Fabian Vogelsteller
bce4ca9f19 add more ipc provider events 2016-01-12 12:01:17 +01:00
Fabian Vogelsteller
564061057b add removeAllListeners to ipc provider 2016-01-11 19:49:24 +01:00
Fabian Vogelsteller
b6dbde3dcc added enumeration to property 2016-01-08 10:57:44 +01:00
Fabian Vogelsteller
5b799b7f7d added enumeration to property 2016-01-08 10:56:49 +01:00
Fabian Vogelsteller
b3c28ac830 rearranged the pakcage.json 2016-01-08 10:56:02 +01:00
Fabian Vogelsteller
02d7d21782 moved subscription removale to the request manager 2016-01-06 13:21:45 +01:00
Fabian Vogelsteller
9cfd4eedae Merge pull request #360 from lewiscowper/patch-1
Typo
2016-01-05 15:37:11 +01:00
Fabian Vogelsteller
4e42fb890d add subscription support 2016-01-05 15:36:07 +01:00
Lewis Cowper
d81db6cead Typo 2016-01-05 15:06:29 +01:00
simov
0eb54646f4 Call self.watch only if the callback is a function -
For some reason when the callback is added through the watch method for allEvents,
the Filter ctor receives the options object in place of the callback.
Fixes #354
2015-12-16 17:22:48 +02:00
Fabian Vogelsteller
5ef460b993 added eth_sign 2015-12-03 14:02:57 +01:00
Fabian Vogelsteller
03479e0107 re-add from field for whisper 2015-11-26 11:19:15 +01:00
Fabian Vogelsteller
0563dba4ee readd topic convertion, add fix 2015-11-24 22:03:21 +01:00
Fabian Vogelsteller
2c7db81ebc BREAKING, removed autoconverting of topics in whisper messages 2015-11-24 21:46:36 +01:00
Fabian Vogelsteller
1f91f6ba77 BREAKING, removed outconverting of payload in whisper messages 2015-11-24 14:56:06 +01:00
debris
8c3492b656 quick_fix 2015-11-11 12:32:11 +00:00
Fabian Vogelsteller
ede4724442 bumped version 2015-10-30 18:44:59 +01:00
Fabian Vogelsteller
03c3518efc fixed web3.version.api 2015-10-30 18:42:14 +01:00
Fabian Vogelsteller
422b4920cc updated version file 2015-10-30 18:37:51 +01:00
Fabian Vogelsteller
29e3efb8d8 add contract.new.getData 0.15.0 2015-10-30 12:52:51 +01:00
Fabian Vogelsteller
02506d22d6 bumped version to 0.15.0 2015-10-28 10:01:00 +01:00
Fabian Vogelsteller
a2c607fcfb Merge pull request #335 from ethereum/exposeCallData
Make it possible to get calldata of contract functions
2015-10-28 09:59:17 +01:00
Fabian Vogelsteller
cbfc1bd21d increased cyclomatic complexity fo the contract code checking 2015-10-28 09:58:57 +01:00
Fabian Vogelsteller
7844d260b8 minor fix for syncing 2015-10-27 12:24:33 +01:00
Fabian Vogelsteller
fd3067a20f renamed to getData 2015-10-24 00:07:03 +02:00
Fabian Vogelsteller
eccbf3dbd1 minor fix for contract detection 2015-10-23 17:43:31 +02:00
Fabian Vogelsteller
680a14d675 make it possible to get call data of a contract call 2015-10-23 12:51:01 +02:00
Fabian Vogelsteller
6df0cd6e2e removed console.log 2015-10-23 12:34:37 +02:00