From a2f5dd388aab2e7dcccc9425dcc6f016162e4fa7 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 2 Jul 2020 10:56:33 -1000 Subject: [PATCH] Update TODO.md --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 30d739a..7eae7da 100644 --- a/TODO.md +++ b/TODO.md @@ -54,10 +54,13 @@ Add and document the following new concepts: * Integrate discussions of SegWit into early parts of chapter 4. **6/23** * Write chapter 4.6 **6/23** 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). + * Research PSBTs **7/2** + * Update Outlines 13. Add Wallet Updates. * Bitcoin Descriptors **6/30** - * Show what a SegWit descriptor looks like + * Show what a SegWit descriptor looks like **7/2** * Show what a multi-sig descriptor looks like + * Revise based on comments * Key Ordering 14. Consider HWI. We need to investigate the Hardware Wallet Interface, which uses PSBTs with hardware wallets, and see if it's something we should include (and if our readers want us to).