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
yangit
11b391820d
Added gulp task to concat /examples/*.js into ./examples.md
11 years ago
Ryan X. Charles
4a59418c82
add concept of "main" bundle and remove BIP39
Some features of bitcore will be too large to be included in the browser bundle
by default. Since BIP39 pretty much requires the giant list of words to be
used, I am excluding it by default. The ability to exclude some features by
default will become useful with some particularly large features to come,
particularly BIP70.
11 years ago
yangit
a3d945f0f1
Removed duplicate dependency declaration.
11 years ago
Ryan X. Charles
c94d278958
up version to 0.1.24
11 years ago
Ryan X. Charles
6aef44e98a
up version to 0.1.23
11 years ago
Ryan X. Charles
1e97ab8c6d
move devDependencies to dependencies to fix install issue
11 years ago
Ryan X. Charles
c488268a3c
update version to 0.1.22
11 years ago
Manuel Araoz
f2fc616cc9
add coveralls
11 years ago
Ryan X. Charles
410cd503c8
remove unused commander dependency
11 years ago
Ryan X. Charles
117eaa4288
remove underscore dependency to decrease bundle size
11 years ago
Ryan X. Charles
a242112e66
replace jssha with sjcl - remove jssha dependency
11 years ago
Ryan X. Charles
af9fdff3a9
use SJCL AES to get ECIES working in the browser
11 years ago
Ryan X. Charles
5594f82398
up version to 0.1.21
...to make sure compiled bundle is absolutely the latest.
11 years ago
Ryan X. Charles
1361bd2939
fix npm install issue and up version
Bitcore in Copay is not being installed correctly due to changes we made
recently in the way bitcore is compiled (it is not compiled on install, but on
prepublish). This adds all the bundles to the repo to fix that issue.
11 years ago
Ryan X. Charles
23f3d139dc
v0.1.19
11 years ago
lms
b2cd391bf0
build browser/bundle.js in prepublish step
11 years ago
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
11 years ago
Ryan X. Charles
d190067fe6
up to version 0.1.18
Critical bug fix - generating k was insecure:
https://github.com/bitpay/bitcore/pull/309
11 years ago
Ryan X. Charles
d413b5f43a
up version to 0.1.17
11 years ago
Ryan X. Charles
7f348ca0bd
Move BigNumber to internal
...no longer relies on Manuel's repo hostig a version of "bignum" that actually
contained bignumber.js. This moves bignumber.js internally and removes bignum
from the browser build process. Also adds a bitcore.Bignum that links to the
right thing. In node, browser.Bignum is require('bignum'). And in the browser,
bitcore.Bignum is is now Bignumber.js (same as before ... except bignumber.js
is now inside bitcore).
11 years ago
Gordon Hall
bf1b4bdcc7
replace extend with underscore and use it's version of extend from within PeerManager
11 years ago
Ryan X. Charles
33415983be
up version to 0.1.16 ... to sync up npm and github
11 years ago
Ryan X. Charles
9af3501f04
up version to 0.1.15
11 years ago
Ryan X. Charles
91abec72b2
version 0.1.14
11 years ago