Matias Alejo Garcia
|
5feb9e547c
|
Update README.md
|
8 years ago |
Matias Alejo Garcia
|
0fdfb45ed3
|
Update README.md
|
8 years ago |
Matias Alejo Garcia
|
f3388cdb23
|
ALL|FORKID new default sighash
|
8 years ago |
Matias Alejo Garcia
|
8672f93f89
|
bitcoreCash version guard
|
8 years ago |
Matias Alejo Garcia
|
ae95c0cb13
|
name change
|
8 years ago |
Matias Alejo Garcia
|
baaf2a2712
|
code cleanup
|
8 years ago |
Matias Alejo Garcia
|
38d7258971
|
all test passing
|
8 years ago |
Matias Alejo Garcia
|
95988dd7d3
|
first 2 sighash cash vector passing
|
8 years ago |
Matias Alejo Garcia
|
73a9d2c1f8
|
add fork_id sighash vectors
|
8 years ago |
Matias Alejo Garcia
|
7b272e0171
|
Merge pull request #126 from jgarzik/2017_browserify_fix
Directly use Buffer.isBuffer (Cordova, RN workaround)
|
8 years ago |
Matias Alejo Garcia
|
a8cc5ae480
|
Merge pull request #83 from braydonf/docs-serialization
transaction: update serialization skip docs
|
8 years ago |
Matias Alejo Garcia
|
f50553287e
|
Update .travis.yml
|
8 years ago |
Matias Alejo Garcia
|
87c8839125
|
Update .travis.yml
|
8 years ago |
Jeff Garzik
|
68a79e3454
|
lib/util/preconditions: Directly use Buffer.isBuffer (Cordova, RN workaround)
Using "./buffer" fails on some browserify-esque platforms
such as Cordova and React.Native.
Fixes #108
|
8 years ago |
Chris Kleeschulte
|
282c17a116
|
Adjusted documentation version.
|
8 years ago |
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
|
73bac9b07b
|
transaction: update serialization skip docs
|
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 |