Skip to content

Commit 1945527

Browse files
committed
updated TODO
1 parent fb42ebc commit 1945527

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

TODO

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SHORT-TERM
66
. find a python ecdsa implementation that solves this
77
. change the code to use the new library
88
. there are a couple of places where we extend the library for bitcoin-specific calculations; also update using the new library!
9-
- investigate taproot op_addchecksig and add to opcodes?
9+
- taproot's op_addchecksig simply added
1010
. other tapscript changes?
11-
. think: differentiate tapscript in code?
11+
. think: how to differentiate tapscript in code? (right now addchecksig can be used in any script)
1212

1313
SEGWIT-related
1414
- A '00' byte needs to be added for non-witness inputs in between witness (inputs-witnesses are 1-1!) automatically?
@@ -19,7 +19,6 @@ SEGWIT-related
1919
- add annex to signature hash (easy, just add in bytes or hex in the method and include)
2020

2121
CLEAN UP
22-
- transaction (input, output, etc) .from_raw code
2322
- segwit examples and get_transaction_segwit_digest
2423

2524
TYPING
@@ -44,7 +43,6 @@ SECURITY
4443

4544
OTHERLIBS-related
4645
- create HD wallet implementation - very simple - similar to the hdwallet lib that I wrap
47-
- create block object and impl. .from_raw(..) instantiation
4846

4947
OTHER
5048
- create script: clean-less-than-sats 100000 bc1q86gsg4t32...

0 commit comments

Comments
 (0)