Fabian Vogelsteller
cd4ab77efe
fixed docs
2017-02-13 13:03:02 +01:00
Fabian Vogelsteller
9b4075860c
changed batch requests
2017-02-13 12:42:54 +01:00
Fabian Vogelsteller
d503c305e7
include package core in docs
2017-02-13 12:07:37 +01:00
Fabian Vogelsteller
4013fc3e38
test include
2017-02-13 11:52:46 +01:00
Fabian Vogelsteller
c69051b126
added providers.givenProvider
2017-02-13 11:41:40 +01:00
Fabian Vogelsteller
55698f58ca
moved iban to own rst
2017-02-13 09:45:36 +01:00
Fabian Vogelsteller
fbcc4e13ea
moved iban to own rst
2017-02-13 09:29:44 +01:00
Fabian Vogelsteller
57a9ef6167
fixed subscription title
2017-02-08 20:32:10 +01:00
Fabian Vogelsteller
7cb9d39664
fixed subscription title
2017-02-08 20:09:46 +01:00
Fabian Vogelsteller
5079db35ab
fixed subscription title
2017-02-08 20:00:25 +01:00
Fabian Vogelsteller
f379a69cef
moved docs title
2017-02-08 19:42:11 +01:00
Fabian Vogelsteller
b326c669d1
reduced docs titles
2017-02-08 19:37:48 +01:00
Fabian Vogelsteller
06f22aedef
finished iban documentation
2017-02-08 11:05:57 +01:00
Fabian Vogelsteller
3fbb723d3b
changed eth.contract and eth.iban to uppercase
2017-02-08 10:03:12 +01:00
Fabian Vogelsteller
72ffd3e118
almost finished with eth docs
2017-02-07 17:31:40 +01:00
Fabian Vogelsteller
091d282f2a
improved returned error
2017-02-07 17:11:39 +01:00
Fabian Vogelsteller
c4dfb7f4c0
set my mark
2017-02-06 19:36:47 +01:00
Fabian Vogelsteller
3c226e22cd
added pending tx docs
2017-02-06 19:29:41 +01:00
Fabian Vogelsteller
0f85b38020
added pending tx test
2017-02-06 19:26:08 +01:00
Fabian Vogelsteller
8293ffa472
re-add coder tests
2017-02-06 19:23:23 +01:00
Fabian Vogelsteller
ea0e9445e2
added tests for syncing subscription
2017-02-06 18:37:48 +01:00
Fabian Vogelsteller
2700ba71eb
moved data and topics in decoded events to raw
2017-02-06 16:00:50 +01:00
Fabian Vogelsteller
754e6912a5
wip move docs over
2017-02-06 13:33:23 +01:00
Fabian Vogelsteller
1b554e0bb7
wip move docs over
2017-01-27 15:41:56 +01:00
Fabian Vogelsteller
e4c43d5e55
add more address tests
2017-01-26 19:29:12 +01:00
Fabian Vogelsteller
b08d97f79b
add more address tests
2017-01-26 16:28:06 +01:00
Fabian Vogelsteller
7755d13f8a
add more address tests
2017-01-26 15:02:53 +01:00
Fabian Vogelsteller
8f347fb7d6
added contract address conversino tests
2017-01-26 11:38:30 +01:00
Fabian Vogelsteller
3f723c36f5
fixed once tests
2017-01-26 10:55:46 +01:00
Fabian Vogelsteller
d101973a8f
fixed subscription
2017-01-26 10:36:28 +01:00
Fabian Vogelsteller
aad9ae5a12
changed docs
2017-01-26 10:32:12 +01:00
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
Fabian Vogelsteller
0720bf3293
merged develop
2017-01-13 14:26:12 +01:00
Fabian Vogelsteller
12bea40dca
fixes #548
0.18.2
2017-01-13 13:41:08 +01:00
Fabian Vogelsteller
274b37cc56
added map file
0.18.1
2017-01-12 15:37:17 +01:00
Fabian Vogelsteller
174b735723
fixed go xmlhttprequest issue, bumped version
2017-01-12 15:36:24 +01:00
Fabian Vogelsteller
bc17559c84
merged develop 0.18.0
2017-01-06 12:27:23 +01:00
Fabian Vogelsteller
62dd77c7f4
updated versions
2017-01-06 12:21:13 +01:00
Fabian Vogelsteller
cbd57465b4
rebuild
0.18.0
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
c5631d43a1
added map file
2017-01-06 11:38:26 +01:00
Fabian Vogelsteller
935aa886cb
bumped version to 0.18.0
2017-01-06 10:29:22 +01:00
Fabian Vogelsteller
17af9b5565
Merge branch 'develop' into 1.0
2017-01-05 15:56:28 +01:00
David Braun
864071fd30
Fix staticPartLength calculation for multidimensional arrays. ( #527 )
...
* Remove extraneous whitespace.
* Fix dynamicOffset calculation when encoding params.
Dynamic types should contribute only one word, not their staticPartLength.
* Fix staticPartLength calculation for multidimensional arrays.
Previously it was accounting for only one of the dimensions.
* Define default behavior for SolidityType.staticPartLength.
The default behavior was defined redundantly for every type.
2017-01-05 15:55:55 +01:00
Fabian Vogelsteller
602835630b
changed to personl_sendTransaction
2017-01-05 15:43:07 +01:00
Fabian Vogelsteller
414b54c9ca
Merge branch 'develop' into 1.0
2017-01-05 15:42:39 +01:00