Commit Graph

603 Commits

Author SHA1 Message Date
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
Ryan X. Charles c0e6c87705 Merge pull request #95 from maraoz/feature/browser-example
Feature/browser example
2014-02-26 14:37:29 -05:00
Manuel Araoz 58da54d26b update README for html example 2014-02-26 16:16:42 -03:00
Manuel Araoz fb9e89b48b HTML usage of bitcore 2014-02-26 16:11:49 -03:00
Manuel Araoz d3f1d1989c fix testdata importing 2014-02-26 12:23:06 -03:00
Ryan X. Charles c1f82d16ce Merge pull request #91 from SomeoneWeird/master
Clean up & fix examples
2014-02-25 17:36:05 -05:00
Ryan X. Charles a7a071193d Merge pull request #86 from maraoz/feature/browserify-ecdsa
Feature/browserify ecdsa
2014-02-25 14:57:59 -05:00
Adam Brady 506a6c4208 Clean up & fix examples 2014-02-25 13:44:57 +11:00
Ryan X. Charles 784e4e32f9 Merge pull request #90 from trapp/issue-88-wrong-bufferput
Updated bufferput dependency to bitpays repository.
2014-02-24 10:37:20 -05: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