You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
+
## [24.11.2] - 2025-04-03: "The lightning-dev Mailing List III"
7
+
8
+
Important fixes for bugs in v24.11.
9
+
10
+
### Fixed
11
+
12
+
- wallet: we could miss our own returned outputs on mutual closes if peer doesn't support option_shutdown_anysegwit. Any missing outputs can be found by rescan after upgrade, or upgrading to v25.02.1 ([#8175])
13
+
- lightningd: incorrect spamming of log and potential crash on testnet case of duplicate HTLCs and slow closing. ([#8192])
14
+
- Protocol: Egregious anchor fee paid for unilateral close txs due to HTLC timeouts; it's not as urgent as our code made out! ([#8190])
15
+
- lightningd: occasional crash on bitcoind callback. ([#8186])
16
+
- autoclean/chanbackup: fixed tracepoint crash on large number of requests. ([#8188])
17
+
- autoclean: fixed occasional crash when tracepoints compiled in. ([#8198])
18
+
-`topology` crash on invoice creation if a peer had a really high feerate. ([#8187])
0 commit comments