Skip to content

Commit 113a299

Browse files
Gustavojfebitschmidty
authored andcommitted
News378: add merges and releases
1 parent d241dc8 commit 113a299

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

_posts/en/newsletters/2025-10-31-newsletter.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@ _New releases and release candidates for popular Bitcoin infrastructure
6666
projects. Please consider upgrading to new releases or helping to test
6767
release candidates._
6868

69-
FIXME:Gustavojfe
69+
- [LND 0.20.0-beta.rc1][] is a release candidate for this popular LN node. One
70+
improvement that would benefit from testing is the fix for premature wallet
71+
rescanning, described in the notable code changes section below. See the
72+
[release notes][LND notes] for more details.
73+
74+
- [Eclair 0.13.1][] is a minor release of this LN node implementation. This
75+
release contains database changes to prepare for the removal of pre-[anchor
76+
output][topic anchor outputs] channels. You will need to run the v0.13.0
77+
release first to migrate your channel data to the latest internal encoding.
7078

7179
## Notable code and documentation changes
7280

@@ -79,14 +87,53 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo],
7987
[Lightning BLIPs][blips repo], [Bitcoin Inquisition][bitcoin inquisition
8088
repo], and [BINANAs][binana repo]._
8189

82-
FIXME:Gustavojfe
90+
- [Bitcoin Core #29640][] reinitializes `nSequenceId` values at startup for
91+
blocks on competing chains with the same amount of work: 0 for blocks
92+
belonging to the previously known best chain, and 1 for all other loaded
93+
blocks. This resolves an issue where Bitcoin Core couldn’t perform a tiebreak
94+
between two competing chains because the `nSequenceId` value didn't persist
95+
across restarts.
96+
97+
- [Core Lightning #8400][] introduces a new [BIP39][] mnemonic backup format for
98+
the `hsm_secret` with optional passphrase for all new nodes by default, while
99+
keeping support for legacy 32-byte `hsm_secrets` on existing nodes. `Hsmtool`
100+
is also updated to support both mnemonic-based and legacy secrets. A new
101+
standard [taproot][topic taproot] derivation format is introduced for wallets.
102+
103+
- [Eclair #3173][] removes support for legacy channels that don’t use [anchor
104+
outputs][topic anchor outputs] or [taproot][topic taproot], also known as
105+
`static_remotekey` or `default` channels. Users should close any remaining
106+
legacy channels before upgrading to version 0.13 or 0.13.1.
107+
108+
- [LND #10280][] now waits for the headers to sync before starting the chain
109+
notifier (see [Newsletter #31][news31 chain]) to rescan the chain for wallet
110+
transactions. This resolves an issue in which LND would trigger a premature
111+
rescan while the headers were still syncing when a new wallet was created.
112+
This primarily affected [Neutrino backends][topic compact block filters].
113+
114+
- [BIPs #2006][] updates [BIP3][]’s specification (see [Newsletter #344][news344
115+
bip3]) by adding guidance on originality and quality, particularly advising
116+
authors against generating content with AI/LLMs, and encouraging the proactive
117+
disclosure of AI/LLM usage.
118+
119+
- [BIPs #1975][] updates [BIP155][] which specifies [addr v2][topic addr v2], a
120+
new version of the `addr` message in the Bitcoin P2P network protocol, by
121+
adding a note that [Tor v2][topic anonymity networks] is no longer
122+
operational.
83123

84124
{% include snippets/recap-ad.md when="2025-11-04 16:30" %}
85125
{% include references.md %}
126+
{% include linkers/issues.md v=2 issues="29640,8400,3173,10280,5516,2006,1975" %}
127+
86128
[poinsot disc]: https://groups.google.com/g/bitcoindev/c/sBpCgS_yGws
87129
[disc pol]: https://bitcoincore.org/en/security-advisories/
88130
[news306 disclosures]: /en/newsletters/2024/06/07/#upcoming-disclosure-of-vulnerabilities-affecting-old-versions-of-bitcoin-core
89131
[CVE-2025-54604]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-54604/
90132
[CVE-2025-54605]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-54605/
91133
[CVE-2025-46597]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-46597/
92134
[CVE-2025-46598]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-46598/
135+
[LND 0.20.0-beta.rc1]: https://github.com/lightningnetwork/lnd/releases/tag/v0.20.0-beta.rc2
136+
[LND notes]: https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.20.0.md
137+
[Eclair 0.13.1]: https://github.com/ACINQ/eclair/releases/tag/v0.13.1
138+
[news31 chain]: /en/newsletters/2019/01/29/#lnd-2314
139+
[news344 bip3]: /en/newsletters/2025/03/07/#bips-1712

0 commit comments

Comments
 (0)