Braydon Fuller
|
c6079e9556
|
script: interpreter witness program fixes
|
9 years ago |
Thomas Kerin
|
b0bbcb3dc7
|
test case of multisig|witness|p2sh
|
9 years ago |
Thomas Kerin
|
b48bb42953
|
Add support for verifying segwit scripts
|
9 years ago |
Thomas Kerin
|
1aa55790ae
|
Transaction.verifySignature(): no longer require satoshisBuffer param, can call Input method
|
9 years ago |
Thomas Kerin
|
2b2ca0944a
|
Input: add getSatoshisBuffer method
|
9 years ago |
Thomas Kerin
|
ad7785d3dd
|
Start of verification support
|
9 years ago |
Braydon Fuller
|
ba54810df8
|
transaction: support nodejs 0.10.x for sighash witness
|
9 years ago |
Braydon Fuller
|
95098e4dc0
|
transaction: transaction signing for nested p2sh witness
|
9 years ago |
Braydon Fuller
|
93002249da
|
transaction: start to use new sighash for nested witness
|
9 years ago |
Braydon Fuller
|
a8515ad81b
|
transaction: added new sighash for witness
|
9 years ago |
Braydon Fuller
|
317d249758
|
input: added nested p2sh witness
|
9 years ago |
Braydon Fuller
|
88aed87f91
|
script: added p2wsh and p2wpkh script identification methods
|
9 years ago |
Braydon Fuller
|
1e749e0055
|
transaction: refactor witness properties
|
9 years ago |
Braydon Fuller
|
cccf07674a
|
transaction: calculate witness hash
|
9 years ago |
Braydon Fuller
|
2384164ab8
|
transaction: start to implement segwit serialization
|
9 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 |
Matias Alejo Garcia
|
19e7a4638e
|
Merge pull request #102 from braydonf/invalid-network
Throw error with invalid network with fromString
|
8 years ago |
Matias Alejo Garcia
|
f1bbe66ece
|
Merge pull request #104 from braydonf/tx-messages
Improve transaction assertion messages
|
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
|
6f1c782737
|
Improve transaction assertion messages
|
9 years ago |
Braydon Fuller
|
09d9e0291f
|
Throw error with invalid network
|
9 years ago |
Braydon Fuller
|
e9d1237228
|
Add toBufferNoPadding method to private key
|
9 years ago |
Braydon Fuller
|
d0e3f84104
|
Handle invalid public key derivation rather than throw error
|
9 years ago |
Braydon Fuller
|
0906d988ca
|
Handle edge case that invalid private key is derived
|
9 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
|
9 years ago |
Braydon Fuller
|
23df2492c8
|
Remove Node.js 0.10, 0.12 and iojs 2.0.0 from travis ci
|
9 years ago |
Braydon Fuller
|
969aec2492
|
Add note to README for 1.0.0 staging/development
|
9 years ago |
Kirill Fomichev
|
8f51d4884e
|
Fix PrivateKey.toBuffer
|
9 years ago |
Filippo Merli
|
528f07f1b8
|
fixed filteredTxsHash If there is only one hash the filter do not match any txs in the block and should return a void aray
|
9 years ago |
Filippo Merli
|
906b255c42
|
add tests for new method filteredTxsHash, all test passed
|
9 years ago |
Filippo Merli
|
070814b9b0
|
InvalidMerleTree error for MerkleBlock
|
9 years ago |
Filippo Merli
|
5d5f9bacae
|
add metod filterdTxsHash to MerkleBlock, that return all the txs hash in the block that match the filter (depth === 0 and flag bit is 1)
|
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 |