Skip to content

Commit 98e32c0

Browse files
hardingbitschmidty
authored andcommitted
Newsletters: add 355 (2025-05-23)
1 parent 8dcde5d commit 98e32c0

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: 'Bitcoin Optech Newsletter #355'
3+
permalink: /en/newsletters/2025/05/23/
4+
name: 2025-05-23-newsletter
5+
slug: 2025-05-23-newsletter
6+
type: newsletter
7+
layout: newsletter
8+
lang: en
9+
---
10+
This week's newsletter includes our regular sections describing changes
11+
to services and client software, announcing new releases and release
12+
candidates, and summarizing recent changes to popular Bitcoin
13+
infrastructure software.
14+
15+
## News
16+
17+
*No significant news this week was found in any of our [sources][].*
18+
19+
## Changes to services and client software
20+
21+
*In this monthly feature, we highlight interesting updates to Bitcoin
22+
wallets and services.*
23+
24+
FIXME:bitschmidty
25+
26+
## Releases and release candidates
27+
28+
_New releases and release candidates for popular Bitcoin infrastructure
29+
projects. Please consider upgrading to new releases or helping to test
30+
release candidates._
31+
32+
- [LND 0.19.0-beta][] is the latest major release of this popular LN
33+
node. Its contains many [improvements][lnd rn] and bug fixes,
34+
including new RBF-based fee bumping for cooperative closes.
35+
36+
- [Core Lightning 25.05rc1][] is a release candidate for the next major
37+
version of this popular LN node implementation.
38+
39+
## Notable code and documentation changes
40+
41+
_Notable recent changes in [Bitcoin Core][bitcoin core repo], [Core
42+
Lightning][core lightning repo], [Eclair][eclair repo], [LDK][ldk repo],
43+
[LND][lnd repo], [libsecp256k1][libsecp256k1 repo], [Hardware Wallet
44+
Interface (HWI)][hwi repo], [Rust Bitcoin][rust bitcoin repo], [BTCPay
45+
Server][btcpay server repo], [BDK][bdk repo], [Bitcoin Improvement
46+
Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo],
47+
[Lightning BLIPs][blips repo], [Bitcoin Inquisition][bitcoin inquisition
48+
repo], and [BINANAs][binana repo]._
49+
50+
- [Bitcoin Core #32423][] rpc: Undeprecate rpcuser/rpcpassword, store all credentials hashed in memory
51+
52+
- [Bitcoin Core #31444][] cluster mempool: add txgraph diagrams/mining/eviction
53+
54+
- [Core Lightning #8140][] peer storage enable
55+
56+
- [Core Lightning #8136][] channel gossip rework
57+
58+
- [Core Lightning #8266][] reckless: add update command
59+
60+
- [Core Lightning #8021][] interop with eclair
61+
62+
- [Core Lightning #8226][] signmessage (please mention bip137 -harding)
63+
64+
- [LND #9801][] peer+lnd: add new CLI option to control if we D/C on slow pongs
65+
66+
{% include snippets/recap-ad.md when="2025-05-27 16:30" %}
67+
{% include references.md %}
68+
{% include linkers/issues.md v=2 issues="32423,31444,8140,8136,8266,8021,8226,9801" %}
69+
[lnd 0.19.0-beta]: https://github.com/lightningnetwork/lnd/releases/tag/v0.19.0-beta
70+
[sources]: /en/internal/sources/
71+
[lnd rn]: https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.19.0.md
72+
[Core Lightning 25.05rc1]: https://github.com/ElementsProject/lightning/releases/tag/v25.05rc1

0 commit comments

Comments
 (0)