Commit Graph

171 Commits

Author SHA1 Message Date
Manuel Araoz 2ff90b7ab9 v0.1.41 2014-12-01 13:46:21 -03:00
Manuel Araoz 8b451f2bb5 fix browser test 2014-11-10 12:30:16 -03:00
Braydon Fuller 5986e9b887 upgrade to new version of bn.js that includes hex padding 2014-11-03 17:13:09 -05:00
Manuel Araoz bf54f79856 bump version to 0.1.39 2014-10-27 13:29:55 -03:00
Manuel Aráoz 21c5cff10d Merge pull request #543 from eordano/style/package
Leaner package distribution
2014-10-27 12:58:17 -03:00
Esteban Ordano e154c205b3 Leaner package distribution 2014-10-26 18:42:03 -03:00
Manuel Araoz 7f03d154dd remove test data bundle 2014-10-06 14:57:01 -03:00
Manuel Araoz 98056209a9 new version 2014-10-06 14:53:26 -03:00
Ryan X. Charles 19d7befc5e Merge pull request #508 from chjj/pem_fix
PEM parsing fix
2014-09-10 12:42:58 -07:00
Christopher Jeffrey 2a696b5b6f root-certs: ensure JSON parses properly. 2014-09-10 10:20:11 -07:00
Christopher Jeffrey 59ac7079b1 paypro: convert root certs to json. 2014-09-09 17:52:13 -07:00
Christopher Jeffrey 3a3c546310 root-certs: move function out of root certs file. 2014-09-09 17:15:13 -07:00
Ryan X. Charles d088e0d7f2 v0.1.36 2014-09-08 15:51:14 -07:00
Christopher Jeffrey 5145272575 paypro: handle concatenated pems in pem parser. 2014-09-05 17:56:13 -07:00
Christopher Jeffrey 8593ad461e paypro: pem parsing - rename variables. 2014-09-05 17:52:14 -07:00
Christopher Jeffrey 6e329b15bb paypro: add a full PEM parsing function. 2014-09-05 17:52:14 -07:00
Christopher Jeffrey 9dbe45ad03 paypro: account for PEM metadata as per rfc1424. 2014-09-05 17:52:14 -07:00
Christopher Jeffrey 6828f560da paypro: fix root certs. 2014-08-21 16:02:53 -07:00
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