@@ -47,7 +47,7 @@ changes to popular Bitcoin infrastructure software.
4747 Kim includes several warnings in his announcement: "the code and
4848 protocol is not peer reviewed [ ...] there will be breaking changes
4949 [ ...] utreexod is based on [ btcd] [ ] [ which may have] consensus
50- incompatibilities".
50+ incompatibilities". {% assign timestamp="0:56" %}
5151
5252- ** BIP119 extensions for smaller hashes and arbitrary data commitments:**
5353 Jeremy Rubin [ posted] [ rubin bip119e ] to the Bitcoin-Dev mailing list a
@@ -84,7 +84,7 @@ changes to popular Bitcoin infrastructure software.
8484 blockchain with minimal use of block weight.
8585
8686 The proposal has not received any discussion on the mailing list as of
87- this writing.
87+ this writing. {% assign timestamp="20:15" %}
8888
8989## Releases and release candidates
9090
@@ -95,10 +95,10 @@ release candidates.*
9595- [ LDK v0.0.123] [ ] is a release of this popular library for building
9696 LN-enabled applications. It includes an update to its settings for
9797 [ trimmed HTLCs] [ topic trimmed htlc ] , improvements to [ offers] [ topic
98- offers] support, and many other improvements.
98+ offers] support, and many other improvements. {% assign timestamp="25:16" %}
9999
100100- [ LND v0.18.0-beta.rc2] [ ] is a release candidate for the next major
101- version of this popular LN node.
101+ version of this popular LN node. {% assign timestamp="26:08" %}
102102
103103## Notable code and documentation changes
104104
@@ -113,7 +113,7 @@ repo]._
113113
114114- [ Bitcoin Core #29845 ] [ ] updates several ` get*info ` RPCs to change the
115115 ` warnings ` field from a string to an array of strings so that several
116- warnings can be returned instead of just one.
116+ warnings can be returned instead of just one. {% assign timestamp="28:16" %}
117117
118118- [ Core Lightning #7111 ] [ ] makes the ` check ` RPC command available to
119119 plugins through the libplugin utility. Usage is also extended by
@@ -122,12 +122,12 @@ repo]._
122122 hsmd would approve the transaction. A pre-initialization message has
123123 been added with pre-set HSM development flags. For further references
124124 on the ` check ` command, see also Newsletters [ #25 ] [ news25 cln check ]
125- and [ #47 ] [ news47 cln check ] .
125+ and [ #47 ] [ news47 cln check ] . {% assign timestamp="29:34" %}
126126
127127- [ Libsecp256k1 #1518 ] [ ] adds a ` secp256k1_pubkey_sort ` function that
128128 sorts a set of public keys into a canonical order. This is useful for
129129 both [ MuSig2] [ topic musig ] and [ silent payments] [ topic silent
130- payments] , and likely many other protocols involving multiple keys.
130+ payments] , and likely many other protocols involving multiple keys. {% assign timestamp="32:04" %}
131131
132132- [ Rust Bitcoin #2707 ] [ ] updates the API for tagged hashes
133133 introduced as part of [ taproot] [ topic taproot ] to expect the digests in
@@ -138,7 +138,7 @@ repo]._
138138 transactions and blocks in one byte order (internal byte order) but
139139 are displayed and called in user interfaces in the reverse order
140140 (display byte order). This PR tries to prevent even more hashes from
141- having different byte orders for different circumstances.
141+ having different byte orders for different circumstances. {% assign timestamp="34:30" %}
142142
143143- [ BIPs #1389 ] [ ] adds [ BIP388] [ ] which describes "wallet policies for
144144 descriptor wallets", a templated set of [ output script
@@ -152,7 +152,7 @@ repo]._
152152 and the number of details that need to be verified by users. Any
153153 software needing the full power of descriptors can still use them
154154 independently of BIP388. For additional information, see [ Newsletter
155- #200 ] [ news200 policies ] .
155+ #200 ] [ news200 policies ] . {% assign timestamp="37:29" %}
156156
157157- [ BIPs #1567 ] [ ] adds [ BIP387] [ ] with new ` multi_a() ` and
158158 ` sortedmultia_a() ` descriptors that provide scripted multisig
@@ -161,13 +161,13 @@ repo]._
161161 ` multi_a(k,KEY_1,KEY_2,...,KEY_n) ` will produce a script such as
162162 `KEY_1 OP_CHECKSIG KEY_2 OP_CHECKSIGADD ... KEY_n OP_CHECKSIGADD OP_k
163163 OP_NUMEQUAL`. See also Newsletters [ #191 ] [ news191 multi_a ] ,
164- [ #227 ] [ news227 multi_a ] , and [ #273 ] [ news273 multi_a ] .
164+ [ #227 ] [ news227 multi_a ] , and [ #273 ] [ news273 multi_a ] . {% assign timestamp="42:21" %}
165165
166166- [ BIPs #1525 ] [ ] adds [ BIP347] [ ] which proposes an [ OP_CAT] [ topic
167167 op_cat] opcode that could be used in [ tapscript] [ topic tapscript ] if
168168 it was [ activated] [ topic soft fork activation ] in a soft fork. See
169169 also Newsletters [ #274 ] [ news274 op_cat ] , [ #275 ] [ news275 op_cat ] ,
170- and [ #293 ] [ news293 op_cat ] .
170+ and [ #293 ] [ news293 op_cat ] . {% assign timestamp="44:08" %}
171171
172172## Newsletter publication date changes
173173
@@ -179,7 +179,7 @@ determine how many people read the newsletter. You can prevent tracking
179179by disabling the loading of external resources before reading the
180180newsletter. If you desire even more privacy, we recommend subscribing
181181to our [ RSS feed] [ ] over an ephemeral Tor connection. We apologize for
182- any inconvenience.
182+ any inconvenience. {% assign timestamp="46:05" %}
183183
184184{% assign day_after_posting = page.date | date: "%s" | plus: 86400 | date: "%Y-%m-%d 14:30" %}
185185{% include snippets/recap-ad.md when=day_after_posting %}
0 commit comments