96 Commits (b94da10e6c60c63aead34e227d3cf5983f72ca6a)

Author SHA1 Message Date
Daniel Cousens c729d322c2 tests: add failing staged transaction building example #901 7 years ago
Daniel Cousens f4a83f8aed address/txbuilder: require templates to prevent undefined exports 7 years ago
Arik Sosman 5508e26469 respond to Jonathan Underwood's comments 7 years ago
Arik Sosman 8f9b3443d2 add fixture to verify input type classification 7 years ago
junderw 286dfb3750 Add test case 7 years ago
Daniel Cousens 9503e64bde TransactionBuilder: collect witnessValue as input.value, and match it 7 years ago
junderw 003df6694b Add test for witness = true edge case during multisigning 7 years ago
Daniel Cousens 5057d8d1ba tests/txb: add P2WSH(multisig), incomplete fixture 7 years ago
Thomas Kerin 912f5d4d03 remove redundant baddress.toOutputScript call from tests 7 years ago
Thomas Kerin 0b1c3bfbd9 Should be able to deal with incomplete P2SH/P2WSH inputs when allowIncomplete is set 7 years ago
Alex Melville eae2c57e73 remove errant argument to buildInput in __build 7 years ago
Daniel Cousens 1d6b978aff txb: do not classify blank input scripts as nonstandard 7 years ago
Daniel Cousens f1ab151c31 tests: use safe-buffers throughout 8 years ago
Daniel Cousens 4d6928a68b tests: fix shadowed/unused variable warnings 8 years ago
Thomas Kerin 793939dc8c scriptHash return true for chunks.length=1 so long as its witness 8 years ago
Thomas Kerin c2dfc03869 Add test vectors, and transaction_builder input stores signScript 8 years ago
Thomas Kerin fff9319fa4 scriptHash.input.check - should tolerate 1 field in scriptSig if it's P2WSH or P2WPKH 8 years ago
Thomas Kerin f8a94f3496 messy commits, clean later, just one test left 8 years ago
Thomas Kerin a213435135 Commit work to date 8 years ago
Daniel Cousens a793166eb8 wip 8 years ago
Daniel Cousens 14f9218389 package: bump bs58check, drop node 0.12 8 years ago
Daniel Cousens 33c72e49c4 package/*: use bitcoin-ops, pushdata-bitcoin packages 8 years ago
Daniel Cousens 913f21c34d tests: s/sign/dontSign, less mistakes 8 years ago
Daniel Cousens 62389ed247 TransactionBuilder: change to ABSURD_FEERATE, not ABSURD_FEE 8 years ago
Daniel Cousens e835f1fe95 TransactionBuilder: add fee safety 8 years ago
Daniel Cousens d9fa39a2cc scripts: extract all scripts to encode/decode/check style 8 years ago
Daniel Cousens f07ccabe6e tests: flatten construct function 8 years ago
Daniel Cousens 17377381c4 TransactionBuilder: if prevOutScript is defined, but not signable, try 1 last time 8 years ago
Daniel Cousens 76c7c77311 tests: add failing test for #633 8 years ago
Daniel Cousens 418c315c78 tests: clarify multisig edge case for easier debugging 8 years ago
Daniel Cousens d5eec5df70 tests: fix invalid test description 8 years ago
Daniel Cousens 6faeae397f TxBuilder: add setVersion 8 years ago
Daniel Cousens 8a37c1193a tests: add signature invalidation test for setLockTime 9 years ago
Daniel Cousens 6c0745adce TxBuilder: add setLockTime 9 years ago
Ruben de Vries ccec864785 locktime and version were set too late in test scenario and not included when signing (the test scenario). 9 years ago
Kirill Fomichev 5de6818fcb Fix TransactionBuilder.addOutput 9 years ago
Daniel Cousens 0b4c67406f use [].reverse over prototype 9 years ago
Daniel Cousens 5c1c4589c0 remove use of buffer-reverse 9 years ago
Daniel Cousens 731a31ecba use buffer-reverse 9 years ago
Daniel Cousens 74e7d1edbc tests: add further tests for #404 9 years ago
Daniel Cousens 2d75b7e7ff standard: remove padded Blocks 9 years ago
Daniel Cousens 8934de591c use baddress/bcrypto/bscript for ambuigities 9 years ago
Daniel Cousens 6ec687deba rename scripts to script 9 years ago
Daniel Cousens 18e9cdcc02 rename Address to address 9 years ago
Daniel Cousens b62dd19f0d tests: clean up TxBuilder beforeEach constants 9 years ago
Daniel Cousens e2abe2b3af merge Script/scripts 9 years ago
Daniel Cousens 151386c46d scripts: remove coercion, fromASM returns Buffer 9 years ago
Daniel Cousens e05f8a542d remove Script object 9 years ago
Daniel Cousens e743c58ed6 remove usage of instanced Scripts 9 years ago
Daniel Cousens e97389ed08 tests: scriptSigFiltered shouldn't be reassigned 9 years ago