Commit Graph

2958 Commits

Author SHA1 Message Date
Matias Alejo Garcia f35c03544b replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Jeff Garzik c24ae73cf5 Merge pull request #20 from ryanxcharles/feature/add-multisig-from-cosign
Add multisig functions to Script.js for use in cosign
2014-01-15 19:25:23 -08:00
Ryan X. Charles a636cb4ec0 add tests for functions imported from cosign 2014-01-15 22:17:11 -05:00
Ryan X. Charles c708d55fd5 import script functions from cosign 2014-01-15 22:16:45 -05:00
Matias Alejo Garcia 7c787edf85 change RPC agent default 2014-01-15 21:51:51 -03:00
Ryan X. Charles ca4fd3d6bd Merge pull request #19 from cmgustavo/feature/add_getbestblockhash_to_rpcclient
Added getBestBlockHash command to callspect
2014-01-15 14:36:02 -08:00
Gustavo Cortez 07adf0b61c Added getBestBlockHash command to callspect 2014-01-15 18:23:50 -03:00
Matias Alejo Garcia 0d3a80639a add option to RpcClient to enable keep-alive (false by default) 2014-01-15 15:05:11 -03:00
Ryan X. Charles dae419e81f Merge pull request #17 from matiu/bug/callback-on-rpc-error
Bug/callback on rpc error
2014-01-14 12:10:21 -08:00
Matias Alejo Garcia 80343227bc call callback on connection error 2014-01-14 16:00:05 -03:00
Matias Alejo Garcia 3674a66d11 remove duplicate require 2014-01-14 15:59:48 -03:00
Matias Alejo Garcia 8d79a6f38b fix logger variable name 2014-01-14 15:59:38 -03:00
Jeff Garzik a2bd73f568 Merge pull request #16 from jgarzik/tx-fromobj
Transaction: add fromObj() method
2014-01-11 07:25:20 -08:00
Jeff Garzik c4970d1084 Transaction: add fromObj() method, for importing textual JSON representation 2014-01-10 23:27:24 -05:00
Jeff Garzik 9aef8d5ad5 Merge pull request #15 from maraoz/feature/tx-hash-on-parse
make transactions calculate their hash on parse
2014-01-10 09:19:03 -08:00
Manuel Araoz 22a5aea9f6 make transactions calculate their hash on parse 2014-01-10 14:12:23 -03:00
Jeff Garzik 2513a08eb9 Merge pull request #14 from maraoz/misc
various small changes to bitcore
2014-01-08 10:32:11 -08:00
Manuel Araoz b3f36c3e72 various small changes to bitcore 2014-01-08 15:25:49 -03:00
Jeff Garzik 0bdcfa3045 Merge pull request #13 from ryanxcharles/bug/multisig-bugs
fix bugs for cosign
2014-01-07 08:59:30 -08:00
Ryan X. Charles c6acb77b0d Merge pull request #12 from maraoz/task/readme
Installation guide for Ubuntu added to README file and some ignores
2014-01-06 13:30:50 -08:00
Ryan X. Charles 94aaa6d242 must use new operator to make new Put 2014-01-06 15:25:12 -05:00
Ryan X. Charles f62875efad negative indexes don't work in javascript 2014-01-06 14:52:23 -05:00
Manuel Araoz 93f4469055 eclipse file ignores 2014-01-06 12:11:53 -03:00
Ryan X. Charles 2314a9dd29 Merge pull request #11 from ryanxcharles/feature/export-transaction-constants
Export transaction constants for use in cosign
2014-01-06 04:21:48 -08:00
Ryan X. Charles 4508c14556 Export transaction constants for use in cosign 2014-01-05 23:04:27 -05:00
Manuel Araoz c7a06e2ee1 Installation guide for Ubuntu added to README file. 2014-01-05 21:01:06 -03:00
Ryan X. Charles 013778d0f0 Merge pull request #9 from ryanxcharles/feature/compressed-public-keys
Save private keys in base58check encoded format
2014-01-02 06:32:37 -08:00
Ryan X. Charles bbcea5e621 fix validate math error 2014-01-01 15:47:36 -05:00
Ryan X. Charles f67b32c233 save private keys in base58 format
...to allow them to be imported into other wallets, preserving the "compressed"
or "uncompressed" state of the public key in the private key representation.
2014-01-01 15:41:47 -05:00
Ryan X. Charles 5fc4ad4e87 Support compressed public keys in PrivateKey.js 2013-12-30 22:15:01 -05:00
Ryan X. Charles 02ddbbd146 Merge pull request #6 from ryanxcharles/feature/fix-truncation-error
fix truncation error in parseValue
2013-12-18 17:14:09 -08:00
Ryan X. Charles 71cd92d225 fix truncation error in parseValue 2013-12-18 20:08:52 -05:00
Ryan X. Charles 7d0a3da3e4 Merge pull request #5 from ryanxcharles/feature/move-util-tests-to-own-file
move util tests to own file
2013-12-18 16:38:03 -08:00
Ryan X. Charles 08651a77c0 move util tests to own file 2013-12-18 19:35:53 -05:00
Ryan X. Charles d49f950a6f Merge pull request #4 from ryanxcharles/feature/add-descriptions-to-tests
add description to tests
2013-12-18 16:08:27 -08:00
Ryan X. Charles 416b7795f1 add description to tests 2013-12-18 19:02:54 -05:00
Ryan X. Charles 91fefd4d32 Merge pull request #3 from ryanxcharles/feature/correct-tabs
correct tabs for Script.TX_ lines
2013-12-18 15:18:46 -08:00
Ryan X. Charles e8f6cbeac1 correct tabs for Script.TX_ lines 2013-12-18 18:17:11 -05:00
Ryan X. Charles 866d8fd5bf Merge pull request #2 from ryanxcharles/feature/add-mocha-to-package-json
add mocha to package.json
2013-12-18 14:17:25 -08:00
Ryan X. Charles d943e359d5 add mocha to package.json 2013-12-18 17:13:25 -05:00
Ryan X. Charles 1fb1a06ade Merge pull request #1 from ryanxcharles/feature/rename-to-bitcore-and-update-repo
rename to "bitcore" and update repo location
2013-12-17 12:32:48 -08:00
Ryan X. Charles 00730cd902 rename to "bitcore" and update repo location 2013-12-17 11:35:09 -05:00
Stephen Pair 31130c4e79 Merge pull request #41 from ryanxcharles/feature/export-tx-types
export TX types ... for cosign
2013-12-10 11:48:58 -08:00
Stephen Pair 4e07caf18c Merge pull request #40 from ryanxcharles/feature/add-swp-to-gitignore-2
add vim *.swp to .gitignore
2013-12-10 11:48:20 -08:00
Ryan X. Charles 9a894d6313 add vim *.swp to .gitignore 2013-12-10 12:57:59 -05:00
Ryan X. Charles 3c0375d8b0 export TX types ... for cosign 2013-12-10 12:54:11 -05:00
Stephen Pair 80f92dbd8f Merge pull request #39 from ryanxcharles/bug/fix-bufferput-2
fix bufferput: Put() -> new Put()
2013-12-10 06:34:22 -08:00
Ryan X. Charles c966d713d7 fix bufferput: Put() -> new Put() 2013-12-09 22:43:26 -05:00
Stephen Pair 709b2903c1 remove dead code 2013-10-31 12:55:30 -04:00
Stephen Pair 9b78f1440a bump version for npm 2013-10-31 12:46:49 -04:00