Commit Graph

153 Commits

Author SHA1 Message Date
Ryan X. Charles
82ce08b893 version 0.1.35 2014-08-13 12:58:24 -04:00
Yemel Jardi
b361bfe1d0 Skip BIP39 tests on Travis 2014-08-12 11:21:59 -03:00
Yemel Jardi
ea22f1361f Add validation of required arguments for future use 2014-08-11 17:57:28 -03:00
Yemel Jardi
ac525f226c Add BIP21 implementation 2014-08-11 17:57:28 -03:00
Manuel Araoz
895046cc32 fix browser tests 2014-08-04 15:52:57 -03:00
Manuel Araoz
e44b2480aa add AuthMessage and fix browser tests 2014-08-04 15:52:56 -03:00
Christopher Jeffrey
6415f29fb9 paypro: misc example changes. 2014-08-01 16:11:41 -07:00
Ryan X. Charles
b9f3479b12 Merge pull request #455 from chjj/root-certs
Root certs
2014-07-25 19:19:47 -04:00
Ryan X. Charles
01c48ff8cd v0.1.34 2014-07-25 14:18:39 -07:00
Ryan X. Charles
016c729d24 remove NetworkMonitor from main bundle
...since it is not useful in the browser, and needlessly adds to the filesize.
2014-07-25 14:15:57 -07:00
Christopher Jeffrey
8a84092be9 root-certs: use hasOwnProperty check instead of __proto__=null. 2014-07-25 10:53:21 -07:00
Christopher Jeffrey
dd165ecf63 paypro: root certs - do not inherit from Object. 2014-07-24 23:07:52 -07:00
Christopher Jeffrey
5b4c4f3894 paypro: get root cert names. 2014-07-24 23:07:52 -07:00
Christopher Jeffrey
0020e289d8 paypro: allow identification of root certs. 2014-07-24 23:07:52 -07:00
Ryan X. Charles
078d85ea19 v0.1.33 2014-07-24 17:16:27 -07:00
Manuel Araoz
b0c39f2ef5 remove only from test 2014-07-24 18:01:14 -03:00
Manuel Araoz
b222550dd0 add Transaction#getReceivingAddresses and send 2014-07-24 18:01:14 -03:00
Manuel Araoz
002b4acc7f update bundle 2014-07-24 17:45:11 -03:00
Manuel Araoz
f1d7662a70 fix browser tests 2014-07-24 17:44:57 -03:00
Manuel Araoz
f8d7d1da9d add Transaction#getReceivingAddresses and send 2014-07-24 17:44:56 -03:00
Matias Alejo Garcia
15c55e560a support uncompressed pub keys also 2014-07-23 19:49:42 -03:00
Matias Alejo Garcia
733835dc7c removes unused / obsolete class "Sign.js" 2014-07-23 18:11:27 -03:00
Christopher Jeffrey
5fd37cf923 paypro: cleanup browser/build.js. 2014-07-21 14:59:13 -07:00
Christopher Jeffrey
cec71a51fd paypro: add isTrusted function to RootCerts. 2014-07-21 14:56:48 -07:00
Christopher Jeffrey
85d5e69fc1 paypro: move root certs to common. 2014-07-21 14:56:48 -07:00
Christopher Jeffrey
2bb8b520a2 paypro: use root-certs as a module. 2014-07-21 14:55:30 -07:00
Christopher Jeffrey
4319395aa8 paypro: more root certs cleanup. 2014-07-21 14:55:11 -07:00
Christopher Jeffrey
575352dd03 paypro: port root certs script to node for portability. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
948d6cd93a fix: fix RootCert generation. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
edc1e09335 Revert moz certs file: do not want to convert from mozilla format
This reverts commit a49704a35beca0032a4840245932a13e6b9e9ea3.
2014-07-21 14:55:10 -07:00
Christopher Jeffrey
4d9a752307 paypro: try to grab root certs from mozilla if github is not available. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
8725516afb paypro: convert root certs to hash table in build file. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
4e606c7ed2 paypro: move root certs to non-browser. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
29b067ab73 paypro: add createTrusted to browser build script. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey
493f90f428 paypro: chmod +x generate-trusted.sh. 2014-07-21 14:54:38 -07:00
Christopher Jeffrey
ee61422361 paypro: script to generate trusted.js from node.js root certs. 2014-07-21 14:54:38 -07:00
Ryan X. Charles
b1722484a9 v0.1.32 2014-07-18 12:18:49 -07:00
Ryan X. Charles
3bed2e0da2 v0.1.31 2014-07-17 16:53:05 -07:00
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.
2014-07-17 16:30:47 -07:00
Ryan X. Charles
2c136d4dcc remove obsolete Curve class (G and n now accessible from Point) 2014-07-17 13:14:49 -07:00
Ryan X. Charles
b8b500e109 up version to 0.1.30 2014-07-16 17:07:54 -07:00
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.
2014-07-16 14:57:04 -07:00
Ryan X. Charles
77ff084413 update bitcore-latest.js 2014-07-16 11:39:13 -07:00
Ryan X. Charles
500037acd3 bump version to 0.1.28 2014-07-16 11:39:13 -07:00
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).
2014-07-14 20:53:22 -07:00
Ryan X. Charles
572035fdd5 add some test vectors for secp256k1 2014-07-11 14:47:48 -07:00
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
2014-07-10 18:14:13 -07:00
Ryan X. Charles
af6d0a5d02 remove cryptojs dependency
...and all vendor bundle files.
2014-07-10 16:22:42 -07:00
Ryan X. Charles
0b33869665 add 0.1.27 browser bundle and point latest to it 2014-07-10 16:12:18 -07:00
Manuel Araoz
0e2df698cd fix SIN and add tests 2014-07-10 17:17:24 -03:00