Commit graph

96 commits

Author SHA1 Message Date
Vlad Stan
6661e3d5c4 #1470 Bring over TransactionInput & TransactionOutputfrom BIP174 2020-11-26 19:23:01 +02:00
junderw
5e3442b74b
Fix txOutputs 2020-09-12 00:35:57 +09:00
junderw
17c47e9102
Merge branch 'master' into addPsbtMethods 2020-09-12 00:18:37 +09:00
junderw
65d7603cf7
Fix signInputAsync when SignerAsync rejects
Co-authored-by: Zhang Zengbo <zengbo.zhang@gmail.com>
2020-06-01 15:40:28 +09:00
Luke Childs
48967652ca
Handle non-standard output types in Psbt.txOutputs 2020-05-29 16:05:27 +09:00
junderw
f87a20caa7
Add hasHDKey 2020-04-29 14:39:50 +09:00
junderw
5d19abfb85
Add ability to get redeemScript|witnessScript from finalized scripts 2020-04-29 13:32:57 +09:00
junderw
c9f399e509
Add getInputType 2020-04-29 11:05:33 +09:00
junderw
0c52803ba1
Add discouraged unsafe nonsegwit signing 2020-04-28 18:52:43 +09:00
junderw
7d09fe5dcb
Refactor Psbt logic 2020-04-28 18:50:00 +09:00
junderw
97074f8a64
Refactor getMeaningfulScript 2020-04-28 14:41:48 +09:00
Luke Childs
de0bbf51e5 Export PSBT getter types 2020-04-27 16:51:39 +07:00
junderw
361ea7c098
Add inputHasPubkey and outputHasPubkey methods 2020-04-27 17:10:11 +09:00
Luke Childs
fde6025480 Remove script from txInputs 2020-04-27 10:23:53 +07:00
Luke Childs
2d4a3b9354 Don't expose witness on Psbt.txInputs 2020-04-26 18:15:06 +07:00
Luke Childs
e7345d5446 {in,out}puts => tx{In,Out}puts 2020-04-26 18:07:09 +07:00
Luke Childs
6c616bff78 Add address to output data 2020-04-26 18:05:18 +07:00
Luke Childs
58cdb3a362 Add setters for version and locktime 2020-04-26 17:43:58 +07:00
Luke Childs
c9b2964546 Remove extra return statement 2020-04-26 15:37:57 +07:00
Luke Childs
c68986231c Improve property names 2020-04-26 15:34:11 +07:00
Luke Childs
f7034350e9 Clone transaction data more efficiently 2020-04-26 15:22:38 +07:00
Luke Childs
854c601342 Add getters for Psbt.{txVersion,txLocktime,txInputs,txOutputs} 2020-04-26 14:30:13 +07:00
d-yokoi
f67aab371c
Merge pull request #1491 from bitcoinjs/finalizerCallback
Allow custom implementations of finalizers
2020-01-06 12:19:27 +09:00
d-yokoi
879d49033c
Merge pull request #1519 from bitcoinjs/doubleMSSamekey
PSBT Bugfix for multiple of same pubkey in p2ms
2020-01-02 00:57:47 +09:00
Jonathan Underwood
ad7577c4e2
Update ts_src/psbt.ts
Co-Authored-By: d-yokoi <d-yokoi@users.noreply.github.com>
2019-12-09 10:40:05 +09:00
junderw
e10324f850
PSBT Bugfix for multiple of same pubkey in p2ms 2019-12-02 15:58:04 +09:00
junderw
4b5a519bfe
Use single func instead of 3 2019-10-28 11:40:56 +09:00
junderw
22682fc2c3
Allow custom implementations of finalizers 2019-10-10 11:01:54 +09:00
junderw
7ef3fe4996
Add sanity check for arguments 2019-10-01 14:54:57 +09:00
junderw
d2d368b8cd
Fix PsbtOutputExtended address support 2019-09-02 18:41:31 +09:00
junderw
14d10c74a5
Remove VSize, can get from Transaction 2019-08-27 10:18:35 +09:00
junderw
139197e545
Add getFee and getVSize 2019-08-26 19:15:05 +09:00
junderw
bf45f3638b
WIP: Allow nonWitnessUtxo with segwit 2019-08-23 12:52:04 +09:00
junderw
139567d6c5
Fix addInput and addOuput for Psbt 2019-08-07 17:37:52 +09:00
junderw
06b38a7d83
Refactor: add function getPsigsFromInputFinalScripts 2019-07-23 15:51:12 +09:00
junderw
e4844828de
Check signatures for finalized inputs too 2019-07-23 14:59:54 +09:00
junderw
a3bfee75b0
Fix method names for PSBT 2019-07-19 17:21:31 +09:00
junderw
6e447b1f1b
Refactor: Create cache in constructor 2019-07-19 15:51:38 +09:00
junderw
e19bc58b30
Rename methods 2019-07-19 14:53:54 +09:00
junderw
4366b621d7
Add HD signer methods 2019-07-19 11:42:45 +09:00
junderw
1326e0cc42
Remove the cached buffer getter 2019-07-19 10:12:20 +09:00
junderw
19a33f7da8
Add comments and remove fromTransaction 2019-07-18 14:20:44 +09:00
junderw
71ddd656a3
Modify for new BIP174 interface system 2019-07-18 11:43:24 +09:00
junderw
1feef9569c
Composition over inheritance 2019-07-11 17:17:49 +09:00
junderw
2f1609b918
Fix: P2WPKH was signing with nonWitnessUtxo 2019-07-11 11:28:09 +09:00
junderw
ccab2652f9
Add sighash checks for signer 2019-07-10 11:15:12 +09:00
junderw
fa897cf78e
Check signatures for sighash type before finalize 2019-07-10 10:19:26 +09:00
junderw
01c7ac39b6
Add clone, addInputs, addOutputs 2019-07-09 18:03:15 +09:00
junderw
b8c341dea0
Finalize should chain this as well. 2019-07-09 15:45:56 +09:00
junderw
ba33f0317f
Add check for spending more than you have 2019-07-09 13:55:02 +09:00