10 Commits

Author SHA1 Message Date
Fabian Vogelsteller
bbfefb091c Modularize web3.js (#541)
* added sub packages

* added lerna monopackage management

* check for package is instance

* added method, subscription and utils package

* moved almost all packages

* moved all packages, no umbrella package yet

* added extend to packages

* made contract pass

* made batch tests pass

* expose providers

* fixed test async

* fixed test errors

* fixed test event encode decode

* fixed test formatter tests

* fixed method tests

* fixed method utils

* fixed some eth methods

* fixed some eth methods 2

* bumped version 0.18.3 to republish meteor package

* fixed get* tests

* fixed subscribe tests

* added newBlockHeaders subscription

* remove unpublished package from package.json

* added sendTransaction test

* fixed call test

* moved files to done

* changed extend

* added iban tests

* Fixed ALL tests

* Fixed lint tests

* Fixed contract tests

* added method tests

* added more method tests to test promiEvents extensively

* added confirmation event

* improved method confirmation checking
2017-01-26 10:24:14 +01:00
debris
283b658656 throw an exception on invalid address 2015-08-08 21:22:01 +02:00
debris
f20fca01ad additional tests for inputTransactionFormatter 2015-08-08 19:43:12 +02:00
Fabian Vogelsteller
08f3aaea8c add optional nonce property to sendTransaction 2015-05-06 15:19:33 +02:00
Fabian Vogelsteller
b3b95c5f98 add getBlock test 2015-03-23 18:50:53 +01:00
Marek Kotewicz
4d1cf0bd9f inputFormatter is an aray of functions 2015-03-23 13:42:36 +01:00
Marek Kotewicz
0898669bd2 changes in input formatters 2015-03-22 09:43:07 +01:00
Marek Kotewicz
c7f8373191 separated formatters files 2015-03-08 18:31:08 +01:00
Marek Kotewicz
068bdd7276 changed project structure 2015-03-08 18:18:52 +01:00
Fabian Vogelsteller
545de254f9 add more tests 2015-02-26 15:54:49 +01:00