Commit graph

63 commits

Author SHA1 Message Date
junderw
a3bfee75b0
Fix method names for PSBT 2019-07-19 17:21:31 +09:00
Jonathan Underwood
aca976689f
Merge pull request #1425 from lukechilds/psbt
[WIP] Add PSBT support
2019-07-19 16:01:48 +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
c403757ce8
Add name attribute to Payments 2019-07-11 14:49:26 +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
junderw
691e4d15d1
Create Signer interface and use it 2019-06-14 15:25:07 +09:00
junderw
053d282e9d
Add stricter Signer interface check 2019-06-13 13:32:21 +09:00
junderw
969b3a5e18
Fix tests to use new sign method 2019-06-13 13:07:00 +09:00
junderw
17f5f35569
Migrate to stricter type checks during sign 2019-06-12 19:33:18 +09:00
junderw
c6c59c7c68
Expose more interfaces to top level 2019-05-23 07:22:21 +09:00
Jonathan Underwood
39bd08002b
Merge pull request #1385 from bitcoinjs/lowR
Add low R value signing as option to ECPair.sign
2019-05-21 15:40:35 +09:00
junderw
6c3e30e948
Merge branch 'master' into lowR 2019-05-21 11:14:10 +09:00
junderw
1c75c02038
Fix publicKey type on ECPairInterface 2019-05-16 16:29:23 +09:00
jolestar
67aa87e28d
fix bug:ECPair.verify should return boolean
fECPair.verify should return boolean, and js implements indeed return boolean.
2019-04-23 13:55:51 +08:00
junderw
352e9ef0a3
Add low R signing to TransactionBuilder 2019-04-15 17:27:28 +09:00
junderw
ccd439b805
Modify interface 2019-04-12 17:55:45 +09:00
junderw
3b402d00c6
Add low R grinding option 2019-04-12 17:44:55 +09:00
junderw
329809fa4a
Fix address.*OutputScript and ECPairOptions rng 2019-04-11 15:55:33 +09:00
junderw
d951423a35
Fix TransactionBuilder types 2019-04-08 18:15:25 +09:00
junderw
74375bfedf
Fix class constructors 2019-03-20 15:25:48 +09:00
junderw
0426c66389
Remove prepare script and checkMerkleRoot method on Block 2019-03-14 17:32:45 +09:00
junderw
08c4d6ac7d
Fix lint for templates 2019-03-07 14:16:45 +09:00
junderw
512b03e284
Fix lint transaction_builder.ts 2019-03-07 14:03:04 +09:00
junderw
e6ea0389a2
Fix lint for transaction.ts 2019-03-07 13:40:23 +09:00
junderw
94f3348519
Fix lint for script_number.ts script_signature.ts 2019-03-07 13:21:18 +09:00
junderw
c2c650812e
Fix lint script.ts 2019-03-07 13:17:03 +09:00
junderw
fe62e13023
Fix lint payments p2sh 2019-03-07 12:59:52 +09:00