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 |
|