Commit Graph

49 Commits

Author SHA1 Message Date
Braydon Fuller f6b0b14ac6 Bump package version to 0.13.19 2016-08-10 13:29:13 -04:00
Braydon Fuller c9e056a0a3 Bump package version to 0.13.18 2016-07-29 18:00:39 -04:00
Braydon Fuller 7a56719c3c Bump package version to 0.13.17 2016-07-05 13:15:42 -04:00
Braydon Fuller 6275689f05 Bump package version to 0.13.16 2016-05-24 11:02:41 -04:00
Braydon Fuller 514fc8d326 crypto: switch to Node.js sha512
The sha512 library has not been updated in quite some time. This switches to
use Node.js crypto for sha512 that will use crypto-browserify, and more
recently maintained sha.js for the browser build.
2016-05-23 12:00:14 -04:00
Braydon Fuller 7fb064bde0 Bump package version to 0.13.15 2016-04-22 20:02:35 -04:00
Braydon Fuller b3b18d532f Bump package version to 0.13.14 2016-03-24 10:58:38 -04:00
Braydon Fuller 4430479cea Bump package version to 0.13.13 2016-02-05 10:11:49 -05:00
Braydon Fuller 6ae9b2f835 Bump package version to 0.13.12 2016-01-28 13:10:46 -05:00
Braydon Fuller 6e225ef70e Bump package version to 0.13.11 2015-12-02 21:29:21 -05:00
Braydon Fuller ae3435a449 Bump package version to 0.13.10 2015-11-11 10:36:38 -05:00
Braydon Fuller 23080a8bf9 Bump package version to 0.13.8 2015-11-04 10:42:52 -05:00
Braydon Fuller 59d2d5cf00 Hash.js dependency is only needed by elliptic. 2015-10-27 10:13:16 -04:00
Braydon Fuller 461852e104 Bump package version to 0.13.7 2015-10-15 16:36:52 -04:00
Braydon Fuller 2f144d40cd Bump package version to 0.13.5 2015-10-14 10:23:27 -04:00
Braydon Fuller 3d591324c3 Merge pull request #1340 from eordano/bip69
Privacy improvements by sorting inputs and outputs
2015-10-13 17:56:40 -04:00
Braydon Fuller 2939bc7689 Bump package version to 0.13.4 2015-10-07 11:42:16 -04:00
Esteban Ordano 19f3fe0de3 Using buffer-compare instead of copy&paste 2015-10-01 12:56:01 -07:00
Braydon Fuller 966c88f138 Bump package version to 0.13.3 2015-09-09 10:15:12 -04:00
Braydon Fuller 1522a33e29 Bump package version to 0.13.2 2015-09-02 10:32:32 -04:00
Ryan X. Charles c1087c2827 fix web worker issues
bitcore should be able to run inside a web worker. There were two minor issues
preventing bitcore from running inside a web worker. The first was that lodash
was outdated, and that version of lodash had a problem with web workers. The
second was that the wrong version of ripemd160 was being called, because
global.window does not exist inside a web worker (global.self does instead). A
better way to check if you are in a browser is with process.browser.
2015-08-20 19:07:21 -07:00
Braydon Fuller abefde6d83 Bump package version to 0.13.0 2015-08-19 10:53:46 -04:00
Braydon Fuller b7880ea568 Bump package version to 0.12.15 2015-08-05 12:16:08 -04:00
Braydon Fuller f77da04464 Bump package version to 0.12.14 2015-07-22 10:40:16 -04:00
Braydon Fuller 9a7cdc440e Bump package version to 0.12.13 2015-07-15 10:28:02 -04:00
Braydon Fuller 4e212e846d Bump package version to 0.12.12 2015-07-08 10:36:14 -04:00
Braydon Fuller 9ab6eefef3 Bump package version to 0.12.11 2015-07-01 14:54:48 -04:00
Braydon Fuller 3d6eae66d9 Bump package version to 0.12.10 2015-06-24 09:57:49 -04:00
Braydon Fuller 1b2c69ba6c Bump package version to 0.12.9 2015-06-17 10:28:04 -04:00
Braydon Fuller c671a97c26 Bump package version to 0.12.8 2015-06-03 10:28:23 -04:00
Braydon Fuller 5ee1c3f6aa Bump package version to 0.12.7 2015-05-27 10:30:35 -04:00
Braydon Fuller ea9be99854 Bump package version to 0.12.6 2015-05-20 10:35:07 -04:00
Braydon Fuller efa0777b08 Update hash.js to 1.0.2 2015-04-30 13:50:05 -04:00
Braydon Fuller 3d447ded79 Update bn.js to 2.0.4 to handle 53 bit precision number input. 2015-04-30 11:20:09 -04:00
Braydon Fuller 5b2ba0e31e Bump version in shrinkwrap to 0.9.0 2015-01-21 19:46:31 -05:00
Esteban Ordano f935bb1ba3 Drop dependencies from npm-shrinkwrap 2015-01-14 16:26:28 -03:00
Braydon Fuller d2a2be7a93 Upgraded bn.js to fix public key calculation problem, restored crypto/point.js, and added additional tests. 2015-01-04 09:19:08 -05:00
Esteban Ordano 476f009b4d Add Insight and UTXO class 2015-01-02 15:59:13 -03:00
Braydon Fuller 6ace41834f Upgraded elliptic and bn to the latest versions 2015-01-02 13:11:26 -05:00
Braydon Fuller 2de77f6f5c Use the same version as specified in the elliptic package.json 2015-01-02 12:38:55 -05:00
Yemel Jardi 3190991941 add dependencies and update tests 2014-12-11 14:01:06 -03:00
Yemel Jardi 751ed3a9f9 add buffers dependency 2014-12-11 13:39:10 -03:00
Braydon Fuller 64c0d5f942 Payment Protocol: Restore and reorganize files for payment protocol. 2014-12-04 10:43:40 -05:00
Esteban Ordano 491170103b Add inherits to shrinkwrap 2014-12-03 10:18:33 -03:00
Esteban Ordano f5d04280eb Add lodash to shrinkwrap 2014-12-03 10:09:18 -03:00
Braydon Fuller cfb32f7fc8 Package: Updated to include the latest versions of dependencies 2014-11-24 15:20:14 -05:00
Braydon Fuller 8ca49fb523 update to include new version of bn.js and elliptic that include hex padding 2014-11-03 16:53:14 -05:00
Ryan X. Charles 199ed7c4ba update dependencies 2014-09-18 18:46:31 -07:00
Ryan X. Charles 004f8c29c8 npm shrinkwrap
This will ensure that the versions of the dependencies of the dependencies
remain the same on npm install, that way we can ensure bitcore works as
intended for the end-user. Note that this does not ensure byte-for-byte
compatibility. We may address that issue in the future.

See: https://www.npmjs.org/doc/cli/npm-shrinkwrap.html
2014-08-30 11:58:33 -07:00