1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-14 17:50:57 +00:00

Edited meta/third_edition_changes.asciidoc with Atlas code editor

This commit is contained in:
rgordon 2023-10-02 17:36:39 +00:00
parent 1a4cb9cf56
commit 11577d434c

View File

@ -4,44 +4,42 @@ addition, many concepts that are relevant to contempory Bitcoin
development in 2023 have been added. development in 2023 have been added.
<<ch04_keys_addresses>>:: <<ch04_keys_addresses>>::
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 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. sections for segwit/bech32 and taproot/bech32m.
Old chapters 6 and 7:: Old Chapters 6 and 7::
Text from previous versions of Chapter 6 "Transactions" and Chapter 7 Text from previous versions of Chapter 6, "Transactions," and Chapter 7,
"Advanced transactions" has been rearranged and expanded across four "Advanced Transactions," has been rearranged and expanded across four
new chapters: pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_transactions">#c_transactions</a>] (the structure of txes), pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_authorization_authentication">#c_authorization_authentication</a>] , pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_signatures">#c_signatures</a>], and new chapters: pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_transactions">#c_transactions</a>] (the structure of txes), pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_authorization_authentication">#c_authorization_authentication</a>] , pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#c_signatures">#c_signatures</a>], and
pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#tx_fees">#tx_fees</a>]. pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#tx_fees">#tx_fees</a>].
<<c_transactions>>:: <<c_transactions>>::
Almost entirely new text describing the structure of a transaction. We added almost entirely new text describing the structure of a transaction.
<<c_authorization_authentication>>:: <<c_authorization_authentication>>::
New text about MAST, P2C, scriptless multisignatures, taproot, and We added new text about MAST, P2C, scriptless multisignatures, taproot, and
tapscript. tapscript.
<<c_signatures>>:: <<c_signatures>>::
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. multisignatures, and threshold signatures.
<<tx_fees>>:: <<tx_fees>>::
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. bumping, transaction pinning, package relay, and CPFP carve-out.
<<bitcoin_network_ch08>>:: <<bitcoin_network_ch08>>::
New text about compact block relay, significant update to bloom 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.
filters (describe problems), new text about compact block filters.
<<blockchain>>:: <<blockchain>>::
New text about signet. We added text about signet.
<<mining>>:: <<mining>>::
New text about BIP8 and speedy trial. We added text about BIP8 and speedy trial.
Appendixes:: Appendixes::
Remove library-specific appendixes. Added an appendix after the 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.
whitepaper with errata to the whitepaper.
//FIXME:text check edits history for additional changes //FIXME:text check edits history for additional changes