Upgraded bitcore to version that includes elliptic 1.0.0 and bn.js 1.0.0

- There was bug in squaring that in rare situations would produce an incorrect value, see: 3557d780b0
- The incorrect squaring would lead to calculating a bitcoin address where it would be possible to receive funds that would not be spendable.
- For more details about the bug, see: https://github.com/bitpay/bitcore/pull/894
- Fixes issue #2281
This commit is contained in:
Braydon Fuller 2015-01-31 13:24:13 -05:00
parent a65744bec2
commit 1dcd3263ee
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
"devDependencies": {
"angular-gravatar": "*",
"async": "^0.9.0",
"bitcore": "git://github.com/bitpay/bitcore.git#0d238f116500a732057ec9dd80a8a87b2190ca49",
"bitcore": "git://github.com/bitpay/bitcore.git#e20df2144926dbc20bd468d671e73f8e52bb70c1",
"blanket": "^1.1.6",
"browser-pack": "^2.0.1",
"browserify": "^3.32.1",