Commit Graph

44 Commits

Author SHA1 Message Date
Matias Alejo Garcia 684be77268 small fixes in block, adapt to browser bignum. remove legacy code 2014-03-21 16:39:38 -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 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 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
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
Matias Alejo Garcia 0f8ee57521 refactor ripe160 binding 2014-03-12 15:34:19 -03:00
Matias Alejo Garcia dc8d23dba5 fix conflicts 2014-03-12 11:56:10 -03:00
Matias Alejo Garcia ab183c0e66 fixes ripe160 add some tests 2014-03-12 11:40:10 -03:00
Manuel Araoz c339fb1f2f change README names 2014-03-12 09:37:24 -03:00
Manuel Araoz dbc968e226 fixing postinstall 2014-03-12 09:24:18 -03:00
Manuel Araoz fa7e205de8 still trying to fix postinstall 2014-03-12 09:20:59 -03:00
Manuel Araoz 409bb093d5 configurable submodules for browser bundle 2014-03-11 18:17:03 -03:00
Manuel Araoz 714cf98940 automatic vendor-bundle.js creation on browserify 2014-03-11 16:12:14 -03:00
Manuel Araoz 18b2d190de change vendor.js to vendor-bundle.js 2014-03-11 15:29:06 -03:00
Manuel Araoz 069f67e924 fix Key tests 2014-03-11 15:21:24 -03:00
Manuel Araoz 76cf42506c refactoring browser code 2014-03-11 12:32:38 -03:00
Ryan X. Charles 82d9f44b6b remove unnecessary "buffer" from browserify.js 2014-03-10 17:06:11 -04:00
Ryan X. Charles 5b67d91f35 fix the loading for Key.js
Now, like all other modules loaded in the bitcore object, Key is only required
when it is actually used. All tests pass in node and the browser.
2014-03-10 17:04:23 -04:00
Manuel Araoz 4167827937 merge master changes 2014-03-10 15:00:25 -03:00
Manuel Araoz d7529a8281 trying to fix node tests now 2014-03-10 14:55:30 -03:00
Manuel Araoz a2e6e88569 fixing testdata inclusion in browser 2014-03-10 14:55:30 -03:00
Ryan X. Charles c19fb7a3ce Merge remote-tracking branch 'matiu/feature/support-soop-browser'
Conflicts:
	Script.js
	ScriptInterpreter.js
	Transaction.js
	test/testdata.js

...conflicts resolved by taking Manuel's changes, and then manually including
Matias's changes on those same files. The conflicts resulted from differences
in indentation, which is because Matias' changes unindendented all the code
that had been but is not now inside a function.
2014-03-08 19:30:21 -05:00
Matias Alejo Garcia 089fbab719 support soop with browser all test passing 2014-03-08 18:42:08 -03:00
Mike Belshe cda6d035b4 * Fix size bug in bitcore's getVarIntSize.
* Implement quadword for varIntBuf
* Add unit tests for util.varIntBuf and util.getVarIntSize
* Fix the browser/util numToVarInt equivalent as well
2014-03-06 22:01:22 -08:00
Matias Alejo Garcia 5acb847e53 support for compressed pub key import 2014-03-04 02:52:17 -03:00
Manuel Araoz 066936d69b fix ripemd160 for browser and add tests 2014-02-27 20:02:11 -03:00
Manuel Araoz 6a24e7fbe0 load test data from files 2014-02-24 11:59:43 -03:00
Manuel Araoz b4642e8924 all tests working in browser :D 2014-02-24 09:39:42 -03:00
Manuel Araoz 3e5e0057b1 Key tests working in the browser~!!! 2014-02-24 09:39:42 -03:00
Manuel Araoz 915c048c3b browser ECDSA compressed key generated 2014-02-24 09:39:42 -03:00
Manuel Araoz 262a5d7189 Added some tests for Script 2014-02-06 16:21:15 -03:00
Manuel Araoz 0a6ddaffa3 EncodedData working in the browser 2014-02-05 18:15:10 -03:00
Manuel Araoz b509732aa3 bignum in browser 2014-02-04 16:37:05 -03:00