Commit graph

185 commits

Author SHA1 Message Date
junderw
e10324f850
PSBT Bugfix for multiple of same pubkey in p2ms 2019-12-02 15:58:04 +09:00
junderw
48bf08c0d3
Add weight and ability to get strippedsize 2019-11-29 15:30:23 +09:00
junderw
22d5831b9b
Remove Output casts from Transaction class 2019-11-21 18:01:04 +09:00
junderw
2aa3926616
Fix Transaction Output type
Co-authored-by: longhoang.wkm <longhoang@wakumo.vn>
2019-11-21 16:35:40 +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
6c08a0be40
Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +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
d-yokoi
c6bdee2d93
Merge pull request #1449 from bitcoinjs/fixPsbtAddInputOutput
Fix addInput and addOuput for Psbt
2019-08-07 18:06:44 +09:00
junderw
139567d6c5
Fix addInput and addOuput for Psbt 2019-08-07 17:37:52 +09:00
junderw
dfda8c5ef3
Fix Signer interface 2019-08-06 18:45:02 +09:00
junderw
1605f99e17
Move lowR to public writable attribute 2019-07-25 18:15:11 +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
Jonathan Underwood
aca976689f
Merge pull request #1425 from lukechilds/psbt
[WIP] Add PSBT support
2019-07-19 16:01:48 +09:00
junderw
6e447b1f1b
Refactor: Create cache in constructor 2019-07-19 15:51:38 +09:00
junderw
d05806fe69
Update README, add deprecation warning 2019-07-19 15:10:58 +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
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
junderw
0f76aa935a
Refactor: Use varint from BIP174 2019-07-09 13:02:34 +09:00
junderw
479c56bbb4
Refactor: Re-order helper functions based on like-kind 2019-07-09 12:58:03 +09:00
junderw
2fd4b9dc54
Refactor: pass only cache to certain functions 2019-07-09 12:30:51 +09:00
junderw
9749a216b8
Refactor: input finalize and get fee shared logic 2019-07-09 12:15:20 +09:00
junderw
497d048ebf
Refactor: externalize outputAdder 2019-07-09 11:57:50 +09:00
junderw
e4e5111376
Refactor: cache 2019-07-09 11:51:28 +09:00
junderw
88de1e7b0e
Refactor: nonWitnessUtxo cache 2019-07-09 11:29:20 +09:00
junderw
36a966cfcd
Check actual sighash flags instead of psbtInput one 2019-07-09 11:06:39 +09:00
junderw
09fcb1c6ee
Use function keyword 2019-07-09 10:57:41 +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
5f26654802
Add tests 2019-07-05 18:26:52 +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
51133c8051
Add type instance check tests 2019-07-05 12:51:13 +09:00
junderw
14eeb309df
Add fee checking before extract 2019-07-05 12:28:04 +09:00
Luke Childs
275618ed43 Remove console.log 2019-07-04 16:24:08 +07:00
junderw
45bd5b4751
Check for signatures, add setSequence 2019-07-04 17:35:39 +09:00
junderw
3e7f490093
Check for input empty on parse 2019-07-04 14:45:50 +09:00
junderw
5b5daf84dd
Remove unnecessary extra Transaction Buffer parsing 2019-07-04 14:33:36 +09:00
junderw
b98761a283
Promise fixes for async 2019-07-04 13:52:48 +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
b28c96d228
Set to version 2 by default 2019-07-04 12:03:48 +09:00
junderw
2b8e8001bc
Support Addresses for outputs 2019-07-04 11:26:23 +09:00
junderw
48fc75c4f0
Fix p2sh and p2wsh not working 2019-07-03 18:42:31 +09:00
junderw
1c8fc69780
Stick with ES2015 for now 2019-07-03 15:48:56 +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
Luke Childs
8d74bebe04 Throw error when signing with a privkey that doesn't match the pubkey 2019-07-02 18:17:37 +07:00
junderw
354d67a31a
Just some ideas, TODO mostly. 2019-07-02 15:35:23 +09:00
junderw
4644e9d2eb
Finish canFinalize 2019-07-02 15:18:00 +09:00
junderw
f28e9cef71
Refactor
- Clean up sign
- Get the meaningful script
- Search for pubkey and prevent sign if can't find self
- Tests failed, so comment out for now
2019-07-02 15:03:24 +09:00
junderw
f72c915ff1
Start towards finalizing inputs 2019-07-01 19:57:35 +09:00
junderw
f87b66eb24
Finish sign 2019-07-01 18:55:18 +09:00
junderw
667ffb58eb
Use signature encode 2019-07-01 18:01:46 +09:00
Luke Childs
18e7c9de80 Move comments to main check logic 2019-06-28 18:28:28 +07:00
Luke Childs
f961724c73 Prefer buf1.equals(buf2) over Buffer.compare(buf1, buf2) !== 0 2019-06-28 18:26:42 +07:00
Luke Childs
95b4a2806d Improve code re-use for redeem script checks 2019-06-28 18:21:32 +07:00
Luke Childs
08627e65a3 Check redeem script matches witness utxo when signing PSBT input 2019-06-28 18:14:37 +07:00
Luke Childs
1afac399b1 Update BIP174 package to fix inheritance issues 2019-06-28 16:32:21 +07:00
Luke Childs
5fd18d806f Check redeem script matches when signing PSBT input 2019-06-27 18:19:45 +07:00
Luke Childs
98dff9a47e Check Non-witness UTXO hash when signing PSBT input 2019-06-26 17:55:02 +07:00
Luke Childs
ff3caa02fe Add BIP174 pseudo code for signing checks 2019-06-26 16:30:07 +07: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
1b39d9caf4
Make errors clearer and increase coverage 2019-06-17 13:34:20 +09:00
junderw
691e4d15d1
Create Signer interface and use it 2019-06-14 15:25:07 +09:00
junderw
1cc7205e9c
Remove @ts-ignore 2019-06-14 14:48:22 +09:00
junderw
d814c21466
Condense sign parts work directly 2019-06-14 14:23:51 +09:00
junderw
84d5e67e38
Use for loop instead of some to allow for future await usage 2019-06-14 12:20:12 +09:00
junderw
ee3150d7c7
Refactor sign for clarity 2019-06-14 11:47:40 +09:00
junderw
7c454e5f44
TIL: destructuring objects without let or const is a thing 2019-06-13 17:08:43 +09:00
junderw
2e4c9f6b7a
Remove checks to outer function 2019-06-13 15:04:11 +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
Jonathan Underwood
00ca4c2ec7
Fix ts files from Buffer to boolean 2019-04-23 15:10:01 +09: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