File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1313SEGWIT-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
2121CLEAN UP
22- - transaction (input, output, etc) .from_raw code
2322- segwit examples and get_transaction_segwit_digest
2423
2524TYPING
@@ -44,7 +43,6 @@ SECURITY
4443
4544OTHERLIBS-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
4947OTHER
5048- create script: clean-less-than-sats 100000 bc1q86gsg4t32...
You can’t perform that action at this time.
0 commit comments