339 Commits

Author SHA1 Message Date
Fabian Vogelsteller
12bea40dca
fixes #548 2017-01-13 13:41:08 +01:00
Fabian Vogelsteller
174b735723
fixed go xmlhttprequest issue, bumped version 2017-01-12 15:36:24 +01:00
Fabian Vogelsteller
cbd57465b4
rebuild 2017-01-06 12:08:39 +01:00
Fabian Vogelsteller
30549159ef
better weay of handeling PR #458 2017-01-06 11:59:52 +01:00
Anton Simernia
209239c539 add filterCreationErrorCallback argument to Filter constructor for check if filter is created (#435) 2017-01-06 11:53:51 +01:00
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
Jordi Baylina
3d70c778c9 call stopwatch asynchronously (#498) 2017-01-06 11:49:30 +01:00
Alex Beregszaszi
b451db0f9c Include Swarm bzz_ methods (#473) 2017-01-06 11:48:04 +01:00
Fabian Vogelsteller
1592dd4dd9
changed to personl_sendTransaction 2017-01-05 15:42:22 +01:00
Federico Bond
f33723ee39 Throw error if trying to send value to non-payable function (#534) 2017-01-05 11:23:24 +01:00
Pedro Branco
09044dff1d Add timeout to HTTP provider (#499) 2016-11-14 09:00:13 +01:00
Fabian Vogelsteller
e4eb9606aa bumped version 2016-09-15 15:03:27 +02:00
Marius Darila
b489f5e24b add formatter for syncing States (#482) 2016-09-12 15:52:36 +02:00
bas-vk
c2426ad880 add eth_protocolVersion (#491) 2016-09-12 15:20:20 +02:00
kumavis
c4cc700622 lint - add missing semicolons 2016-08-26 16:09:50 -07:00
kumavis
14494699c8 Add callback handling in method Filter.stopWatching 2016-08-26 16:01:44 -07:00
kumavis
74995bbbf7 Jsonrpc - fix singleton pattern 2016-08-26 14:55:16 -07:00
Fabian Vogelsteller
35bcace717 merged develop, build script 2016-07-19 15:12:50 +02:00
Aakil Fernandes
6e43426767 Contract code length fix (#459)
* Meteor 1.3+ can handle default CommonJs syntax

* Fixed padLeft for iban addresses.

* Fix bignumber dependency

* check code.length > 3

* build

* expose BigNumber on web3 instances

* Fix incorrect filename in documentation

* re-build after merges

* check code.length > 3
2016-07-19 15:02:45 +02:00
Fabian Vogelsteller
8abc0af2f5 merged master 2016-06-27 15:35:31 +02:00
Fabian Vogelsteller
f317f5cf05 Merge pull request #412 from mhhf/master
Meteor 1.3+ can handle default CommonJs syntax
2016-06-27 15:26:41 +02:00
Fabian Vogelsteller
0f1ab3227b added unlock and send 2016-05-24 16:25:35 +02:00
Richard Moore
dc9da1a385 Fixed padLeft for iban addresses. 2016-03-23 21:30:30 -04:00
Fabian Vogelsteller
3ba32a6734 added lockAccount method 2016-03-22 17:53:53 +01:00
Fabian Vogelsteller
ae1ace97a1 release 0.16.0 2016-03-22 17:51:45 +01:00
Denis Erfurt
a3a963eff3 Meteor 1.3+ can handle default CommonJs syntax 2016-03-19 20:35:56 +01:00
Alex Beregszaszi
a46cec3bb7 Return an actual exception in inputAddressFormatter()
Without this, stack traces are truncated.
2016-03-02 11:23:10 +00:00
Fabian Vogelsteller
fc9e96473a fixed test 2016-02-29 16:24:50 +01:00
Fabian Vogelsteller
dccde3f1d7 Merge branch 'master' of github.com:ethereum/web3.js 2016-02-29 11:42:38 +01:00
Dan Turner
6a7a896da3 Implement the "personal" API's of go-ethereum
As per: https://github.com/ethereum/go-ethereum/wiki/Go-ethereum-management-API's
2016-02-29 15:59:54 +11:00
Fabian Vogelsteller
4a1758f5ab allow possoble breaklines in ipc provider 2016-02-15 10:34:38 +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
bc1c3c7d7e Merge remote-tracking branch 'origin/master' into develop 2016-01-21 15:30:42 +01:00
Fabian Vogelsteller
5b799b7f7d added enumeration to property 2016-01-08 10:56:49 +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
29e3efb8d8 add contract.new.getData 2015-10-30 12:52:51 +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