Skip to content

Commit

Permalink
Merge develop and bump version (#870)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
frozeman authored May 9, 2017
1 parent a075680 commit 89b9cb9
Show file tree
Hide file tree
Showing 20 changed files with 3,055 additions and 2,817 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"eqeqeq": true,
"freeze": true,
"funcscope": false,
"maxcomplexity": 4, /* our target is 3! */
"maxcomplexity": 5, /* our target is 3! */
"maxdepth": 3,
"maxerr": 50,
/*"maxlen": 80*/ /*this should be our goal*/
Expand Down
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ethereum:web3@0.18.4
ethereum:web3@0.19.0
[email protected]
[email protected]
88 changes: 67 additions & 21 deletions dist/web3-light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/web3-light.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 89b9cb9

Please sign in to comment.