Daniel Cousens
|
14d9636b6e
|
testing/p2wsh: add missing test case coverage
|
7 years ago |
Daniel Cousens
|
5481bde49c
|
templates: rm unused nulldata code
|
7 years ago |
Daniel Cousens
|
de90fea0ac
|
payments: rename p2data to embed
|
7 years ago |
Daniel Cousens
|
44c13665c8
|
payments: add p2data
|
7 years ago |
Daniel Cousens
|
7104bb412e
|
tests/payments: add missing tests
|
7 years ago |
Daniel Cousens
|
0d9619aeed
|
payments/p2wpkh: fix exception messages
|
7 years ago |
Daniel Cousens
|
35e0956ed9
|
payments/p2ms: add const to p2ms
|
7 years ago |
Daniel Cousens
|
a9090dc0cc
|
templates: rm dead code
|
7 years ago |
Daniel Cousens
|
0d0f1d0847
|
payments: rm dependence on address export
|
7 years ago |
Daniel Cousens
|
6cacea6f31
|
rm templates export, rename to classify
|
7 years ago |
Daniel Cousens
|
400be7114b
|
use payments in TxBuilder
|
7 years ago |
Daniel Cousens
|
1fba0c62a5
|
tests: add missing context information to Sighash V1 description
|
7 years ago |
Daniel Cousens
|
47e5a0e179
|
witnessScriptHash: fix null decompile leading to errors -- TODO: add test
|
7 years ago |
Daniel Cousens
|
38efc35fdf
|
payments: dont always require output data
|
7 years ago |
Daniel Cousens
|
6c957533d6
|
index: expose payments
|
7 years ago |
Daniel Cousens
|
f9a739e1db
|
add payments p2ms, p2pk, p2pkh, p2sh, p2wpkh, p2wsh
|
7 years ago |
Daniel Cousens
|
a5db0a4e44
|
sed -i 's/ var / const /', with const->let fixes
|
7 years ago |
Daniel Cousens
|
91b8823aa8
|
sed -i 's/^var /const /'
|
7 years ago |
Daniel Cousens
|
93b1ae4303
|
sed -i 's/^let /const /'
|
7 years ago |
Daniel Cousens
|
7592a6bcc2
|
script: rename isCanonicalSignature to isCanonicalScriptSignature
|
7 years ago |
Daniel Cousens
|
d934e543d8
|
rm Litecoin
|
7 years ago |
Daniel Cousens
|
726e4c53b6
|
script: use ecc.isPoint for canonical public keys
|
7 years ago |
Daniel Cousens
|
2fe220517f
|
transition ECPair to properties over getters
|
7 years ago |
Daniel Cousens
|
fba0699dd3
|
rm ecdsa, add new ECPair using secp256k1
|
7 years ago |
Daniel Cousens
|
c2a5d9dc1a
|
rm getAddress
|
7 years ago |
Daniel Cousens
|
4aaf295cd5
|
fix standard 11 issues
|
7 years ago |
Daniel Cousens
|
581f57ff6f
|
script/tx: decompile returns maybe chunks
|
7 years ago |
Daniel Cousens
|
6c4977983d
|
ECPair/script_signature: switch to 64-byte RS buffers only
|
7 years ago |
Daniel Cousens
|
884f3fd57d
|
rm HDNode, use bip32 module
|
7 years ago |
Daniel Cousens
|
90a73e195e
|
use safe-buffer
|
7 years ago |
Daniel Cousens
|
c16847434c
|
add toRSBuffer for less breaking changes
|
7 years ago |
Daniel Cousens
|
c58ada362e
|
rm ECSignature, add script.signature instead
|
8 years ago |
Wesley Smith
|
c3c98709e2
|
fixes adding version field to transaction instance
|
7 years ago |
Daniel Cousens
|
41885bfab2
|
nulldata: change data to array
|
7 years ago |
Daniel Cousens
|
5af87c0c49
|
privatise internals for TxBuilder
|
7 years ago |
Daniel Cousens
|
3bfdacafa2
|
change TransactionBuilder to default to version 2
|
7 years ago |
Daniel Cousens
|
549b36bf1a
|
rm deprecated bufferutils
|
7 years ago |
Daniel Cousens
|
00bbab1a93
|
txb: fix redeemScript/witnessScript is undefined when throwing
unsupported
|
7 years ago |
Daniel Cousens
|
7be698b5a1
|
txb: add fixes for P2SH(P2WSH(...)) and P2WSH(...) in BIP143 compliance
|
7 years ago |
Daniel Cousens
|
39a681d2d3
|
tests: add failing test for #981
|
7 years ago |
Daniel Cousens
|
098188dd3a
|
tests: add independent error message for missing witnessScript
|
7 years ago |
Dabura667
|
64d9f72f77
|
Update comment
fixes #979
|
7 years ago |
Daniel Cousens
|
8d688c39a6
|
enforce decodeStack receives a stack array
|
7 years ago |
Melvillian
|
f4caa54d9e
|
increase max feerate sanity check from 1000 to 2500
|
7 years ago |
Daniel Cousens
|
a868d27407
|
TxBuilder: add support for RSBuffer type keyPairs and .publicKey
|
7 years ago |
Daniel Cousens
|
b94da10e6c
|
ECSignature: add toRSBuffer/fromRSBuffer
|
7 years ago |
Daniel Cousens
|
e0b227e4ef
|
s/checkP2shInput/checkP2SHInput
|
7 years ago |
Daniel Cousens
|
41378f9648
|
txbuilder: apply input.value before prepareInput
|
7 years ago |
Daniel Cousens
|
8c217a7ba7
|
witnessScriptHash: fixed implementation
|
7 years ago |
Daniel Cousens
|
f4a83f8aed
|
address/txbuilder: require templates to prevent undefined exports
|
7 years ago |