Matias Alejo Garcia
0d3a80639a
add option to RpcClient to enable keep-alive (false by default)
11 years ago
Ryan X. Charles
dae419e81f
Merge pull request #17 from matiu/bug/callback-on-rpc-error
Bug/callback on rpc error
11 years ago
Matias Alejo Garcia
80343227bc
call callback on connection error
11 years ago
Matias Alejo Garcia
3674a66d11
remove duplicate require
11 years ago
Matias Alejo Garcia
8d79a6f38b
fix logger variable name
11 years ago
Jeff Garzik
a2bd73f568
Merge pull request #16 from jgarzik/tx-fromobj
Transaction: add fromObj() method
11 years ago
Jeff Garzik
c4970d1084
Transaction: add fromObj() method, for importing textual JSON representation
11 years ago
Jeff Garzik
9aef8d5ad5
Merge pull request #15 from maraoz/feature/tx-hash-on-parse
make transactions calculate their hash on parse
11 years ago
Manuel Araoz
22a5aea9f6
make transactions calculate their hash on parse
11 years ago
Jeff Garzik
2513a08eb9
Merge pull request #14 from maraoz/misc
various small changes to bitcore
11 years ago
Manuel Araoz
b3f36c3e72
various small changes to bitcore
11 years ago
Jeff Garzik
0bdcfa3045
Merge pull request #13 from ryanxcharles/bug/multisig-bugs
fix bugs for cosign
11 years ago
Ryan X. Charles
c6acb77b0d
Merge pull request #12 from maraoz/task/readme
Installation guide for Ubuntu added to README file and some ignores
11 years ago
Ryan X. Charles
94aaa6d242
must use new operator to make new Put
11 years ago
Ryan X. Charles
f62875efad
negative indexes don't work in javascript
11 years ago
Manuel Araoz
93f4469055
eclipse file ignores
11 years ago
Ryan X. Charles
2314a9dd29
Merge pull request #11 from ryanxcharles/feature/export-transaction-constants
Export transaction constants for use in cosign
11 years ago
Ryan X. Charles
4508c14556
Export transaction constants for use in cosign
11 years ago
Manuel Araoz
c7a06e2ee1
Installation guide for Ubuntu added to README file.
11 years ago
Ryan X. Charles
013778d0f0
Merge pull request #9 from ryanxcharles/feature/compressed-public-keys
Save private keys in base58check encoded format
11 years ago
Ryan X. Charles
bbcea5e621
fix validate math error
11 years ago
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.
11 years ago
Ryan X. Charles
5fc4ad4e87
Support compressed public keys in PrivateKey.js
11 years ago
Ryan X. Charles
02ddbbd146
Merge pull request #6 from ryanxcharles/feature/fix-truncation-error
fix truncation error in parseValue
11 years ago
Ryan X. Charles
71cd92d225
fix truncation error in parseValue
11 years ago
Ryan X. Charles
7d0a3da3e4
Merge pull request #5 from ryanxcharles/feature/move-util-tests-to-own-file
move util tests to own file
11 years ago
Ryan X. Charles
08651a77c0
move util tests to own file
11 years ago
Ryan X. Charles
d49f950a6f
Merge pull request #4 from ryanxcharles/feature/add-descriptions-to-tests
add description to tests
11 years ago
Ryan X. Charles
416b7795f1
add description to tests
11 years ago
Ryan X. Charles
91fefd4d32
Merge pull request #3 from ryanxcharles/feature/correct-tabs
correct tabs for Script.TX_ lines
11 years ago
Ryan X. Charles
e8f6cbeac1
correct tabs for Script.TX_ lines
11 years ago
Ryan X. Charles
866d8fd5bf
Merge pull request #2 from ryanxcharles/feature/add-mocha-to-package-json
add mocha to package.json
11 years ago
Ryan X. Charles
d943e359d5
add mocha to package.json
11 years ago
Ryan X. Charles
1fb1a06ade
Merge pull request #1 from ryanxcharles/feature/rename-to-bitcore-and-update-repo
rename to "bitcore" and update repo location
11 years ago
Ryan X. Charles
00730cd902
rename to "bitcore" and update repo location
11 years ago
Stephen Pair
31130c4e79
Merge pull request #41 from ryanxcharles/feature/export-tx-types
export TX types ... for cosign
11 years ago
Stephen Pair
4e07caf18c
Merge pull request #40 from ryanxcharles/feature/add-swp-to-gitignore-2
add vim *.swp to .gitignore
11 years ago
Ryan X. Charles
9a894d6313
add vim *.swp to .gitignore
11 years ago
Ryan X. Charles
3c0375d8b0
export TX types ... for cosign
11 years ago
Stephen Pair
80f92dbd8f
Merge pull request #39 from ryanxcharles/bug/fix-bufferput-2
fix bufferput: Put() -> new Put()
11 years ago
Ryan X. Charles
c966d713d7
fix bufferput: Put() -> new Put()
11 years ago
Stephen Pair
709b2903c1
remove dead code
11 years ago
Stephen Pair
9b78f1440a
bump version for npm
11 years ago
Stephen Pair
467f0779f7
Merge branch 'master' of https://github.com/gasteve/node-libcoin
Conflicts:
util/util.js
11 years ago
Stephen Pair
f9e86a5e83
rework logging, remove some unused code
11 years ago
Stephen Pair
2a6a973442
Merge pull request #36 from jgarzik/txtool-hacks
WalletKey: internalize external JSON database object
11 years ago
Jeff Garzik
2430bde72e
WalletKey: internalize external JSON database object
11 years ago
Stephen Pair
fda3950573
Merge pull request #35 from ryanxcharles/master
Fixes to package.json
11 years ago
Ryan X. Charles
ec9a12f0a7
fixed index issue with package.json
Removed the "main: 'index'" property from package.json since there is no
index.js.
11 years ago
Ryan X. Charles
688f3f91fc
Fixes to package.json
Upped version number so that changes to npm compatibility can be reflected in a new npm version
11 years ago