* 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.
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
* 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
* 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
* 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
* 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