17 Commits

Author SHA1 Message Date
Fabian Vogelsteller
89b9cb9e04 Merge develop and bump version (#870)
* bumped version (#865)

* validate number of args to solidity functions (#866)

* Fix for "filterCreationErrorCallback is not a function" Error #552 (#861)

* Missing some checks in order to verify if given value is an object (#568)

* make sure the old behaviour is valued in toHex

* Porting personal.importRawKey, personal.sign, personal.ecRecover from go-ethereum to web3.js (#565)

* Porting personal.importRawKey

* Porting personal.sign

* Porting personal.ecRecover

* Export padLeft and padRight as functions of web3 (#848)

I'm working with `bytes12` and it's useful to have these two functions in the web3 object for formatting.

* bumped version

* fixed lint

* new versions file
2017-05-09 13:13:41 +02:00
debris
b794007a52 sed ethereum.js -> web3.js 2015-10-08 15:34:07 +08:00
debris
190f9815d9 eth.filter works 2015-10-08 07:42:08 +02:00
debris
9da9bfdbd4 batch requests 2015-10-08 04:45:15 +02:00
debris
7dff0a461a refactored extensions 2015-10-08 04:09:51 +02:00
debris
799bd88279 refactor in progress 2015-10-07 04:32:32 +02:00
Alexander Sinyagin
52afaa8372 Add support of multiple providers 2015-09-16 13:40:45 +00:00
Fabian Vogelsteller
b44390e48c delayed connection try for isConnected(), fixed outputformatter check of methods 2015-07-02 19:24:44 +02:00
Fabian Vogelsteller
ff48da19c3 fixed callback error issue 2015-05-13 18:07:08 +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
1272780686 sendTransaction && call async 2015-05-11 18:48:26 +02:00
Marek Kotewicz
a320ef8bd9 fixed coverage, unified creating errors 2015-04-16 11:11:33 +02:00
Marek Kotewicz
82b18c1aa0 refactored filter.js 2015-03-26 18:11:05 +01:00
Marek Kotewicz
4d1cf0bd9f inputFormatter is an aray of functions 2015-03-23 13:42:36 +01:00
Marek Kotewicz
a4cf661f24 tests for method.js 2015-03-22 19:48:25 +01:00
Marek Kotewicz
7519faba9c method.js 2015-03-22 18:12:52 +01:00