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
+6-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
7
-
## [24.08rc1] - 2024-08-12: "TO BE ADDED"
7
+
## [24.08rc2] - 2024-08-15: "TO BE ADDED"
8
8
9
9
This release named by @Lagrang3.
10
10
@@ -68,6 +68,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
68
68
### Fixed
69
69
70
70
- protocol: we can now open unannounced channels with LND nodes again. ([#7564])
71
+
- plugins: `sql` crash on querying `listpeerchannels` during channel establishment. ([#7578])
71
72
- config: whitespace at the end of (most) options is now ignored, not complained about. ([#7251])
72
73
- connectd: now should use far less CPU on large nodes. ([#7365])
73
74
- lightningd: occasionally we could miss transaction outputs (not telling gossipd, or even onchaind) ([#7567])
@@ -89,10 +90,13 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
89
90
- offers: fixed: fetchinvoice tries all blinded paths until one is usable, and handles case where we have to route more than one hop to reach the entry point. ([#7456])
90
91
- renepay: prune the network by disabling channels we don't like, eg. very low max_htlc. ([#7403])
91
92
- renepay: fixed: un-reserve routes that have completed or failed ([#7357])
93
+
- renepay: Add a dev parameter representing a constant probability of availability for all channels in the network. ([#7540])
92
94
- renepay: add cli option "exclude" to manually disable channels and nodes. ([#7403])
Copy file name to clipboardExpand all lines: contrib/pyln-proto/pyproject.toml
+1-1
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.08rc1"
3
+
version = "24.08rc2"
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