Commit Graph

1340 Commits

Author SHA1 Message Date
danieljbruce 944904d38e Test cases for utils.toTwosComplement (#1076)
* test cases for toTwosComplement

* test cases for to twos complement

* removed unnecessary code
2017-09-26 16:38:25 +02:00
Fabian Vogelsteller 917d15265f
update versions file 2017-09-15 13:52:29 +02:00
Fabian Vogelsteller 4b0fabcaa8
build files 2017-09-15 13:49:00 +02:00
Allen McCabe f74d60c171 Replace instanceof Array with Array.isArray because of reasons. (#995) 2017-09-15 13:08:01 +02:00
Fabian Vogelsteller 530c4a3b1d
fixed PR issues 2017-08-10 16:58:29 +02:00
Susmit f646ab45f9 Refactored method encodeWithOffset (#970)
* Example Code for Message Signing Added

Added an example java script which demonstrates the following
- How to sign a message using Ethereum account
- How to find the address using which the message was signed

* Refactored method encodeWithOffset

Performed refactoring for encodeWithOffset method. Removed code redundancy.
2017-08-10 14:14:10 +02:00
Kyle Rose 8879a71796 add yarn to readme (#976) 2017-08-10 14:08:55 +02:00
Susmit 11ca4d0da4 Example Code for Message Signing Added (#968)
Added an example java script which demonstrates the following
- How to sign a message using Ethereum account
- How to find the address using which the message was signed
2017-08-02 15:12:23 +02:00
Shayan Eskandari 7df9c539c3 Improvement on Readme.md (#944)
* 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

* Documentation for Basic Auth connection added.

* Add Community and Other implementations to README

* remove contributors
2017-07-27 15:40:24 +02:00
Fabian Vogelsteller c3e6c3867f
bumped version 0.20.1 2017-07-17 13:39:45 +02:00
Fabian Vogelsteller 996148d356
bumped version 0.20.1 2017-07-17 13:35:23 +02:00
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
Orlando Castillo d38c19ee56 fix bignumber dependency issue (#906) 2017-06-24 07:49:59 +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