Chris Kleeschulte
2b5b486ee9
Bumped version and copyright end year.
8 years ago
Chris Kleeschulte
3f83ff625d
Merge branch 'update/higherDefaultFees'
8 years ago
Gabe Gattis
50e7d24a9c
fix tests
8 years ago
Gabe Gattis
cc764dbc2a
use higher default FEE_PER_KB and FEE_SECURITY_MARGIN
8 years ago
Chris Kleeschulte
421f8c9757
Merge pull request #116 from gabegattis/bip32-compliance
Bip32 compliance-round3
8 years ago
Chris Kleeschulte
ed026854b2
Merge pull request #117 from gabegattis/remove-hdkeycache
remove hdkeycache
8 years ago
Gabe Gattis
6d2472b782
Merge branch 'tx-block-ver-signed'
8 years ago
Chris Kleeschulte
3cd8de1d87
Merge pull request #120 from keepkey-builder/patch-1
Incorrect namespace for 'crypto' modules
8 years ago
KeepKey Pair Programmers
7bfcf4cf62
Incorrect namespace for 'crypto' modules
Use the correct namespace case for 'crypto' modules
8 years ago
Gabe Gattis
7cdee7d1a5
remove hdkeycache
8 years ago
Gabe Gattis
8339bda2d9
update hierarchical key docs
8 years ago
Gabe Gattis
d9c295b2d8
revert change to privateKey.toBuffer(). Change will be delayed until v1.0.0
8 years ago
Gabe Gattis
a963632287
remove nonCompliant argument from deriveChild, fix travis file
8 years ago
Gabe Gattis
1b2c41978f
revert behavior of derive
8 years ago
Gabe Gattis
206aaa0bee
revert premature changes
8 years ago
Gabe Gattis
a9aeada69e
remove hdkeycache
8 years ago
Braydon Fuller
d32ae41adc
Change name of derive to deriveChild
This is to avoid any accidental upgrades to a bugfixed version without awareness of the change.
8 years ago
Gabe Gattis
cc2c510e58
Merge branch 'patch-1'
8 years ago
Federico Bond
6dd38c160e
Fix typo in Script.getPublicKey
8 years ago
Thomas Kerin
2bfb4ceb9e
Transaction and block version are signed integers
8 years ago
Braydon Fuller
e9d1237228
Add toBufferNoPadding method to private key
8 years ago
Braydon Fuller
d0e3f84104
Handle invalid public key derivation rather than throw error
8 years ago
Braydon Fuller
0906d988ca
Handle edge case that invalid private key is derived
8 years ago
Braydon Fuller
b79a9b274a
Fix implementation of hd derivation to be bip32 compliant
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#child-key-derivation-ckd-functions
8 years ago
Braydon Fuller
23df2492c8
Remove Node.js 0.10, 0.12 and iojs 2.0.0 from travis ci
8 years ago
Braydon Fuller
969aec2492
Add note to README for 1.0.0 staging/development
8 years ago
Kirill Fomichev
8f51d4884e
Fix PrivateKey.toBuffer
9 years ago
Gabe Gattis
764aa6d4e9
Merge branch 'gpg'
PR #85
9 years ago
Braydon Fuller
24df178a08
Add pgp key for @matiu
9 years ago
Braydon Fuller
cdb538b94e
Update gpg keys
9 years ago
Braydon Fuller
f6b0b14ac6
Bump package version to 0.13.19
9 years ago
Braydon Fuller
c9e056a0a3
Bump package version to 0.13.18
9 years ago
Braydon Fuller
9e82395e71
Merge pull request #80 from rubensayshi/classify-better
`Script.classify` should first check output types before checking input types
9 years ago
Braydon Fuller
7a56719c3c
Bump package version to 0.13.17
9 years ago
Ruben de Vries
b655659812
`Script.classify` should first check output types before checking input types.
9 years ago
Matias Alejo Garcia
d36f72857b
Merge pull request #31 from braydonf/rbf
Transaction: Added replace-by-fee (RBF) support
9 years ago
Braydon Fuller
6275689f05
Bump package version to 0.13.16
9 years ago
Matias Alejo Garcia
09893632c2
Merge pull request #60 from braydonf/sha512
crypto: switch to Node.js sha512
9 years ago
Braydon Fuller
514fc8d326
crypto: switch to Node.js sha512
The sha512 library has not been updated in quite some time. This switches to
use Node.js crypto for sha512 that will use crypto-browserify, and more
recently maintained sha.js for the browser build.
9 years ago
Matias Alejo Garcia
eab662c692
Merge pull request #58 from deoxen0n2/patch-1
Fix wrong property name in docs (Address.Pay2PubKeyHash)
9 years ago
Saran Siriphantnon
85666e92da
Fix wrong property name in docs (Address.Pay2PubKeyHash)
Hi,
There is no `Address.Pay2PubKeyHash` property, instead it's `Address.PayToPublicKeyHash`.
9 years ago
Braydon Fuller
7fb064bde0
Bump package version to 0.13.15
9 years ago
Braydon Fuller
b3b18d532f
Bump package version to 0.13.14
9 years ago
Braydon Fuller
8c948ef511
Merge pull request #51 from fanatid/fix/ecdsa-k
Fix K generator in ECDSA
9 years ago
Kirill Fomichev
3579305b5e
Fix K generator in ECDSA
9 years ago
Braydon Fuller
4430479cea
Bump package version to 0.13.13
9 years ago
Gabe Gattis
9702105ad9
Merge pull request #44 from braydonf/add-regtest
Networks: Added regtest to networks
9 years ago
Braydon Fuller
0c983c9c4a
Networks: Added regtest to networks
Brings better compatibility between "testnet" and "regtest". Services such as
Bitcore Wallet Service and wallets such as Copay that have "testnet" and not
"regtest" will be compatible with "regtest" if enabled in a Bitcore node. This
adds two new API methods to enable/disable regtest on the testnet network:
- `bitcore.Networks.enableRegtest()`
- `bitcore.Networks.disableRegtest()`
9 years ago
Braydon Fuller
8bd466373e
Merge pull request #40 from fanatid/fix/opcode-smallint
Fix Opcode.smallInt
9 years ago
Kirill Fomichev
af4d9aef34
Fix Opcode.smallInt
9 years ago