Commit Graph

1664 Commits

Author SHA1 Message Date
Ryan X. Charles 967ec01778 Merge pull request #120 from matiu/feature/support-soop-browser
Feature/support soop browser
2014-03-08 21:36:56 -05:00
Ryan X. Charles 0adbc55e82 make browser tests work by including testdata
...testdata was not being loaded correctly by the new browserify.js file, and
thus not all the tests were working. I have fixed this by including "testdata"
as one of the modules that is compiled by the browserify.js script.
2014-03-08 21:34:21 -05: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 f494b47b18 update dependencies 2014-03-08 20:34:40 -03:00
Matias Alejo Garcia 66d3a0e822 update soop repository 2014-03-08 19:00:26 -03:00
Matias Alejo Garcia 089fbab719 support soop with browser all test passing 2014-03-08 18:42:08 -03:00
Manuel Araoz 3284bfcb2f remove console.logs 2014-03-07 18:09:06 -03:00
Manuel Araoz 9a64cb0ea1 fix format in ScriptInterpreter 2014-03-07 18:08:24 -03:00
Manuel Araoz 512d9d39ee small fix 2014-03-07 18:06:54 -03:00
Manuel Araoz 1d72154c54 separate getStringContent and getHumanReadable 2014-03-07 18:04:23 -03:00
Manuel Araoz dc56cb8d45 fixed Script parse tests for all scripts (valid and invalid) 2014-03-07 15:41:27 -03:00
Manuel Araoz e83590f528 fix Script parsing for some cases, setup ScriptInterpreter tests 2014-03-07 14:43:29 -03:00
Ryan X. Charles 1a9c062760 Merge pull request #117 from mbelshe/master
* Fix size bug in bitcore's getVarIntSize.
2014-03-07 08:17:08 -06: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
Ryan X. Charles 75a29d695d Merge pull request #107 from dthorpe/master
Specify OpenSSL lib path so that bitcore references to OpenSSL will link...
2014-03-06 17:05:23 -06:00
Ryan X. Charles 08372972c6 Merge pull request #116 from maraoz/feature/add-bitcoin-core-tests
Feature/add bitcoin core tests
2014-03-06 16:28:11 -06:00
Manuel Araoz 05c5538162 script parser code added and tested 2014-03-06 17:23:00 -03:00
Matias Alejo Garcia c05181e412 fix error in versioned data 2014-03-05 17:37:16 -03:00
Matias Alejo Garcia 6d9a396d89 fix error in versioned data 2014-03-05 17:36:52 -03:00
Matias Alejo Garcia a1ebf75717 migrate examples to soop 2014-03-05 16:18:44 -03:00
Matias Alejo Garcia c0c325dabd all classes working with soop and test passing 2014-03-05 16:11:16 -03:00
Matias Alejo Garcia fa1e323d39 add soop dependency. remove bitcore 2014-03-05 15:01:43 -03:00
Manuel Araoz 40ee699453 working on Transaction verification and Script tests 2014-03-05 09:56:42 -03:00
Manuel Araoz ade6f36c34 basic Transaction test working 2014-03-05 09:56:42 -03:00
Manuel Araoz 6755b84fbf Transaction new tests not working 2014-03-05 09:56:42 -03:00
Manuel Araoz d77cc28f7a added references to bitcoin/bitcoin tests 2014-03-05 09:56:42 -03:00
Manuel Araoz d2b74c2f7c added decode test 2014-03-05 09:56:42 -03:00
Manuel Araoz 63973b29e3 added encode tests 2014-03-05 09:56:42 -03:00
Manuel Araoz a2bd68f456 add bitcoin/bitcoin test data 2014-03-05 09:56:42 -03:00
Ryan X. Charles 5b440901d6 Merge pull request #112 from matiu/feature/sign-verify-browser
Feature/sign verify browser
2014-03-04 15:21:33 -06:00
Matias Alejo Garcia cfc3ca35d4 remove constructor params in browser version of KeyModule 2014-03-04 17:45:27 -03:00
Matias Alejo Garcia 948f4bb283 add KeyModule example to browser 2014-03-04 17:45:01 -03:00
Matias Alejo Garcia 8f61401099 add support for Sign and Verify in Key for Browser. Tests added 2014-03-04 03:23:42 -03:00
Matias Alejo Garcia e1e30c5f7c change name to print function 2014-03-04 03:22:18 -03:00
Matias Alejo Garcia 5acb847e53 support for compressed pub key import 2014-03-04 02:52:17 -03:00
Ryan X. Charles e9154932c2 Merge pull request #109 from matiu/feature/opt-require
Feature/opt require
2014-02-27 21:47:05 -05:00
Matias Alejo Garcia 2ae2fcb1d9 fix examples 2014-02-27 23:11:27 -03:00
Matias Alejo Garcia be4a228aee prevent requiring bitcoinjs-lib each time 2014-02-27 23:10:35 -03:00
dthorpe 333f002962 Specify OpenSSL lib path so that bitcore references to OpenSSL will link to separate OpenSSL DLL in Windows (following bignum@1.6 pattern). Fixes issue #106 2014-02-27 16:54:21 -08:00
Ryan X. Charles 9981aec468 Merge pull request #105 from maraoz/bug/ripemd160-fix
fix ripemd160 for browser and add tests
2014-02-27 18:16:10 -05:00
Manuel Araoz 066936d69b fix ripemd160 for browser and add tests 2014-02-27 20:02:11 -03:00
Ryan X. Charles 8b321f7a97 Merge pull request #103 from maraoz/bug/update-README
clarify need for bitcoind in examples
2014-02-27 10:34:11 -05:00
Manuel Araoz e25e54ca93 clarify need for bitcoind in examples 2014-02-27 12:10:15 -03:00
Ryan X. Charles 3c34c03c17 Merge pull request #102 from ryanxcharles/feature/v0.1.6
Feature/v0.1.6
2014-02-27 08:34:29 -05:00
Ryan X. Charles ca6791dc5d Merge pull request #100 from SomeoneWeird/ab-npmtest
Hook up npm test
2014-02-27 08:34:15 -05:00
Ryan X. Charles 4c3957c872 add Manuel, Matias, myself to contributors 2014-02-27 08:30:16 -05:00
Ryan X. Charles d08899c853 update version to 0.1.6
The most significant update in this version is Manuel's work on getting bitcore
to work in the browser.
2014-02-27 08:21:14 -05:00
Adam Brady 7f49c63c96 Hook up npm test 2014-02-27 23:30:15 +11:00
Ryan X. Charles 79c3754ec0 Merge pull request #97 from maraoz/feature/Bignum-6.2
change to Bignum 6.2 and fix grunt problem
2014-02-26 16:51:30 -05:00
Manuel Araoz 47965ef0a4 change to Bignum 6.2 and fix grunt problem 2014-02-26 18:45:00 -03:00