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
|
f87a20caa7
|
Add hasHDKey
|
2020-04-29 14:39:50 +09:00 |
|
junderw
|
c9f399e509
|
Add getInputType
|
2020-04-29 11:05:33 +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
|
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
|
58cdb3a362
|
Add setters for version and locktime
|
2020-04-26 17:43:58 +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 |
|
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
|
34b0b525fc
|
Update @types/node and fix problems with types
|
2019-09-12 15:20:33 +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
|
139567d6c5
|
Fix addInput and addOuput for Psbt
|
2019-08-07 17:37:52 +09:00 |
|
junderw
|
a3bfee75b0
|
Fix method names for PSBT
|
2019-07-19 17:21:31 +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
|
ccab2652f9
|
Add sighash checks for signer
|
2019-07-10 11:15:12 +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
|
e4e5111376
|
Refactor: cache
|
2019-07-09 11:51:28 +09:00 |
|
junderw
|
f66b568e4d
|
Add sign all inputs method
|
2019-07-08 16:30:59 +09:00 |
|
junderw
|
d0d94c7f06
|
Add signature verify method
|
2019-07-08 15:46:06 +09:00 |
|
junderw
|
8d52ce1668
|
Add some tests and an input duplicate checker
|
2019-07-05 16:42:13 +09:00 |
|
junderw
|
93e1661c6c
|
Remove need for ts-ignore
|
2019-07-05 14:30:08 +09:00 |
|
junderw
|
14eeb309df
|
Add fee checking before extract
|
2019-07-05 12:28:04 +09:00 |
|
junderw
|
45bd5b4751
|
Check for signatures, add setSequence
|
2019-07-04 17:35:39 +09:00 |
|
junderw
|
5b5daf84dd
|
Remove unnecessary extra Transaction Buffer parsing
|
2019-07-04 14:33:36 +09:00 |
|
junderw
|
539c88596a
|
Add version and locktime setters
|
2019-07-04 13:42:34 +09:00 |
|
junderw
|
f7e726a8eb
|
Add TX cache and addInput addOutput
|
2019-07-04 13:33:08 +09:00 |
|
junderw
|
2b8e8001bc
|
Support Addresses for outputs
|
2019-07-04 11:26:23 +09:00 |
|
junderw
|
77dde89acc
|
Add async signing method
|
2019-07-03 15:34:18 +09:00 |
|
junderw
|
813b84f91f
|
Finalize and extract done
|
2019-07-03 15:13:36 +09:00 |
|
junderw
|
f72c915ff1
|
Start towards finalizing inputs
|
2019-07-01 19:57:35 +09:00 |
|
Luke Childs
|
6ed635d7b4
|
Flesh out signInput interface
|
2019-06-25 18:22:00 +07:00 |
|
Luke Childs
|
6a5e395ebd
|
Extend BIP174 PSBT base class
|
2019-06-24 17:38:21 +07:00 |
|