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
|
ba5f336e02
|
Test setSequence
|
2019-07-04 17:20:16 +07:00 |
|
Luke Childs
|
871e587711
|
Test setLocktime
|
2019-07-04 17:00:34 +07:00 |
|
Luke Childs
|
09a6c37430
|
Test setVersion
|
2019-07-04 17:00:20 +07:00 |
|
Luke Childs
|
dc23b8cce0
|
Test fromTransaction
|
2019-07-04 17:00:01 +07:00 |
|
Luke Childs
|
e3efdbdb99
|
Test BIP174 extractor test cases
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
35cf120c33
|
Add extra combiner test case
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
a80155dbdb
|
Test BIP174 finalizer test cases
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
4e55ab0f20
|
Test BIP174 combiner test cases
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
30815e9e8f
|
Test BIP174 signer test cases
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
a32d1c3eac
|
Test BIP174 updater check test cases
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
275618ed43
|
Remove console.log
|
2019-07-04 16:24:08 +07:00 |
|
Luke Childs
|
2501fc92bc
|
Test BIP174 creator check test cases
|
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
|
df9008bae7
|
Update bip174
|
2019-07-04 10:57:23 +09:00 |
|
Luke Childs
|
a876698d15
|
Test BIP174 signer check test cases
|
2019-07-03 17:47:14 +07:00 |
|
Luke Childs
|
54e2e55ef7
|
Add descriptions to valid test cases from BIP174 spec
|
2019-07-03 17:47:13 +07:00 |
|
Luke Childs
|
336c76bfda
|
Add descriptions to invalid test cases from BIP174 spec
|
2019-07-03 17:47:13 +07:00 |
|
Luke Childs
|
2662e46987
|
Test BIP174 valid test cases
|
2019-07-03 17:47:13 +07:00 |
|
Luke Childs
|
c24a6e1ad3
|
Include test case number in test output
|
2019-07-03 17:47:13 +07:00 |
|
Luke Childs
|
1fc2e146ea
|
Test BIP174 invalid test cases
|
2019-07-03 17:47:13 +07: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
|
343297a359
|
Test error if UTXO doesn't exist
|
2019-07-02 18:34:19 +07:00 |
|
Luke Childs
|
b8789c5d13
|
Test input exists check
|
2019-07-02 18:29:14 +07:00 |
|
Luke Childs
|
658ea845b1
|
Test matching privkey check
|
2019-07-02 18:20:55 +07: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 |
|
Luke Childs
|
7ff40cebc4
|
Recreate test case PSBTs and try and sign them with the valid key
|
2019-07-02 18:15:30 +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
|
10b3aff4fd
|
Test redeem script witness utxo check
|
2019-06-28 18:15:01 +07:00 |
|