Braydon Fuller
b456d9a11a
Tests: Add karma config and dependencies
10 years ago
Esteban Ordano
077a501da3
fixes gulpfile cover and browser-test
10 years ago
Esteban Ordano
4b201a8db1
Replace grunt with gulp
10 years ago
Esteban Ordano
73265d9089
Refactor network.js
10 years ago
Braydon Fuller
8c4301cb0a
Tests: Updated tests to run from sub-directories and fixed crypto and encoding related missing updates.
10 years ago
Braydon Fuller
cfb32f7fc8
Package: Updated to include the latest versions of dependencies
10 years ago
Manuel Araoz
4974fc99a5
remove AES
10 years ago
Manuel Araoz
e0340213fe
remove KDF
10 years ago
Braydon Fuller
8ca49fb523
update to include new version of bn.js and elliptic that include hex padding
10 years ago
Eric Martindale
6102374875
Full suite of working tests for Identities.
10 years ago
Eric Martindale
be95a3f3a7
Merge bitcore2 into bitcore, prepare branch.
10 years ago
Eric Martindale
9e95e7bf34
Remove ephemeral content.
10 years ago
Ryan X. Charles
8b0b30e226
Initial commit of Full Node
all current code is forked from bitcore2
10 years ago
Ryan X. Charles
199ed7c4ba
update dependencies
10 years ago
Ryan X. Charles
d088e0d7f2
v0.1.36
10 years ago
Ryan X. Charles
b7bde14e06
add bitcoinjs contributors
...since some of the source code comes from bitcoinjs
11 years ago
Ryan X. Charles
e097fe23ec
add contributors
...copied from bitcore. Should also add bitcoinjs-lib contributors.
11 years ago
Ryan X. Charles
63d0fa96b0
add repository field
...so npm quits complaining
11 years ago
Ryan X. Charles
1dead4cbc4
AES
11 years ago
Christopher Jeffrey
203b605ebf
paypro: start using asn1.js v0.4.1.
11 years ago
Christopher Jeffrey
5085880bd0
paypro: use fedor's asn1.js to deal with DER certificates.
11 years ago
Ryan X. Charles
7fe333d367
temporarily rename to bitcore2
...to distinguish from old bitcore. Will rename once we merge it into the main
branch.
11 years ago
Ryan X. Charles
337b19849c
fork bitcore from privsec
11 years ago
Ryan X. Charles
381481fb7c
rename back to privsec
...if this package ever actually turns into bitcore2, then we will rename it
again.
11 years ago
Ryan X. Charles
b783b58762
rename privsec -> bitcore
11 years ago
Ryan X. Charles
82ce08b893
version 0.1.35
11 years ago
Ryan X. Charles
bd3a2c42ec
works in browser
compiled with ./browser/build and then open test/index.html
11 years ago
Ryan X. Charles
ca4131ab05
remove ripemd160 dep., replace with hash.js
11 years ago
Ryan X. Charles
862235e57e
initial commit
address, base58, base58check, hash all working with tests.
base58check code taken from bitcore.
11 years ago
Ryan X. Charles
01c48ff8cd
v0.1.34
11 years ago
Christopher Jeffrey
85e769b97d
paypro: make example work without npm install.
11 years ago
Ryan X. Charles
078d85ea19
v0.1.33
11 years ago
Manuel Araoz
2fb5d7d3a5
change test to use sinon
11 years ago
Manuel Araoz
486f2ae1dc
starting NetworkMonitor implementation
11 years ago
Christopher Jeffrey
11b67a6404
paypro: use jsrsasign for browser.
11 years ago
Christopher Jeffrey
1d0f01c133
paypro: first pass at implementing payment protocol for x509.
11 years ago
Ryan X. Charles
b1722484a9
v0.1.32
11 years ago
Ryan X. Charles
3bed2e0da2
v0.1.31
11 years ago
Ryan X. Charles
b8b500e109
up version to 0.1.30
11 years ago
Ryan X. Charles
2db98e1982
0.1.29: make bundle backwards-compatible with 0.1.25
npm doesn't play well with the symlink bitcore-latest.js. Instead, put the
latest main bundle in bundle.js (which is what it used to be called) so
packages like Copay can use the latest bundle just like how they used to.
11 years ago
Ryan X. Charles
500037acd3
bump version to 0.1.28
11 years ago
Ryan X. Charles
0251d467c4
update bn.js to latest version
...and correspondingly get rid of Number->String conversion
See: https://github.com/indutny/bn.js/issues/17
11 years ago
Ryan X. Charles
98bf58463e
remove cryptojs dependency from util
...use hash.js, which is already required by elliptic
11 years ago
Ryan X. Charles
15d4328b35
use elliptic in Point in the browser instead of cryptojs
11 years ago
Ryan X. Charles
c8fe404402
replace bignumber.js with bn.js
11 years ago
Manuel Araoz
98d2445a6e
bump version
11 years ago
Manuel Araoz
cd7eae8359
remove soop inheritance system
11 years ago
Ryan X. Charles
c93419a750
up version to 0.1.26
11 years ago
Ryan X. Charles
41a687cd36
up version to 0.1.25
11 years ago
Ryan X. Charles
0bea06f785
add BIP70 protobuf features in new PayPro lib file
...and add to the "main" bundle, but not the "all" bundle, since it adds
hundreds of kilobytes to the bundle.
11 years ago