Daniel Cousens
|
b6a6b0a50a
|
Merge pull request #908 from bitcoinjs/txbfix
TxBuilder: fix canSign returning true for missing witness value
|
2017-09-26 20:02:55 +10:00 |
|
Daniel Cousens
|
eb6eac67b0
|
txbuilder: fix canSign returning true for missing witness value
|
2017-09-26 18:49:14 +10:00 |
|
Daniel Cousens
|
bae91395ef
|
rm bscript circular dependencies
|
2017-09-26 14:25:30 +10:00 |
|
Daniel Cousens
|
8f01e4273c
|
match scriptHash types 1 for 1, ignore classify order
|
2017-09-22 12:15:10 +10:00 |
|
Thomas Kerin
|
da49e389c4
|
multisig.input.encodestack - replace OP_0 (permitted by partialSignature) with EMPTY_BUFFER
|
2017-09-15 19:08:55 +10:00 |
|
Thomas Kerin
|
105a82762c
|
buildstack - don't return op_0
|
2017-09-15 19:08:55 +10:00 |
|
junderw
|
6e5742d86d
|
Fix txb.__overMaximumFees for segwit
|
2017-09-15 12:31:35 +10:00 |
|
Daniel Cousens
|
9503e64bde
|
TransactionBuilder: collect witnessValue as input.value, and match it
|
2017-09-06 20:59:10 +10:00 |
|
junderw
|
1495384862
|
Add witness is true to signing
|
2017-09-06 20:46:20 +10:00 |
|
Daniel Cousens
|
e7c59c4b8b
|
script: use asMinimalOP for ASM/decompile
|
2017-08-24 12:28:50 +10:00 |
|
Daniel Cousens
|
152eed57a0
|
templates/pubkey: only canonical pubkeys to encode
|
2017-08-23 17:26:06 +10:00 |
|
Daniel Cousens
|
3ba17a1479
|
TxBuilder: restrict uncompressed keyPairs for P2WPK and P2WSH
|
2017-08-23 17:26:06 +10:00 |
|
Daniel Cousens
|
3ffac6cd39
|
add witnessPubKeyHash compressed policy
|
2017-08-23 17:26:06 +10:00 |
|
Daniel Cousens
|
5057d8d1ba
|
tests/txb: add P2WSH(multisig), incomplete fixture
|
2017-08-23 16:07:28 +10:00 |
|
Daniel Cousens
|
0157f18510
|
txbuilder: refactor branches for readability
|
2017-08-23 16:07:28 +10:00 |
|
Daniel Cousens
|
b1272a1200
|
add Bech32 support to toOutputScript/fromOutputScript
|
2017-08-21 11:17:30 +10:00 |
|
Daniel Cousens
|
d1052e4996
|
add from/toBech32
|
2017-08-21 11:17:30 +10:00 |
|
Thomas Kerin
|
798ec3512c
|
set p2sh=true only if redeemScriptType is set
|
2017-08-09 15:11:05 +10:00 |
|
Thomas Kerin
|
0b1c3bfbd9
|
Should be able to deal with incomplete P2SH/P2WSH inputs when allowIncomplete is set
|
2017-08-09 15:11:05 +10:00 |
|
Alex Melville
|
eae2c57e73
|
remove errant argument to buildInput in __build
|
2017-07-21 12:12:29 +10:00 |
|
Daniel Cousens
|
1d6b978aff
|
txb: do not classify blank input scripts as nonstandard
|
2017-07-14 14:16:52 +10:00 |
|
Karel Bilek
|
c96bb93841
|
Add weight / vsize
Weight / virtual size according to BIP141
|
2017-06-21 01:38:05 +10:00 |
|
Daniel Cousens
|
fe0ad81472
|
package: use safe-buffer
|
2017-05-23 18:39:53 +10:00 |
|
Daniel Cousens
|
f1ab151c31
|
tests: use safe-buffers throughout
|
2017-05-23 18:39:53 +10:00 |
|
Daniel Cousens
|
aeb0312d63
|
use safe-buffers throughout impl
|
2017-05-23 18:39:53 +10:00 |
|
Daniel Cousens
|
78b2d34af6
|
networks: changed P2SH to 0x32
|
2017-05-10 10:25:29 +10:00 |
|
Loshan T
|
2228d285a4
|
Update Litecoin P2SH
|
2017-05-10 10:25:29 +10:00 |
|
Daniel Cousens
|
ab1fc4c9a4
|
reduce bufferutils usage
|
2017-04-19 17:42:05 +10:00 |
|
Daniel Cousens
|
cdb518686f
|
txbuilder: remove unused y var
|
2017-04-18 14:34:54 +10:00 |
|
Daniel Cousens
|
6c220c4b58
|
templates: add missing allowComplete pass through
|
2017-04-18 14:34:54 +10:00 |
|
Daniel Cousens
|
91ff39d95a
|
ecpair/hdnode: fix network variable shadowing
|
2017-04-18 14:34:54 +10:00 |
|
Daniel Cousens
|
f3d0dddc5a
|
block: add byteLength
|
2017-04-18 13:46:30 +10:00 |
|
Daniel Cousens
|
b552c63fb0
|
nulldata: no blank lines at EOF
|
2017-03-29 21:02:59 +11:00 |
|
Daniel Cousens
|
846da39346
|
script: adhere to latest standard precedence rules
|
2017-03-29 21:02:59 +11:00 |
|
Daniel Cousens
|
1ce81a92cc
|
block: rm i temporary var
|
2017-03-29 09:36:07 +11:00 |
|
Daniel Cousens
|
35bbe11055
|
block: change exponent offset to avoid subtraction
|
2017-03-29 09:36:07 +11:00 |
|
Daniel Cousens
|
29316a2fbc
|
block: use writeUInt32BE for target calculation
|
2017-03-29 09:36:07 +11:00 |
|
Thomas Kerin
|
4b4f32ffac
|
buildStack: allow empty stack if allowIncomplete is set
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
793939dc8c
|
scriptHash return true for chunks.length=1 so long as its witness
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
c2dfc03869
|
Add test vectors, and transaction_builder input stores signScript
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
e4db4a07b0
|
Make sure case with only one value in scriptSig as P2SH ONLY applies if the script is P2WPKH or P2WSH
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
fff9319fa4
|
scriptHash.input.check - should tolerate 1 field in scriptSig if it's P2WSH or P2WPKH
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
c5541c8f96
|
transaction_builder: expandInput - check p2sh early, can avoid redundant assignments
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
a32cc5b3be
|
remove debugging code
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
52745d1d0c
|
fromTransaction.build tests pass - look for segwit transaction vectors
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
f8a94f3496
|
messy commits, clean later, just one test left
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
a213435135
|
Commit work to date
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
b24dc44770
|
P2WSH working, now for tests
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
3ad31571b6
|
P2WSH initial commit, tests pass with new logic
|
2017-02-07 12:40:49 +11:00 |
|
Thomas Kerin
|
b6ae10b2f1
|
buildStack, and make tests pass
|
2017-02-07 12:40:49 +11:00 |
|