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
+10-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ 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.11rc2] - 2024-11-28: "TBA"
6
+
## [24.11rc3] - 2024-12-02: "The lightning-dev Mailing List"
7
7
8
8
This release named by Dusty Daemon.
9
9
@@ -36,6 +36,9 @@ This release named by Dusty Daemon.
36
36
- Plugins: grpc now starts on port 9736 by default (localhost, see `grpc-host`) ([#7479])
37
37
- Config: bolt12 now enabled by default (finally!) ([#7833])
38
38
- Protocol: we now connect to additional nodes for improved gossip (see `autoconnect-seeker-peers`) ([#7798])
39
+
- Protocol: Own-channel gossip is broadcast to more peers (up to 50, not 5). ([#7873])
40
+
- Build: Added architecture identifier to Ubuntu release ([#7797])
41
+
- Logging: connectd now logs unknown messages as "UNKNOWN" not "INVALID" to avoid freaking people out. ([#7892])
39
42
- Protocol: we now create a low-priority (2016 down to 12 blocks fee target) anchor for low-fee unilateral closes even if there's no urgency. ([#7832])
40
43
- Protocol: splicing moved from test numbers to spec numbers. ([#7719])
41
44
- Protocol: Support added for peers that wish to rotate their funding pubkey during a splice. ([#7719])
@@ -66,6 +69,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
66
69
67
70
### Fixed
68
71
72
+
- JSON-RPC: `decode` refused to decode expired bolt12 invoices. ([#7890])
69
73
- JSON-RPC: `listforwards``received-time` is always present (it could be missing for ancient nodes, now it will be 0) ([#7744])
70
74
- Plugins: `cln-grpc` now understands channel type `anchors/even` ([#7628])
71
75
- Plugins: `cln-grpc` no longer logs a warning if a notification does not have a handler ([#7867])
@@ -168,7 +172,11 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
0 commit comments