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
Fabian Vogelsteller
d27872465b
added tests for once with on('data'..)
2016-11-11 16:34:49 +01:00
Fabian Vogelsteller
a3373365d1
added tests for once with on('data'..)
2016-11-11 16:29:18 +01:00
Fabian Vogelsteller
c4c71b9145
added tests for multiple topics in events
2016-11-11 15:46:57 +01:00
Leonid Gaiazov
557268d116
Fixed a bug where negative numbers were rounded up instead of rounding down ( #507 )
...
There was an issue in combination of `solidity.formatters.formatInputInt` and `utils.toTwosComplement` where the value was rounded *after* performing the toTwosComplement. This caused negative floats to round _UP_ instead of rounding _DOWN_. I'm not sure if this is a bug or intentional, but from reading the code it appears to be intended to be rounded down.
Added simple unit test to demonstrate the behavior
2016-11-11 11:38:03 +01:00
Fabian Vogelsteller
cce1b3d68c
added getPastEvent docs
2016-11-10 15:38:03 +01:00
Fabian Vogelsteller
f1658b1eda
added deploy docs
2016-11-10 12:04:47 +01:00
Fabian Vogelsteller
8deb24161d
moved address and jsonInterface to options
2016-11-10 11:14:01 +01:00
Fabian Vogelsteller
9c1d54453f
added tests for changing address
2016-11-10 10:51:45 +01:00
Fabian Vogelsteller
b455bcb950
added tests for re-setting json interface
2016-11-09 16:34:10 +01:00
Fabian Vogelsteller
3deb123607
working on docs
2016-11-09 16:27:26 +01:00
Fabian Vogelsteller
154911071e
added test for contract.once
2016-11-09 16:06:46 +01:00
Fabian Vogelsteller
e2dd99cccb
removed functions from main contract object
2016-11-09 15:48:44 +01:00
Fabian Vogelsteller
7ab9aef8f1
working on contract docs
2016-11-08 11:36:10 +01:00
Fabian Vogelsteller
b59a18a05e
added glossary
2016-11-08 11:08:17 +01:00
Fabian Vogelsteller
f5511d729b
fixed all lint errors
2016-11-04 16:29:40 +01:00
Fabian Vogelsteller
abb393b88c
fixed linting
2016-11-04 12:17:20 +01:00
Fabian Vogelsteller
4aa286c537
moved providers into its own folder
2016-11-04 11:05:19 +01:00
Fabian Vogelsteller
58234e5496
lint improvments
2016-11-02 15:51:52 +01:00
Fabian Vogelsteller
72859abf7e
merged develop
2016-11-02 11:13:46 +01:00
Fabian Vogelsteller
50754c5b28
doc changes
2016-11-01 17:24:16 +01:00
Fabian Vogelsteller
a768895e75
doc changes
2016-11-01 16:29:30 +01:00
Fabian Vogelsteller
098bde921d
doc changes
2016-11-01 16:26:46 +01:00
Fabian Vogelsteller
a0a8cfba41
doc changes
2016-11-01 16:24:54 +01:00
Fabian Vogelsteller
54a56e770c
changed minded event to receipt
2016-11-01 16:03:03 +01:00