@@ -7,7 +7,11 @@ type: newsletter
77layout : newsletter
88lang : en
99---
10- FIXME: bitschmidty
10+ This week's newsletter announces four vulnerabilities affecting older versions of
11+ the Bitcoin Core full node. Also included are our regular sections summarizing
12+ popular questions and answers on the Bitcoin Stack Exchange, announcing new
13+ releases and release candidates, and describing notable changes to popular
14+ Bitcoin infrastructure software.
1115
1216## News
1317
@@ -58,7 +62,28 @@ answers posted since our last update.*
5862{% comment %}<!-- https://bitcoin.stackexchange.com/search?tab=votes&q=created%3a1m..%20is%3aanswer --> {% endcomment %}
5963{% assign bse = "https://bitcoin.stackexchange.com/a/ " %}
6064
61- FIXME: bitschmidty
65+ - [ Why was -datacarriersize redefined in 2022, and why was the 2023 proposal to expand it not merged?] ( {{bse}}128027 )
66+ Pieter Wuille provides a historical overview of the scope of Bitcoin Core's
67+ ` -datacarriersize ` option in relation to ` OP_RETURN ` outputs.
68+
69+ - [ What is the smallest valid transaction that can be included in a block?] ( {{bse}}129137 )
70+ Vojtěch Strnad enumerates the minimum fields and sizes that would comprise the
71+ smallest possible valid Bitcoin transaction.
72+
73+ - [ Why does Bitcoin Core continue to give witness data a discount even when it is used for inscriptions?] ( {{bse}}128028 )
74+ Pieter Wuille explains the rationale for segwit's witness discount and
75+ emphasizes that the Bitcoin Core software implements Bitcoin's current
76+ consensus rules.
77+
78+ - [ The ever-growing Bitcoin blockchain size?] ( {{bse}}128048 )
79+ Murch notes the current UTXO set size, storage requirements for pruned and
80+ full nodes, and points out the current rate of growth of the Bitcoin blockchain.
81+
82+ - [ I read that OP_TEMPLATEHASH is a variant of OP_CTV. How do they differ?] ( {{bse}}128097 )
83+ Rearden contrasts the capabilities, efficiency, compatibility, and which
84+ fields are hashed, between [ OP_CHECKTEMPLATEVERIFY] [ topic
85+ op_checktemplateverify] and the recently proposed ` OP_TEMPLATEHASH ` proposal
86+ (see [ Newsletter #365 ] [ news365 op_templatehash ] ).
6287
6388## Releases and release candidates
6489
@@ -145,3 +170,4 @@ repo], and [BINANAs][binana repo]._
145170[ Eclair 0.13.1 ] : https://github.com/ACINQ/eclair/releases/tag/v0.13.1
146171[ news31 chain ] : /en/newsletters/2019/01/29/#lnd-2314
147172[ news344 bip3 ] : /en/newsletters/2025/03/07/#bips-1712
173+ [ news365 op_templatehash ] : /en/newsletters/2025/08/01/#taproot-native-op-templatehash-proposal
0 commit comments