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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +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
-
## [24.05rc2] - 2024-05-29: "CODENAME"
6
+
## [24.05] - 2024-06-04: "The Infinitely Divisible Satoshi"
7
7
8
-
This release named by @USERNAME.
8
+
This release named by @daywalker90.
9
9
10
10
### Added
11
11
@@ -92,6 +92,9 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
92
92
- offers: Fix blinded paths in invoices - use node_id and set final node's CLTV delta. ([#7311])
93
93
- Plugins: The recover plugin now avoids trying to recover closed channels. ([#7216])
94
94
- Gossmap: Avoid adding redundant channel announcements to the gossip_store. ([#7330])
95
+
- Protocol: forward legacy non-TLV onions which we removed in 22.11 and spec itself in Feb 2022. Still sent by LND nodes who haven't seen our node_announcement. ([#7352])
96
+
- Protocol: we once again send CHANNEL_REESTABLISH responses on closing channels. ([#7353])
97
+
- Fixed a crash when processing pending node announcements. ([#7368])
95
98
96
99
97
100
### EXPERIMENTAL
@@ -101,6 +104,9 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
Copy file name to clipboardExpand all lines: contrib/pyln-proto/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "pyln-proto"
3
-
version = "24.05rc2"
3
+
version = "24.05"
4
4
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
0 commit comments