Manuel Araoz
b0c39f2ef5
remove only from test
11 years ago
Manuel Araoz
b222550dd0
add Transaction#getReceivingAddresses and send
11 years ago
Manuel Araoz
002b4acc7f
update bundle
11 years ago
Manuel Araoz
f1d7662a70
fix browser tests
11 years ago
Manuel Araoz
f8d7d1da9d
add Transaction#getReceivingAddresses and send
11 years ago
Matias Alejo Garcia
15c55e560a
support uncompressed pub keys also
11 years ago
Matias Alejo Garcia
733835dc7c
removes unused / obsolete class "Sign.js"
11 years ago
Christopher Jeffrey
5fd37cf923
paypro: cleanup browser/build.js.
11 years ago
Christopher Jeffrey
cec71a51fd
paypro: add isTrusted function to RootCerts.
11 years ago
Christopher Jeffrey
85d5e69fc1
paypro: move root certs to common.
11 years ago
Christopher Jeffrey
2bb8b520a2
paypro: use root-certs as a module.
11 years ago
Christopher Jeffrey
4319395aa8
paypro: more root certs cleanup.
11 years ago
Christopher Jeffrey
575352dd03
paypro: port root certs script to node for portability.
11 years ago
Christopher Jeffrey
948d6cd93a
fix: fix RootCert generation.
11 years ago
Christopher Jeffrey
edc1e09335
Revert moz certs file: do not want to convert from mozilla format
This reverts commit a49704a35beca0032a4840245932a13e6b9e9ea3.
11 years ago
Christopher Jeffrey
4d9a752307
paypro: try to grab root certs from mozilla if github is not available.
11 years ago
Christopher Jeffrey
8725516afb
paypro: convert root certs to hash table in build file.
11 years ago
Christopher Jeffrey
4e606c7ed2
paypro: move root certs to non-browser.
11 years ago
Christopher Jeffrey
29b067ab73
paypro: add createTrusted to browser build script.
11 years ago
Christopher Jeffrey
493f90f428
paypro: chmod +x generate-trusted.sh.
11 years ago
Christopher Jeffrey
ee61422361
paypro: script to generate trusted.js from node.js root certs.
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
0c8f7d4d21
move bitcore-dev.js -> bundle.js
To make it easier to test the master branch of bitcore with other apps,
especially Copay.
11 years ago
Ryan X. Charles
2c136d4dcc
remove obsolete Curve class (G and n now accessible from Point)
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
77ff084413
update bitcore-latest.js
11 years ago
Ryan X. Charles
500037acd3
bump version to 0.1.28
11 years ago
Ryan X. Charles
fc942c2ac5
remove network stuff from main build
The network classes Connection, Peer and PeerManager are not useful from the
browser, so I have removed them from the main browser bundle by default. This
saves several tens of kilobytes from the browser bundle (since not only are
these files not included, but their dependencies are not included either).
11 years ago
Ryan X. Charles
572035fdd5
add some test vectors for secp256k1
11 years ago
Ryan X. Charles
af1d754bd8
make bignum interface backwards compatible
- fix cmp, mul, div, add, mod, sub functions to take numbers and strings
- fix Point class to use common folder correctly
11 years ago
Ryan X. Charles
af6d0a5d02
remove cryptojs dependency
...and all vendor bundle files.
11 years ago
Ryan X. Charles
0b33869665
add 0.1.27 browser bundle and point latest to it
11 years ago
Manuel Araoz
0e2df698cd
fix SIN and add tests
11 years ago
Manuel Araoz
87b818badf
remove soop exports
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
153cb7ad50
add "real" 0.1.24 and 0.1.25, and...
In this commit I have added the 'official' versions 0.1.24 and 0.1.25 to the
repo, and also created a new bitcore-dev.js that is not included in the repo.
bitcoin-dev.js is what we will use for development. When we define a new
version, we create a new bitcore-x.x.x.js file, and point bitcore-latest.js to
that. Note that the bitcore-x.x.x.js files should always be the "main" bundle,
which does not include BIP39 or BIP70, or other large packages.
11 years ago
Ryan X. Charles
41a687cd36
up version to 0.1.25
11 years ago
Manuel Araoz
9ac8682fb0
minify browser version
11 years ago
Manuel Araoz
fcde4e84ad
add new bundles and symbolic link
11 years ago
Manuel Araoz
7b3c074900
change bundle name
11 years ago
Ryan X. Charles
0722ce46d7
comment typo
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
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
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
Ryan X. Charles
54c8e04738
remove unbuilding c code, and ...
* Remove c code that didn't compile on my machine
* Replace with sjcl code
* Minor modifications to mnemonic interface more bitcoreish
11 years ago
Ryan X. Charles
c94d278958
up version to 0.1.24
11 years ago
Manuel Araoz
0d670ff979
suggestions by ryan
11 years ago