2023-08-23 11:15:30 +00:00
A particular focus in the third edition has been modernizing the 2017
second edition text and the remaining 2014 first edition text. In
addition, many concepts that are relevant to contempory Bitcoin
development in 2023 have been added.
2023-09-12 03:50:45 +00:00
<<ch04_keys_addresses>>::
2023-10-02 17:36:39 +00:00
We rearranged the address info so that we work through everything in
2023-08-02 22:39:48 +00:00
historical order, adding a new section with P2PK (where "address" was "IP
2023-10-02 17:36:39 +00:00
address"), refreshed the previous P2PKH and P2SH sections, and then added new
2023-08-02 22:39:48 +00:00
sections for segwit/bech32 and taproot/bech32m.
2022-01-11 10:35:07 +00:00
2023-10-02 17:36:39 +00:00
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
2023-10-23 15:18:30 +00:00
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
2023-09-12 03:50:45 +00:00
pass:[<a data-type="xref" data-xrefstyle="chap-num-title" href="#tx_fees">#tx_fees</a>].
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<c_transactions>>::
2023-10-02 17:36:39 +00:00
We added almost entirely new text describing the structure of a transaction.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<c_authorization_authentication>>::
2023-10-02 17:36:39 +00:00
We added new text about MAST, P2C, scriptless multisignatures, taproot, and
2023-08-02 22:39:48 +00:00
tapscript.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<c_signatures>>::
2023-10-02 17:36:39 +00:00
We revised the ECDSA text and added new text about schnorr signatures,
2023-08-02 22:39:48 +00:00
multisignatures, and threshold signatures.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<tx_fees>>::
2023-10-02 17:36:39 +00:00
We added almost entirely new text about fees, RBF and CPFP fee
2023-08-02 22:39:48 +00:00
bumping, transaction pinning, package relay, and CPFP carve-out.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<bitcoin_network_ch08>>::
2023-10-02 17:36:39 +00:00
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.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<blockchain>>::
2023-10-02 17:36:39 +00:00
We added text about signet.
2022-01-11 10:35:07 +00:00
2023-09-12 03:50:45 +00:00
<<mining>>::
2023-10-02 17:36:39 +00:00
We added text about BIP8 and speedy trial.
2022-01-11 10:35:07 +00:00
2023-08-02 22:39:48 +00:00
Appendixes::
2023-10-02 17:36:39 +00:00
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.
2022-01-11 10:35:07 +00:00
2023-08-10 02:10:01 +00:00
//FIXME:text check edits history for additional changes