Skip to content

Commit fbe08f4

Browse files
committed
Podcasts: add 250 recap
1 parent 2dc5cdf commit fbe08f4

File tree

2 files changed

+881
-11
lines changed

2 files changed

+881
-11
lines changed

_posts/en/newsletters/2023-05-10-newsletter.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ celebrating five years of Bitcoin Optech and our 250th newsletter.
7575

7676
Although the idea for PoWSwap has been circulated for several years,
7777
the paper provides more detail and analysis than we've previously
78-
seen.
78+
seen. {% assign timestamp="1:36" %}
7979

8080
## Releases and release candidates
8181

@@ -84,13 +84,13 @@ projects. Please consider upgrading to new releases or helping to test
8484
release candidates.*
8585

8686
- [Core Lightning 23.05rc2][] is a release candidate for the next
87-
version of this LN implementation.
87+
version of this LN implementation. {% assign timestamp="19:17" %}
8888

8989
- [Bitcoin Core 24.1rc2][] is a release candidate for a maintenance
90-
release of the current version of Bitcoin Core.
90+
release of the current version of Bitcoin Core. {% assign timestamp="23:05" %}
9191

9292
- [Bitcoin Core 25.0rc1][] is a release candidate for the next major
93-
version of Bitcoin Core.
93+
version of Bitcoin Core. {% assign timestamp="25:35" %}
9494

9595
## Bitcoin Core PR Review Club
9696

@@ -114,7 +114,7 @@ include in the miner's block template.
114114

115115
The PR adds a new RPC, `getprioritisationmap`, that returns the set of
116116
prioritized transactions. The PR also removes unnecessary prioritization
117-
entries, which can arise if the user sets deltas back to zero.
117+
entries, which can arise if the user sets deltas back to zero. {% assign timestamp="26:26" %}
118118

119119
{% include functions/details-list.md
120120
q0="What is the [mapDeltas][] data structure, and why is it needed?"
@@ -192,27 +192,27 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
192192
`getbalances`, `gettransaction`, and `getwalletinfo`. These RPC calls
193193
lock the chainstate to make sure they are up-to-date with the latest
194194
block and so they benefit from including the valid block hash and
195-
height in the response.
195+
height in the response. {% assign timestamp="45:42" %}
196196

197197
- [Bitcoin Core #27195][] makes it possible to remove all external receivers from
198198
a transaction that is being [replaced][topic rbf] using the `bumpfee`
199199
RPC from Bitcoin Core's internal wallet. The user does this by making
200200
the only output of the replacement transaction pay the user's own
201201
address. If the replacement transaction gets confirmed, this prevents
202202
any of the original receivers from being paid, which is sometimes
203-
described as "canceling" a Bitcoin payment.
203+
described as "canceling" a Bitcoin payment. {% assign timestamp="46:42" %}
204204

205205
- [Eclair #1783][] adds a `cpfpbumpfees` API for [CPFP][topic cpfp] fee
206206
bumping one or more transactions. The PR also updates the list of
207207
[recommended parameters][eclair bitcoin.conf] for running Bitcoin Core
208-
to ensure that creating a fee-bump transaction is a viable option.
208+
to ensure that creating a fee-bump transaction is a viable option. {% assign timestamp="48:34" %}
209209

210210
- [LND #7568][] adds the ability to define additional LN feature bits
211211
when the node is started up. It also removes the ability to disable any
212212
hardcoded or defined feature bits during runtime (but additional bits
213213
may be still be added and later disabled). A related proposal update
214214
in [BLIPs #24][] notes that custom [BOLT11][] feature bits are limited
215-
to a maximum expressed value of 5114.
215+
to a maximum expressed value of 5114. {% assign timestamp="50:11" %}
216216

217217
- [LDK #2044][] makes several changes to LDK's route hinting for
218218
[BOLT11][] invoices, the mechanism that a receiving LN node can use to
@@ -222,7 +222,7 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
222222
channels chosen are selected for efficiency and privacy. The PR
223223
discussion includes [several][carman hints] insightful
224224
[comments][corallo hints] about the implications for privacy of
225-
providing route hints.
225+
providing route hints. {% assign timestamp="52:45" %}
226226

227227
## Celebrating Optech Newsletter #250
228228

@@ -272,7 +272,7 @@ Casares, John Pfeffer, and Alex Morcos, as well as our many [financial
272272
supporters][].
273273

274274
Thank you for reading. We hope that you'll continue to do so as we
275-
publish the next 250 newsletters.
275+
publish the next 250 newsletters. {% assign timestamp="54:17" %}
276276

277277
{% include references.md %}
278278
{% include linkers/issues.md v=2 issues="26094,27195,1783,7568,24,2044" %}

0 commit comments

Comments
 (0)