Commit Graph

625 Commits

Author SHA1 Message Date
Manuel Araoz 93ece86800 Merge branch 'refactor/browser-build'
Conflicts:
	browser/build.js
2014-03-14 11:00:44 -03:00
Manuel Araoz e8013cfed0 fix dir 2014-03-14 10:38:50 -03:00
Manuel Araoz eb90bc152b base dir 2014-03-14 10:38:49 -03:00
Manuel Araoz 5e0ae915f2 muting testdata for stdout 2014-03-14 10:38:49 -03:00
Manuel Araoz f9d4c66c0f remove extra prints 2014-03-14 10:38:49 -03:00
Manuel Araoz b696dae603 make stdout output possible 2014-03-14 10:38:49 -03:00
Manuel Araoz c9607e5821 fix paths 2014-03-14 10:38:49 -03:00
Manuel Araoz a675f4566c fix paths 2014-03-14 10:38:49 -03:00
Manuel Araoz b1c038b4d0 add dir option 2014-03-14 10:38:49 -03:00
Manuel Araoz c72cab1803 add exports 2014-03-14 10:38:49 -03:00
Manuel Araoz e0557d0dea check submodule validity 2014-03-14 10:38:49 -03:00
Manuel Araoz dabfbc0cf3 modularize browser build.js 2014-03-14 10:38:49 -03:00
Ryan X. Charles 4d80f9601f Merge pull request #150 from ryanxcharles/bug/fix-soop
soop may not be in the bitcore directory
2014-03-14 08:52:40 -04:00
Manuel Araoz 0e9ec8b57c fix dir 2014-03-13 19:55:26 -03:00
Manuel Araoz b3e243e397 base dir 2014-03-13 19:23:04 -03:00
Manuel Araoz cd88011875 muting testdata for stdout 2014-03-13 19:21:15 -03:00
Manuel Araoz 1cda79fd93 remove extra prints 2014-03-13 19:10:28 -03:00
Manuel Araoz 435604cf49 make stdout output possible 2014-03-13 18:54:48 -03:00
Manuel Araoz 5db6dfd8ed fix paths 2014-03-13 16:45:10 -03:00
Manuel Araoz f1834162dd fix paths 2014-03-13 16:33:46 -03:00
Manuel Araoz 25868dc8f0 add dir option 2014-03-13 16:24:36 -03:00
Manuel Araoz 7702f6137e add exports 2014-03-13 16:24:36 -03:00
Manuel Araoz ee04af6362 check submodule validity 2014-03-13 16:24:36 -03:00
Manuel Araoz aa1511d95c modularize browser build.js 2014-03-13 16:24:36 -03:00
Ryan X. Charles fde7588125 Merge pull request #149 from matiu/feature/tx-signing-example
add a tx creation and signing example
2014-03-13 14:33:23 -04:00
Ryan X. Charles 263eef3a3f Merge pull request #152 from ryanxcharles/feature/fix-key-interface
update interface, bitcore.KeyModule.Key -> bitcore.Key
2014-03-13 14:30:47 -04:00
Ryan X. Charles 00bf0827db Merge pull request #151 from ryanxcharles/feature/update-basic-example
Update basic example
2014-03-13 14:10:32 -04:00
Matias Alejo Garcia be0486a427 fix conflics2 2014-03-13 15:10:12 -03:00
Matias Alejo Garcia 9072a4feab fix example.html 2014-03-13 15:02:59 -03:00
Ryan X. Charles 602442c2ab add bitcore.KeyModule back as deprecated
This will allow bitcore.KeyModule to work with existing code, but it prints out
a message that it is deprecated.
2014-03-13 13:59:04 -04:00
Matias Alejo Garcia f4eb198bdb add createTx example to mocha 2014-03-13 14:53:35 -03:00
Matias Alejo Garcia 7bff26cead add a tx creation and signing example 2014-03-13 14:53:34 -03:00
Matias Alejo Garcia da084d1dd5 fix conflics 2014-03-13 14:52:39 -03:00
Matias Alejo Garcia aed94b3e45 add createTx example to mocha 2014-03-13 14:50:09 -03:00
Ryan X. Charles d8eebd6f67 update basic example to use new interface 2014-03-13 13:46:21 -04:00
Matias Alejo Garcia 36d6fe5165 add a tx creation and signing example 2014-03-13 14:37:59 -03:00
Ryan X. Charles 05f6e28642 update interface, bitcore.KeyModule.Key -> bitcore.Key
It's annoying and easy to forget to type in bitcore.KeyModule.Key. I have
updated this so that now you can just do bitcore.Key. Tests pass in node and
the browser. This is a backwards-incompatible change so all software that
depends on the old style key generation will need to be updated.
2014-03-13 13:31:02 -04:00
Ryan X. Charles 34f92b605d soop may not be in the bitcore directory
If bitcore is being built inside of another project that uses soop, soop may
not be in the bitcore directory. We need to find the location of soop and then
find the custom_prelude script relative to that.
2014-03-13 12:41:11 -04:00
Ryan X. Charles 018239757b Merge pull request #147 from matiu/bug/signatures-in-browser
Bug/signatures in browser
2014-03-13 11:47:31 -04:00
Matias Alejo Garcia 8cf558877f add a tx creation and signing example 2014-03-13 12:03:11 -03:00
Matias Alejo Garcia 2a6f7155b3 fix sigatures and verifications on browser 2014-03-13 00:27:50 -03:00
Matias Alejo Garcia caa16713f1 add broken test for verifing a signature (fails in browser) 2014-03-12 23:21:16 -03:00
Matias Alejo Garcia df0aa74483 set default for compressed state 2014-03-12 23:20:46 -03:00
Ryan X. Charles 45f5edb4de Merge pull request #145 from ryanxcharles/feature/update-version-0.1.7
update version #, update to npm soop
2014-03-12 18:13:55 -04:00
Ryan X. Charles c565d6207c Merge pull request #140 from matiu/bug/fix-ripe160-and-address
Bug/fix ripe160 and address
2014-03-12 18:03:40 -04:00
Ryan X. Charles e4ff6c3e16 update version #, update to npm soop 2014-03-12 18:00:38 -04:00
Ryan X. Charles 461836cf72 Merge pull request #144 from maraoz/feature/minify-bundle
minify and optimize bundle
2014-03-12 16:51:34 -04:00
Manuel Araoz 69dbb24bce make util dependencies optional 2014-03-12 17:03:37 -03:00
Manuel Araoz 348cf50636 minify bundle 2014-03-12 16:40:25 -03:00
Ryan X. Charles e702f1813b Merge pull request #141 from maraoz/bug/fix-examples
Fix and test examples
2014-03-12 15:10:35 -04:00