Skip to content

Commit bfb97fa

Browse files
committed
Podcasts: Add 241 recap
1 parent 48eec25 commit bfb97fa

File tree

2 files changed

+825
-8
lines changed

2 files changed

+825
-8
lines changed

_posts/en/newsletters/2023-03-08-newsletter.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ popular Bitcoin infrastructure software.
9696
safe. Subsequent to our writing the above, the author of the
9797
`OP_VAULT` proposal, James O'Beirne, replied favorably to Sanders's
9898
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" %}
100100

101101
- **New Optech Podcast:** the weekly Optech Audio Recap hosted on
102102
Twitter Spaces is now available as a podcast. Each episode will be
103103
available on all popular podcast platforms and on the Optech website
104104
as a transcript. For more details, including why we think this is a
105105
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" %}
107107

108108
## Bitcoin Core PR Review Club
109109

@@ -124,7 +124,8 @@ and time-consuming to activate, requiring the careful building of (human)
124124
consensus and an elaborate [soft fork activation][topic soft fork activation]
125125
mechanism -- on a test network activating these changes can be streamlined.
126126
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" %}
128129

129130
{% include functions/details-list.md
130131
q0="Why do we want to deploy consensus changes that aren’t merged
@@ -180,21 +181,21 @@ release candidates.*
180181
support for peer storage of backup data (see [Newsletter
181182
#238][news238 peer storage]) and updates experimental support for [dual
182183
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" %}
184185

185186
- [LDK v0.0.114][] is a release for a new version of this library for
186187
building LN-enabled wallets and applications. It fixes several
187188
security-related bugs and includes the ability to parse [offers][topic
188-
offers].
189+
offers]. {% include functions/podcast-callout.md url="pod241 ldk" %}
189190

190191
- [BTCPay 1.8.2][] is the latest release for this popular self-hosted
191192
payment processing software for Bitcoin. The release notes for
192193
version 1.8.0 say, "this version brings custom checkout forms, store
193194
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" %}
195196

196197
- [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" %}
198199

199200
## Notable code and documentation changes
200201

@@ -206,7 +207,7 @@ Server][btcpay server repo], [BDK][bdk repo], [Bitcoin Improvement
206207
Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
207208

208209
- [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" %}
210211

211212
{% include references.md %}
212213
{% include linkers/issues.md v=2 issues="7462" %}
@@ -224,3 +225,11 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
224225
[bitcoin inquisition]: https://github.com/bitcoin-inquisition/bitcoin
225226
[heretical deployments]: https://github.com/bitcoin-inquisition/bitcoin/wiki/Heretical-Deployments
226227
[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

Comments
 (0)