File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ 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
+ ## [ 25.02.1] - 2025-03-04: "Onion Packet Filler Accreditation II"
7
+
8
+ Important fixes for bugs in v25.02.
9
+
10
+ ### Fixed
11
+
12
+ - wallet: we could miss our own returned outputs on mutual closes if peer doesn't support option_shutdown_anysegwit ([ #8175 ] )
13
+ - wallet: rescan for missing close outputs in case above bug happened ([ #8175 ] )
14
+ - lightningd: incorrect spamming of log and potential crash on testnet case of duplicate HTLCs and slow closing. ([ #8192 ] )
15
+ - Protocol: Egregious anchor fee paid for unilateral close txs due to HTLC timeouts; it's not as urgent as our code made out! ([ #8190 ] )
16
+ - lightningd: occasional crash on bitcoind callback. ([ #8186 ] )
17
+ - autoclean/chanbackup: fixed tracepoint crash on large number of requests. ([ #8188 ] )
18
+ - ` topology ` crash on invoice creation if a peer had a really high feerate. ([ #8187 ] )
19
+
20
+ [ #8186 ] : https://github.com/ElementsProject/lightning/pull/8186
21
+ [ #8192 ] : https://github.com/ElementsProject/lightning/pull/8192
22
+ [ #8187 ] : https://github.com/ElementsProject/lightning/pull/8187
23
+ [ #8190 ] : https://github.com/ElementsProject/lightning/pull/8190
24
+ [ #8175 ] : https://github.com/ElementsProject/lightning/pull/8175
25
+ [ #8188 ] : https://github.com/ElementsProject/lightning/pull/8188
26
+ [ 25.02.1 ] : https://github.com/ElementsProject/lightning/releases/tag/v25.02.1
27
+
6
28
## [ 25.02] - 2025-03-04: "Onion Packet Filler Accreditation"
7
29
8
30
This release named by @s373nZ .
You can’t perform that action at this time.
0 commit comments