Braydon Fuller
6ae9b2f835
Bump package version to 0.13.12
9 years ago
Braydon Fuller
6e225ef70e
Bump package version to 0.13.11
9 years ago
Braydon Fuller
ae3435a449
Bump package version to 0.13.10
9 years ago
Braydon Fuller
23080a8bf9
Bump package version to 0.13.8
9 years ago
Braydon Fuller
59d2d5cf00
Hash.js dependency is only needed by elliptic.
9 years ago
Braydon Fuller
461852e104
Bump package version to 0.13.7
9 years ago
Braydon Fuller
2f144d40cd
Bump package version to 0.13.5
9 years ago
Braydon Fuller
2939bc7689
Bump package version to 0.13.4
9 years ago
Esteban Ordano
19f3fe0de3
Using buffer-compare instead of copy&paste
9 years ago
Braydon Fuller
966c88f138
Bump package version to 0.13.3
9 years ago
Braydon Fuller
1522a33e29
Bump package version to 0.13.2
9 years ago
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.
10 years ago
Braydon Fuller
abefde6d83
Bump package version to 0.13.0
10 years ago
Braydon Fuller
b7880ea568
Bump package version to 0.12.15
10 years ago
Braydon Fuller
f77da04464
Bump package version to 0.12.14
10 years ago
Braydon Fuller
9a7cdc440e
Bump package version to 0.12.13
10 years ago
Braydon Fuller
4e212e846d
Bump package version to 0.12.12
10 years ago
Braydon Fuller
9ab6eefef3
Bump package version to 0.12.11
10 years ago
Braydon Fuller
3d6eae66d9
Bump package version to 0.12.10
10 years ago
Braydon Fuller
1b2c69ba6c
Bump package version to 0.12.9
10 years ago
Braydon Fuller
c671a97c26
Bump package version to 0.12.8
10 years ago
Braydon Fuller
5ee1c3f6aa
Bump package version to 0.12.7
10 years ago
Braydon Fuller
ea9be99854
Bump package version to 0.12.6
10 years ago
Braydon Fuller
efa0777b08
Update hash.js to 1.0.2
10 years ago
Braydon Fuller
3d447ded79
Update bn.js to 2.0.4 to handle 53 bit precision number input.
10 years ago
Braydon Fuller
5b2ba0e31e
Bump version in shrinkwrap to 0.9.0
10 years ago
Esteban Ordano
f935bb1ba3
Drop dependencies from npm-shrinkwrap
10 years ago
Braydon Fuller
d2a2be7a93
Upgraded bn.js to fix public key calculation problem, restored crypto/point.js, and added additional tests.
10 years ago
Esteban Ordano
476f009b4d
Add Insight and UTXO class
10 years ago
Braydon Fuller
6ace41834f
Upgraded elliptic and bn to the latest versions
10 years ago
Braydon Fuller
2de77f6f5c
Use the same version as specified in the elliptic package.json
10 years ago
Yemel Jardi
3190991941
add dependencies and update tests
10 years ago
Yemel Jardi
751ed3a9f9
add buffers dependency
10 years ago
Braydon Fuller
64c0d5f942
Payment Protocol: Restore and reorganize files for payment protocol.
10 years ago
Esteban Ordano
491170103b
Add inherits to shrinkwrap
10 years ago
Esteban Ordano
f5d04280eb
Add lodash to shrinkwrap
10 years ago
Braydon Fuller
cfb32f7fc8
Package: Updated to include the latest versions of dependencies
10 years ago
Braydon Fuller
8ca49fb523
update to include new version of bn.js and elliptic that include hex padding
10 years ago
Ryan X. Charles
199ed7c4ba
update dependencies
10 years ago
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
11 years ago