1319 Commits

Author SHA1 Message Date
Fabian Vogelsteller
91f6cb2cf5
build files 2017-06-24 09:05:18 +02:00
Fabian Vogelsteller
677df3894d
switched to older bignum lib, with lookahead deactivated 2017-06-24 09:04:53 +02:00
Fabian Vogelsteller
82d93c451d
Merge branch 'develop' of github.com:ethereum/web3.js into develop 2017-06-24 07:50:15 +02:00
MaiaVictor
b8df39a0c4 Merge pull request #905 from shayanb/develop
fix bignumber.js broken dependency
2017-06-23 22:13:38 -03:00
Shayan
6fe294fe7c fix bignumber.js broken dependency 2017-06-23 17:00:14 -04:00
Fabian Vogelsteller
05754fe3a1
Merge branch 'develop' of github.com:ethereum/web3.js into develop 2017-06-23 16:47:39 +02:00
Fabian Vogelsteller
6d3e61a010 Whisperv5 (#902)
* added whisper api

* added whisper api tests

* fix lint errors
2017-06-23 14:57:11 +02:00
cdetrio
db6efd5f23 fix bug passing BigNumber as contract method arg (#896) 2017-06-23 11:39:41 +02:00
Fabian Vogelsteller
f43d6784fc
Merge branch 'develop' of github.com:ethereum/web3.js into develop 2017-06-20 14:49:30 +02:00
Nico Cesar
dbefa39e52 git+https on package dependency (#881)
why git+https?  this creates conflicts in systems  without the proper helper (i.e. Debian 8) 

$ git clone git+https://github.com/debris/bignumber.js.git
Cloning into 'bignumber.js'...
fatal: Unable to find remote helper for 'git+https'
$ git clone https://github.com/debris/bignumber.js.git
Cloning into 'bignumber.js'...
remote: Counting objects: 468, done.
^Cceiving objects:  22% (103/468), 372.00 KiB | 168.00 KiB/s
2017-06-05 15:34:31 -03:00
sandakersmann
4f22d6e2bd Changed http:// to https:// on one link (#880)
Changed http:// to https:// on one link in README.md
2017-06-05 15:33:32 -03:00
Fabian Vogelsteller
d4bb4d5978
added better test 2017-05-24 15:01:47 +02:00
Fabian Vogelsteller
0fdecce986
Merge branch 'master' into develop 2017-05-24 14:58:51 +02:00
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
Fabian Vogelsteller
d44d0b76d5 Merge branch 'master' into develop 2017-05-09 12:33:01 +02:00
Fabian Vogelsteller
cc90107897
new versions file 2017-05-09 12:27:18 +02:00
Fabian Vogelsteller
482a5ccdb3
fixed lint 2017-05-09 12:08:09 +02:00
Fabian Vogelsteller
81ab762ff1
bumped version 2017-05-09 11:59:08 +02:00
Mariano Conti
1c7dde9696 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.
2017-05-09 11:56:54 +02:00
Georgi Georgiev
a24df28f1f Porting personal.importRawKey, personal.sign, personal.ecRecover from go-ethereum to web3.js (#565)
* Porting personal.importRawKey

* Porting personal.sign

* Porting personal.ecRecover
2017-05-09 11:49:39 +02:00
Fabian Vogelsteller
f8aa391351
make sure the old behaviour is valued in toHex 2017-05-09 11:42:24 +02:00
Georgi Georgiev
74bff8f0c6 Missing some checks in order to verify if given value is an object (#568) 2017-05-09 11:39:55 +02:00
Alex Oberhauser
f310e7ccdc Fix for "filterCreationErrorCallback is not a function" Error #552 (#861) 2017-05-09 11:38:31 +02:00
cdetrio
54e40bb4bb validate number of args to solidity functions (#866) 2017-05-09 11:34:44 +02:00
dalarifat
55e2a6c137 bumped version (#865) 2017-05-09 10:59:35 +02:00
Fabian Vogelsteller
a075680c85
bumped version 2017-03-29 12:05:21 +02:00
Fabian Vogelsteller
76f8798cb5
bumped version 0.18.4 2017-03-29 11:47:27 +02:00
Denis Granha
aeb8baf915 added signTransaction method to web3.eth (#845) 2017-03-29 11:43:26 +02:00
Zac Mitton
7560f27335 removed 1 invisable character that was causing issue number 555 with webpack and browserfy (#563) 2017-02-22 19:07:07 +01:00
bas-vk
4653e3fb01 fix jslint warnings (#561) 2017-02-17 12:13:26 +01:00
bas-vk
be528f7436 add support for Ethereum blooms (#559) 2017-02-17 11:10:34 +01:00
Fabian Vogelsteller
9268315be6
bumped version 0.18.3 to republish meteor package 2017-01-19 10:45:47 +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
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
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
1592dd4dd9
changed to personl_sendTransaction 2017-01-05 15:42:22 +01:00
YESPPG
021ac06235 Update contract.html (#508)
* Update contract.html

* Update contract_array.html
2017-01-05 15:32:52 +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
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