Update TODO.md

This commit is contained in:
Shannon Appelcline 2020-06-23 10:31:28 -10:00 committed by GitHub
parent b17a8011eb
commit 9335c861a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Replace our current scripts with Bitcoin Standup (which was based on those scrip
* <strike>Edit Chapter 1</strike> **6/19**
* <strike>Re-edit Chapter 2</strike> **6/19**
* <strike>Edit & Check Chapter 3</strike> **6/19**
* Edit & Check Chapter 4 **4.1 through 4.4; 4.5 waiting**
* <strike>Edit & Check Chapter 4</strike> **6/23**
* <strike>Double-check fee calculator in 4.2I with a more complex example</strike> **6/19**
* <strike>Integrate older Curl Interlude</strike> **6/19**
* Edit & Check Chapter 5
@ -49,8 +49,9 @@ Per @ChristopherA:
Add and document the following new concepts:
11. Add SegWit Transactions. The majority of Bitcoin transactions now use this signing methodology, so it needs to be fully explained and incorporated, alongside its newer bech32 addresses.
* Add definitions of Segwit and bech32 addresses to 3.3
* Do we still have to use "bitcoin-cli getnewaddress "" legacy" on CLI? If not, run back through chapters that use legacy in their examples, starting in 3.3
* <strike>Add definitions of Segwit and bech32 addresses to 3.3</strike> **6/23**
* <strike>Do we still have to use "bitcoin-cli getnewaddress "" legacy" on CLI? If not, run back through chapters that use legacy in their examples, starting in 3.3</strike> **Gonna leave it for now. A future version might shift to P2SH-SegWit as default.**
* <strike>Integrate discussions of SegWit into early parts of chapter 4.</strike> **6/23**
* Write chapter 4.6
12. Add PSBT. Partially Signed Bitcoin Transactions are a powerful new interchange format that should be fully included in our discussions of multi-sigs and escrows (which instead fell back on older methodologies in v1.0).
13. Add Wallet Updates. Some improvements have been made to wallet functionality, including Bitcoin Descriptors, and they should be added to the course.