From 9335c861a9866e46852d334122b41a29cfaab659 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 Jun 2020 10:31:28 -1000 Subject: [PATCH] Update TODO.md --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 2bdcda4..8ee18ae 100644 --- a/TODO.md +++ b/TODO.md @@ -23,7 +23,7 @@ Replace our current scripts with Bitcoin Standup (which was based on those scrip * Edit Chapter 1 **6/19** * Re-edit Chapter 2 **6/19** * Edit & Check Chapter 3 **6/19** - * Edit & Check Chapter 4 **4.1 through 4.4; 4.5 waiting** + * Edit & Check Chapter 4 **6/23** * Double-check fee calculator in 4.2I with a more complex example **6/19** * Integrate older Curl Interlude **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 + * Add definitions of Segwit and bech32 addresses to 3.3 **6/23** + * 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 **Gonna leave it for now. A future version might shift to P2SH-SegWit as default.** + * Integrate discussions of SegWit into early parts of chapter 4. **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.