Alexandre Van de Sande
083ab3a2cc
experimental checksum
2016-02-19 11:05:42 -02:00
Fabian Vogelsteller
4a1758f5ab
allow possoble breaklines in ipc provider
2016-02-15 10:34:38 +01:00
Fabian Vogelsteller
dc12e9b6cb
fixed timeout issue
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
Kevin King
68f55cfab5
fixed: ContractFactory prototype inheritance #384
2016-02-10 13:39:33 -08: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
bc1c3c7d7e
Merge remote-tracking branch 'origin/master' into develop
2016-01-21 15:30:42 +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
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
4e42fb890d
add subscription support
2016-01-05 15:36:07 +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
03c3518efc
fixed web3.version.api
2015-10-30 18:42:14 +01:00
Fabian Vogelsteller
29e3efb8d8
add contract.new.getData
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
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
debris
2a3c011ba1
removed circular references from web3 object
2015-10-21 12:00:11 +08:00
Fabian Vogelsteller
62398f4f8a
minor fix for meteor web3
2015-10-19 18:45:03 +02:00
debris
0ae82cf895
version 0.14.0
2015-10-19 11:33:40 +08:00
Fabian Vogelsteller
6253e6bdf8
fixed contract creation
2015-10-15 13:07:05 +02:00
Fabian Vogelsteller
59ef6cd8a5
fixed travis and stop polling when no polls are available (request from go otto VM)
2015-10-15 11:35:57 +02:00
Fabian Vogelsteller
8d3d59df26
fixed ipcProvider connection error
2015-10-14 23:11:06 +02:00
debris
61916f9bb8
fixed some of the test that interferred with each other
2015-10-12 14:23:16 +08:00
Fabian Vogelsteller
e74482464b
changed transactionHash property name back
2015-10-08 18:04:37 +02:00
Fabian Vogelsteller
ecd0b7776f
improved requestmanager
2015-10-08 13:43:53 +02:00
Fabian Vogelsteller
c8f8ba8086
fixed filter polling
2015-10-08 12:17:54 +02:00
Fabian Vogelsteller
df4e612278
add currentProvider back and fixed index.js
2015-10-08 11:20:45 +02:00
Fabian Vogelsteller
00fad6a730
add keepIsSyncing back
2015-10-08 11:08:14 +02:00
debris
5564011743
making lint happy
2015-10-08 16:19:43 +08:00