From 11577d434c1ae78483e2f7b5a325c6007c399575 Mon Sep 17 00:00:00 2001 From: rgordon Date: Mon, 2 Oct 2023 17:36:39 +0000 Subject: [PATCH] Edited meta/third_edition_changes.asciidoc with Atlas code editor --- meta/third_edition_changes.asciidoc | 30 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/meta/third_edition_changes.asciidoc b/meta/third_edition_changes.asciidoc index ac31a862..21421b5f 100644 --- a/meta/third_edition_changes.asciidoc +++ b/meta/third_edition_changes.asciidoc @@ -4,44 +4,42 @@ addition, many concepts that are relevant to contempory Bitcoin development in 2023 have been added. <>:: - Rearrange address info so that we work through everything in + We rearranged the address info so that we work through everything in historical order, adding a new section with P2PK (where "address" was "IP - address"), refresh the previous P2PKH and P2SH sections, and then add new + address"), refreshed the previous P2PKH and P2SH sections, and then added new sections for segwit/bech32 and taproot/bech32m. -Old chapters 6 and 7:: - Text from previous versions of Chapter 6 "Transactions" and Chapter 7 - "Advanced transactions" has been rearranged and expanded across four - new chapters: pass:[#c_transactions] (the structure of txes), pass:[#c_authorization_authentication] , pass:[#c_signatures], and +Old Chapters 6 and 7:: + Text from previous versions of Chapter 6, "Transactions," and Chapter 7, + "Advanced Transactions," has been rearranged and expanded across four + new chapters: pass:[#c_transactions] (the structure of txes), pass:[#c_authorization_authentication] , pass:[#c_signatures], and pass:[#tx_fees]. <>:: - Almost entirely new text describing the structure of a transaction. + We added almost entirely new text describing the structure of a transaction. <>:: - New text about MAST, P2C, scriptless multisignatures, taproot, and + We added new text about MAST, P2C, scriptless multisignatures, taproot, and tapscript. <>:: - Revision of ECDSA text and new text about schnorr signatures, + We revised the ECDSA text and added new text about schnorr signatures, multisignatures, and threshold signatures. <>:: - Almost entirely new text about fees, RBF and CPFP fee + We added almost entirely new text about fees, RBF and CPFP fee bumping, transaction pinning, package relay, and CPFP carve-out. <>:: - New text about compact block relay, significant update to bloom - filters (describe problems), new text about compact block filters. + We added text about compact block relay, added a significant update to bloom filters that better describes their privacy problems, and new text about compact block filters. <>:: - New text about signet. + We added text about signet. <>:: - New text about BIP8 and speedy trial. + We added text about BIP8 and speedy trial. Appendixes:: - Remove library-specific appendixes. Added an appendix after the - whitepaper with errata to the whitepaper. + We removed library-specific appendixes. After the appendix containing the original whitepaper, we added a new appendix describing how the implementation and properties of Bitcoin differ from those proposed in the whitepaper. //FIXME:text check edits history for additional changes