Skip to content

Commit 53afc91

Browse files
committed
Podcast: add 370 recap
1 parent 30e5a59 commit 53afc91

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed

_posts/en/newsletters/2025-09-05-newsletter.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Bitcoin's consensus rules._
3333
combinators."
3434

3535
The most recent post indicates further entries in the series are
36-
expected.
36+
expected. {% assign timestamp="37:56" %}
3737

3838
- **Draft BIP for adding elliptic curve operations to tapscript:**
3939
Olaoluwa Osuntokun [posted][osuntokun ec] to the Bitcoin-Dev mailing
@@ -47,7 +47,7 @@ Bitcoin's consensus rules._
4747
Jeremy Rubin [replied][rubin ec1] to suggest additional opcodes to
4848
enable additional features, as well as [other opcodes][rubin ec2] that
4949
would make it more convenient to use some features provided by the
50-
base proposal.
50+
base proposal. {% assign timestamp="1:52" %}
5151

5252
- **Draft BIP for OP_TWEAKADD:** Jeremy Rubin [posted][rubin ta1] to the
5353
Bitcoin-Dev mailing list a link a [draft BIP][rubin bip] to add
@@ -56,7 +56,7 @@ Bitcoin's consensus rules._
5656
addition of the opcode, which include a script to reveal a
5757
[taproot][topic taproot] tweak, proof of order of signing a
5858
transaction (e.g., Alice must have signed before Bob), and [signing
59-
delegation][topic signer delegation].
59+
delegation][topic signer delegation]. {% assign timestamp="19:23" %}
6060

6161
## Releases and release candidates
6262

@@ -69,10 +69,10 @@ release candidates._
6969
the `xpay` command for paying [BIP353][] addresses and simple
7070
[offers][topic offers], offers improved bookkeeper support, provides
7171
better plugin dependency management, and includes other new features
72-
and bug fixes.
72+
and bug fixes. {% assign timestamp="59:40" %}
7373

7474
- [Bitcoin Core 29.1rc2][] is a release candidate for a maintenance
75-
version of the predominant full node software.
75+
version of the predominant full node software. {% assign timestamp="1:00:24" %}
7676

7777
## Notable code and documentation changes
7878

@@ -90,18 +90,18 @@ repo], and [BINANAs][binana repo]._
9090
purpose but act as decoys. A randomized number of dummy hops is added each
9191
time, but is capped at 10 as defined by `MAX_DUMMY_HOPS_COUNT`. Adding
9292
additional hops makes it significantly harder to determine the distance to or
93-
the identity of the receiver node.
93+
the identity of the receiver node. {% assign timestamp="1:00:55" %}
9494

9595
- [LDK #4019][] integrates [splicing][topic splicing] with the [quiescence
9696
protocol][topic channel commitment upgrades] by requiring a quiescent channel
9797
state before initializing a splicing transaction, as mandated by the
98-
specification.
98+
specification. {% assign timestamp="1:02:24" %}
9999

100100
- [LND #9455][] adds support for associating a valid DNS domain name with a
101101
Lightning node's IP address and public key in its announcement message, as
102102
allowed by the specification and supported by other implementations such as
103103
Eclair and Core Lightning (see Newsletters [#212][news212 dns], [#214][news214
104-
dns], and [#178][news178 dns]).
104+
dns], and [#178][news178 dns]). {% assign timestamp="1:03:09" %}
105105

106106
- [LND #10103][] introduces a new `gossip.peer-msg-rate-bytes` option (default
107107
51200), which limits the outgoing bandwidth used by each peer for outbound
@@ -111,10 +111,10 @@ repo], and [BINANAs][binana repo]._
111111
single peer from consuming all the global bandwidth defined by
112112
`gossip.msg-rate-bytes` introduced in [LND #10096][]. See Newsletters
113113
[#366][news366 gossip] and [#369][news369 gossip] for related LND work on
114-
gossip requests resource management.
114+
gossip requests resource management. {% assign timestamp="1:04:00" %}
115115

116116
- [HWI #795][] adds support for the BitBox02 Nova by updating the `bitbox02`
117-
library to version 7.0.0. It also makes several CI updates.
117+
library to version 7.0.0. It also makes several CI updates. {% assign timestamp="1:05:20" %}
118118

119119
{% include snippets/recap-ad.md when="2025-09-09 16:30" %}
120120
{% include references.md %}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: 'Bitcoin Optech Newsletter #370 Recap Podcast'
3+
permalink: /en/podcast/2025/09/09/
4+
reference: /en/newsletters/2025/09/05/
5+
name: 2025-09-09-recap
6+
slug: 2025-09-09-recap
7+
type: podcast
8+
layout: podcast-episode
9+
lang: en
10+
---
11+
Mark “Murch” Erhardt and Mike Schmidt are joined by Russell O’Connor, Olaoluwa
12+
Osuntokun, and Jeremy Rubin to discuss [Newsletter #370]({{page.reference}}).
13+
14+
{% include functions/podcast-links.md %}
15+
16+
{% include functions/podcast-player.md url="https://d3ctxlq1ktw2nl.cloudfront.net/staging/2025-8-10/407235643-44100-2-9d5fc4052114d.m4a" %}
17+
18+
{% include newsletter-references.md %}
19+
20+
## Transcription
21+
22+
_transcription coming soon_
23+
24+
{% include references.md %}

0 commit comments

Comments
 (0)