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-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
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.11rc3] - 2024-12-02: "The lightning-dev Mailing List"
6
+
## [24.11rc4] - 2024-12-02: "The lightning-dev Mailing List"
7
7
8
8
This release named by Dusty Daemon.
9
9
@@ -15,6 +15,7 @@ This release named by Dusty Daemon.
15
15
- JSON-RPC: `fetchinvoice` allows setting invreq_metadata via `payer_metadata` parameter. ([#7786])
16
16
- hsmtool: generatehsm can run non-interactive, taking options on the cmdline. ([#7102])
17
17
- Plugins: `pay` now has tracing support for various payment steps. ([#7803])
18
+
- Plugins: new notification `onionmessage_forward_fail`.
18
19
- JSON-RPC: `exposesecret` command for encouraging hsm_secret backups. ([#7647])
19
20
- JSON-RPC: `listpays` has `index`, `start` and `limit` parameters for listing control. ([#7385])
20
21
- Plugins: bookkeeper has a new RPC `bkpr-editdescriptionbypaymentid` which will update the description for any event with matching payment_id ([#7604])
@@ -45,6 +46,7 @@ This release named by Dusty Daemon.
45
46
- Startup: reconnecting to peers at startup should be significantly faster (dependent on machine speed). ([#7630])
46
47
- Protocol: we remember the last successful address we connected to for important peers. ([#7630])
47
48
- Protocol: Gossipd requests a full sync from a random peer every hour. ([#7768])
49
+
- JSON-RPC: `injectonionmessage` API simplified and documented.
48
50
- JSON-RPC: Improved error messaging for splice commands. ([#7719])
49
51
- JSON-RPC: built-in plugins can now be stopped using "plugin stop". ([#7799])
50
52
- Wallet: Taproot addresses are used for unilateral-close change addresses. ([#7800])
@@ -99,6 +101,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
99
101
- lightningd: no longer crash if a plugin dies during lightningd startup. ([#7673])
100
102
- cln-plugin: Change default log level filter back to INFO ([#7668])
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.11rc1"
3
+
version = "24.11rc4"
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