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 |
|
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
|
335ed99a1c
|
Fix error for lack of rmd160 in Electron v4
|
2019-04-02 18:57:07 +09:00 |
|
d-yokoi
|
0cdd7b1e2c
|
ci: add a tslint rule to require type definitions
|
2019-03-22 00:15:37 +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
|
7fb859b1f7
|
Fix lint types.ts
|
2019-03-07 14:21:11 +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 |
|