From 0cab0c9d2ac552c48067f34dbc215b5a57167121 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Wed, 9 Aug 2023 16:10:01 -1000 Subject: [PATCH] Meta: edit notes for the future --- ch05.asciidoc | 1 + chapters/authorization-authentication.adoc | 3 ++- chapters/signatures.adoc | 2 +- chapters/transactions.adoc | 2 +- meta/third_edition_changes.asciidoc | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index 207f4785..b0d0c05b 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -1,3 +1,4 @@ +//FIXME:reduce difficulty / we ramp up too quick Lesmes feedback [[ch05_wallets]] == Wallet Recovery diff --git a/chapters/authorization-authentication.adoc b/chapters/authorization-authentication.adoc index 11da6ccb..42fe691e 100644 --- a/chapters/authorization-authentication.adoc +++ b/chapters/authorization-authentication.adoc @@ -912,6 +912,7 @@ The standard is defined in https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki[BIP65 (OP_CHECKLOCKTIMEVERIFY)]. +[[op_csv]] ==== Relative Timelocks Lock time and +OP_CLTV+ are ((("timelocks", "relative timelocks", @@ -2027,4 +2028,4 @@ this chapter, we've skipped over one very important part of how Bitcoin authenticates spenders: its signatures. We'll look at that next in <>. -//FIXME: "I think more information should be added concerning: tapscript in general. I think the MAST section would better serve to be condensed and integrated in the section on taproot. It should also mention how the taproot merle tree is unique (sorting the leaves, tagged hashes, etc, etc)." +//FIXME:text "I think more information should be added concerning: tapscript in general. I think the MAST section would better serve to be condensed and integrated in the section on taproot. It should also mention how the taproot merle tree is unique (sorting the leaves, tagged hashes, etc, etc)." diff --git a/chapters/signatures.adoc b/chapters/signatures.adoc index 65533536..58068b4b 100644 --- a/chapters/signatures.adoc +++ b/chapters/signatures.adoc @@ -988,5 +988,5 @@ authorization and authentication, and how to sign them. We will next learn how to encourage miners to confirm them by adding fees to the transactions we create. -//FIXME:mention segwit v0 and v1 coverage of values to aid hardware +//FIXME: mention segwit v0 and v1 coverage of values to aid hardware //wallets diff --git a/chapters/transactions.adoc b/chapters/transactions.adoc index d6fcde2c..a91afc24 100644 --- a/chapters/transactions.adoc +++ b/chapters/transactions.adoc @@ -1177,4 +1177,4 @@ Understanding how to construct and use these conditions is essential to ensuring that only Alice can spend her bitcoins, so they will be the subject of the next chapter. -//FIXME: long section or full chapter about psbts +//TODO:text long section or full chapter about psbts diff --git a/meta/third_edition_changes.asciidoc b/meta/third_edition_changes.asciidoc index 359ed30e..459076f7 100644 --- a/meta/third_edition_changes.asciidoc +++ b/meta/third_edition_changes.asciidoc @@ -39,4 +39,4 @@ Chapter 12:: Appendixes:: Added an appendix after the whitepaper with errata to the whitepaper. -//FIXME:check edits history for additional changes +//FIXME:text check edits history for additional changes