Fabian Vogelsteller
900712fbe7
Merge branch 'develop' of github.com:ethereum/web3.js into develop
2017-07-17 13:33:34 +02:00
Fabian Vogelsteller
6a5fcd273e
added versions
2017-07-17 13:33:18 +02:00
Shayan Eskandari
0f53c43d7b
fix broken basic auth for async calls ( #917 )
...
* HTTP Basic Auth, some cleanups
There’s no need for additional dependency `btoa` as `XHR2` already has
the support for Basic Auth.
* remove redundant code
* fix semicolons
* Rewrite Basic Auth to support both sync and async calls.
* semicolon consistency
2017-07-05 14:55:06 +02:00
Fabian Vogelsteller
e7641a7add
Readd semicolon, and build
2017-06-30 11:14:23 +02:00
Fabian Vogelsteller
c774f90866
Merge branch 'develop' of github.com:ethereum/web3.js into develop
2017-06-30 11:11:01 +02:00
Shayan Eskandari
1f5e8c9266
Http Basic Auth without additional dependencies ( #909 )
...
* HTTP Basic Auth, some cleanups
There’s no need for additional dependency `btoa` as `XHR2` already has
the support for Basic Auth.
* remove redundant code
2017-06-30 11:10:33 +02:00
Fabian Vogelsteller
c86903febb
Merge branch 'develop' of github.com:ethereum/web3.js into develop
2017-06-27 19:07:24 +02:00
Fabian Vogelsteller
825dcbcfe7
ignore packages folder for now
2017-06-24 10:24:16 +02:00
Jannis Redmann
8fbd5f7c3c
allow eth_syncing to return false, support HTTP Basic Auth ( #545 )
...
* strict mode in formatters.js
* allow eth.syncing to return false
* HTTPProvider: support HTTP basic auth
2017-06-24 10:21:43 +02:00
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
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
2017-01-13 13:41:08 +01:00
Fabian Vogelsteller
274b37cc56
added map file
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
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