Daniel Cousens
|
d06c149ec3
|
avoid special code path, add explicit fixture overwrite
|
6 years ago |
junderw
|
f84a5d18a3
|
Fix test cases to make sure that validate: true is being set to default
|
6 years ago |
Daniel Cousens
|
89eb6fac03
|
break test/transaction_builder contruct stages, add sequential example
|
6 years ago |
Daniel Cousens
|
cd9e6d1d5e
|
tests/p2wsh: add secondary stacksEqual test
|
7 years ago |
Daniel Cousens
|
1051946f00
|
tests/payments/p2pk: fix wrong fixture names
|
7 years ago |
Daniel Cousens
|
55207e5742
|
tests/payments/p2pk*: add signature mismatch tests
|
7 years ago |
Daniel Cousens
|
85b1b92b6d
|
tests/ECPair: test fromPublic/fromPrivate in isolation
|
7 years ago |
Daniel Cousens
|
5e91c83e0a
|
tests/fixtures: amend TxBuilder P2WPKH fixtures
|
7 years ago |
Daniel Cousens
|
14d9636b6e
|
testing/p2wsh: add missing test case coverage
|
7 years ago |
Daniel Cousens
|
de90fea0ac
|
payments: rename p2data to embed
|
7 years ago |
Daniel Cousens
|
d886e76abd
|
tests/payments: add null data tests
|
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
|
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
|
8197f9d704
|
less strict on inputs
|
7 years ago |
Daniel Cousens
|
f9a739e1db
|
add payments p2ms, p2pk, p2pkh, p2sh, p2wpkh, p2wsh
|
7 years ago |
Daniel Cousens
|
fba0699dd3
|
rm ecdsa, add new ECPair using secp256k1
|
7 years ago |
Daniel Cousens
|
4d7b5167ae
|
txbuilder: isolate Invalid script test from Non-standard test
|
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
|
c16847434c
|
add toRSBuffer for less breaking changes
|
7 years ago |
Daniel Cousens
|
c58ada362e
|
rm ECSignature, add script.signature instead
|
8 years ago |
Daniel Cousens
|
647f06e629
|
amend test fixtures and add default test case
|
7 years ago |
Daniel Cousens
|
41885bfab2
|
nulldata: change data to array
|
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
|
39a681d2d3
|
tests: add failing test for #981
|
7 years ago |
Daniel Cousens
|
9a31b894c1
|
tests: add inconsistent redeem/witness script hash signing tests
|
7 years ago |
Daniel Cousens
|
098188dd3a
|
tests: add independent error message for missing witnessScript
|
7 years ago |
Daniel Cousens
|
5e500910df
|
tests: use P2* acronyms, not full-length text
|
7 years ago |
Daniel Cousens
|
b94da10e6c
|
ECSignature: add toRSBuffer/fromRSBuffer
|
7 years ago |
Daniel Cousens
|
c729d322c2
|
tests: add failing staged transaction building example #901
|
7 years ago |
Daniel Cousens
|
6013bf075c
|
tests: add passing and failing tests for witness*.input.encode/decode
|
7 years ago |
Daniel Cousens
|
95cc837c06
|
tests/fixtures: amend truncated outputHex
|
7 years ago |
Arik Sosman
|
8f9b3443d2
|
add fixture to verify input type classification
(cherry picked from commit 8f9d8b7)
|
7 years ago |
Daniel Cousens
|
8f01e4273c
|
match scriptHash types 1 for 1, ignore classify order
|
7 years ago |
dabura667
|
7563d8f74a
|
Fix absurd fee in fixture
|
7 years ago |
Daniel Cousens
|
9503e64bde
|
TransactionBuilder: collect witnessValue as input.value, and match it
|
7 years ago |
Daniel Cousens
|
56dfb873d3
|
add bech32 fixture
|
7 years ago |
Daniel Cousens
|
e7c59c4b8b
|
script: use asMinimalOP for ASM/decompile
|
7 years ago |
Daniel Cousens
|
3ba17a1479
|
TxBuilder: restrict uncompressed keyPairs for P2WPK and P2WSH
|
7 years ago |
Daniel Cousens
|
5057d8d1ba
|
tests/txb: add P2WSH(multisig), incomplete fixture
|
7 years ago |
Daniel Cousens
|
b1272a1200
|
add Bech32 support to toOutputScript/fromOutputScript
|
8 years ago |
Daniel Cousens
|
d1052e4996
|
add from/toBech32
|
8 years ago |
Daniel Cousens
|
dddbf0a142
|
tests: grammar
|
8 years ago |
Daniel Cousens
|
0b9b30a8c5
|
tests: re-add missing transaction_builder missing sigs test
|
8 years ago |
Alex Melville
|
eae2c57e73
|
remove errant argument to buildInput in __build
|
8 years ago |
Karel Bilek
|
4f03a5d32e
|
Adding weights and vsize to fixtures
I took vsize from bitcoind; and I set weight as vsize*4 and fiddled with it until it passed.
|
8 years ago |
Thomas Kerin
|
4128634b1c
|
test vector for litecoin-pubkeyhash and litecoin-scripthash
|
8 years ago |