@@ -3,7 +3,9 @@ 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.02rc3] - 2025-02-27:
6
+ ## [ 25.02] - 2025-03-04: "Onion Packet Filler Accreditation"
7
+
8
+ This release named by @s373nZ .
7
9
8
10
### Added
9
11
@@ -62,6 +64,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
62
64
- gossmap: Don't crash on ZFS while reading ` gossip_store ` . ([ #8053 ] )
63
65
- lightningd: Tell plugins our bolt12 features (so our bolt12 invoices explicitly allow MPP). ([ #8059 ] )
64
66
- lightningd: Allow more time for plugin startup so slow nodes don't time out on startup. ([ #8060 ] )
67
+ - lightningd: Fixed onchaind crash when seeing unrelated txs (usually when catching up with old closes.) ([ #8137 ] )
65
68
- ` xpay ` : Corrected the CLTV values in blinded paths which sometimes caused spurious failures. ([ #8121 ] )
66
69
- Protocol: We now renegotiate an interrupted close, even if we don't need it, instead of sending an error. ([ #8116 ] )
67
70
- bcli: ` getblockfrompeer ` no longer requests the block from the first peer only. ([ #8069 ] )
@@ -72,6 +75,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
72
75
- Offers: ` decode ` for bolt12 invoices "features" field renamed to "invoice_features" (as documentation said.) ([ #8059 ] )
73
76
- JSON-RPC: ` xpay ` will refuse to make a 0msat payment (0msat invoice, partial payment, or manually-set on amountless invoice). ([ #8024 ] )
74
77
- JSON-RPC: ` getroutes ` will refuse, not crash, if asked to find a route for 0msat. ([ #8024 ] )
78
+ - Blinded paths: offline peers no longer selected. ([ #8138 ] )
75
79
- build: Fixed linking against libsodium on macOS. ([ #7908 ] )
76
80
- Fixes Postgres driver availability for arm64 and arm32 Docker images. ([ #7921 ] )
77
81
- xpay: xpay no longer logs "Got command" at info level. ([ #7933 ] )
@@ -84,6 +88,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
84
88
- onchaind: Correctly collect our own (delayed) funds if we have a unilateral close when we are still offering a lease. ([ #8111 ] )
85
89
86
90
91
+ [ #8138 ] : https://github.com/ElementsProject/lightning/pull/8138
92
+ [ #8137 ] : https://github.com/ElementsProject/lightning/pull/8137
87
93
[ #8111 ] : https://github.com/ElementsProject/lightning/pull/8111
88
94
[ #8121 ] : https://github.com/ElementsProject/lightning/pull/8121
89
95
[ #8116 ] : https://github.com/ElementsProject/lightning/pull/8116
@@ -128,7 +134,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
128
134
[ #7942 ] : https://github.com/ElementsProject/lightning/pull/7942
129
135
[ #7772 ] : https://github.com/ElementsProject/lightning/pull/7772
130
136
[ #8060 ] : https://github.com/ElementsProject/lightning/pull/8060
131
- [ 25.02rc3 ] : https://github.com/ElementsProject/lightning/releases/tag/v25.02rc3
137
+ [ 25.02 ] : https://github.com/ElementsProject/lightning/releases/tag/v25.02
132
138
133
139
134
140
## [ 24.11.1] - 2024-12-16: "The lightning-dev Mailing List II"
0 commit comments