@@ -96,14 +96,14 @@ popular Bitcoin infrastructure software.
96
96
safe. Subsequent to our writing the above, the author of the
97
97
` OP_VAULT ` proposal, James O'Beirne, replied favorably to Sanders's
98
98
ideas. O'Beirne also had ideas for additional changes which we'll
99
- describe in a future newsletter.
99
+ describe in a future newsletter. {% include functions/podcast-callout.md url="pod241 op_vault" %}
100
100
101
101
- ** New Optech Podcast:** the weekly Optech Audio Recap hosted on
102
102
Twitter Spaces is now available as a podcast. Each episode will be
103
103
available on all popular podcast platforms and on the Optech website
104
104
as a transcript. For more details, including why we think this is a
105
105
major step forward in Optech's mission to improve Bitcoin technical
106
- communication, please see our [ blog post] [ podcast post ] .
106
+ communication, please see our [ blog post] [ podcast post ] . {% include functions/podcast-callout.md url="pod241 podcast" %}
107
107
108
108
## Bitcoin Core PR Review Club
109
109
@@ -124,7 +124,8 @@ and time-consuming to activate, requiring the careful building of (human)
124
124
consensus and an elaborate [ soft fork activation] [ topic soft fork activation ]
125
125
mechanism -- on a test network activating these changes can be streamlined.
126
126
The PR also implements a way to deactivate changes that turn out to be buggy
127
- or undesired, which is a major departure from mainnet.
127
+ or undesired, which is a major departure from mainnet. {% include
128
+ functions/podcast-callout.md url="pod241 pr review" %}
128
129
129
130
{% include functions/details-list.md
130
131
q0="Why do we want to deploy consensus changes that aren’t merged
@@ -180,21 +181,21 @@ release candidates.*
180
181
support for peer storage of backup data (see [ Newsletter
181
182
#238 ] [ news238 peer storage ] ) and updates experimental support for [ dual
182
183
funding] [ topic dual funding ] and [ offers] [ topic offers ] . Also
183
- included are several other improvements and bug fixes.
184
+ included are several other improvements and bug fixes. {% include functions/podcast-callout.md url="pod241 cln" %}
184
185
185
186
- [ LDK v0.0.114] [ ] is a release for a new version of this library for
186
187
building LN-enabled wallets and applications. It fixes several
187
188
security-related bugs and includes the ability to parse [ offers] [ topic
188
- offers] .
189
+ offers] . {% include functions/podcast-callout.md url="pod241 ldk" %}
189
190
190
191
- [ BTCPay 1.8.2] [ ] is the latest release for this popular self-hosted
191
192
payment processing software for Bitcoin. The release notes for
192
193
version 1.8.0 say, "this version brings custom checkout forms, store
193
194
branding options, a redesigned Point of Sale keypad view, new
194
- notification icons and address labeling."
195
+ notification icons and address labeling." {% include functions/podcast-callout.md url="pod241 btcpay" %}
195
196
196
197
- [ LND v0.16.0-beta.rc2] [ ] is a release candidate for a new major
197
- version of this popular LN implementation.
198
+ version of this popular LN implementation. {% include functions/podcast-callout.md url="pod241 lnd" %}
198
199
199
200
## Notable code and documentation changes
200
201
@@ -206,7 +207,7 @@ Server][btcpay server repo], [BDK][bdk repo], [Bitcoin Improvement
206
207
Proposals (BIPs)] [ bips repo ] , and [ Lightning BOLTs] [ bolts repo ] .*
207
208
208
209
- [ LND #7462 ] [ ] allows the creation of watch-only wallets with remote
209
- signing and the use of the stateless init feature.
210
+ signing and the use of the stateless init feature. {% include functions/podcast-callout.md url="pod241 lnd7462" %}
210
211
211
212
{% include references.md %}
212
213
{% include linkers/issues.md v=2 issues="7462" %}
@@ -224,3 +225,11 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
224
225
[ bitcoin inquisition ] : https://github.com/bitcoin-inquisition/bitcoin
225
226
[ heretical deployments ] : https://github.com/bitcoin-inquisition/bitcoin/wiki/Heretical-Deployments
226
227
[ bip9 ] : https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki
228
+ [ pod241 op_vault ] : /en/podcast/2023/03/09/#alternative-design-for-op-vault
229
+ [ pod241 podcast ] : /en/podcast/2023/03/09/#new-optech-podcast
230
+ [ pod241 pr review ] : /en/podcast/2023/03/09/#bitcoin-inquisition-activation-logic-for-testing-consensus-changes
231
+ [ pod241 cln ] : /en/podcast/2023/03/09/#core-lightning-23-02
232
+ [ pod241 ldk ] : /en/podcast/2023/03/09/#ldk-v0-0-114
233
+ [ pod241 btcpay ] : /en/podcast/2023/03/09/#btcpay-1-8-2
234
+ [ pod241 lnd ] : /en/podcast/2023/03/09/#lnd-v0-16-0-beta-rc2
235
+ [ pod241 lnd7462 ] : /en/podcast/2023/03/09/#lnd-7462
0 commit comments