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
Fabian Vogelsteller
1592dd4dd9
changed to personl_sendTransaction
2017-01-05 15:42:22 +01:00
Fabian Vogelsteller
0ac8ffab15
Merge branch 'develop' into 1.0
2017-01-05 15:38:09 +01:00
YESPPG
021ac06235
Update contract.html ( #508 )
...
* Update contract.html
* Update contract_array.html
2017-01-05 15:32:52 +01:00
Fabian Vogelsteller
742e55c721
added payable checks and tests
2017-01-05 15:23:41 +01:00
Fabian Vogelsteller
c3529f0539
reworked deploy method
2017-01-05 14:43:10 +01:00
Fabian Vogelsteller
76a689f0fb
removed solc dependency
2017-01-05 11:28:00 +01:00
Fabian Vogelsteller
9fee0c426a
refarrangement of package.json
2017-01-05 11:24:06 +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
Fabian Vogelsteller
345b756361
merged develop
2017-01-05 11:17:41 +01:00
Fabian Vogelsteller
f2f5f469d3
doc changes
2016-12-07 18:03:27 +01:00
chriseth
82e6594743
Merge pull request #520 from eris-ltd/bytes
...
Improve formatting of bytes type.
2016-11-24 19:28:43 +01:00
David Braun
02f083198c
Fix #483 by improving formatting of bytes type.
2016-11-21 13:36:34 -05:00
David Braun
b4613cc5f5
Remove bytes64 test.
...
There is no bytes64 type in Solidity (http://solidity.readthedocs.io/en/1242/types.html#fixed-size-byte-arrays ).
2016-11-21 12:12:46 -05:00
David Braun
7efbe40c9c
Remove extraneous whitespace.
2016-11-21 12:12:41 -05:00
Fabian Vogelsteller
dbc31a6061
docs make deploy callback optional
2016-11-14 16:35:28 +01:00
Fabian Vogelsteller
04e43c62ea
build files again
2016-11-14 09:01:42 +01:00
Fabian Vogelsteller
b165acdd46
Merge branch 'develop' of http://github.com/ethereum/web3.js into develop
2016-11-14 09:00:59 +01:00
Pedro Branco
09044dff1d
Add timeout to HTTP provider ( #499 )
2016-11-14 09:00:13 +01:00
Fabian Vogelsteller
077ba31d08
build files
2016-11-14 08:56:49 +01:00
Fabian Vogelsteller
a53e2cef6b
added event docs
2016-11-11 18:54:40 +01:00
Fabian Vogelsteller
c167c998c4
added docs for methods
2016-11-11 17:18:16 +01:00