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
+1-29
Original file line number
Diff line number
Diff line change
@@ -3,35 +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
-
## v24.11rc1 - 2024-11-26
7
-
8
-
This release named by Dusty Daemon.
9
-
10
-
### Added
11
-
12
-
- Documentation: Test script generates all RPC documentation examples now (so they should now stay accurate and complete). ([#7756])
13
-
- JSON-RPC: `listaddresses` to list issued addresses from the node. ([#7800])
14
-
- Config: `autoconnect-seeker-peers`, allowing seeker to reach out to new nodes for additional gossip (default: 10). ([#7798])
15
-
- Protocol: `option_quiesce` enabled by default. ([#7586])
16
-
- JSON-RPC: `fetchinvoice` allows setting invreq_metadata via `payer_metadata` parameter. ([#7786])
17
-
- hsmtool: generatehsm can run non-interactive, taking options on the cmdline. ([#7102])
18
-
- Plugins: `pay` now has tracing support for various payment steps. ([#7803])
19
-
- JSON-RPC: `exposesecret` command for encouraging hsm_secret backups. ([#7647])
20
-
- JSON-RPC: `listpays` has `index`, `start` and `limit` parameters for listing control. ([#7385])
21
-
- Plugins: bookkeeper has a new RPC `bkpr-editdescriptionbypaymentid` which will update the description for any event with matching payment_id ([#7604])
22
-
- Config: `grpc-host` option for grpc plugin ([#7479])
23
-
- JSON-RPC: A new magic `dev-splice` command is added that can take a ‘splice script’ or json payload and perform any complex splice across multiple channels merging the result into a single transaction. Some features are disabled and will be added in time. ([#6980])
24
-
- JSON-RPC: low-level RPC command `addpsbtinput` to fund PSBTs directly and help with complex splices & dual-opens. ([#6980])
25
-
- JSON-RPC: `stfu_channels` and `abort_channels` are added for bulk multi-channel splice commands. These allow the user to pause (and resume) multiple channels in place. ([#6980])
26
-
- JSON-RPC: `injectpaymentonion` for initiating an HTLC like a peer would do. ([#7749])
27
-
- Documentation: Example documentation on generating custom gRPC ([#7731])
28
-
- Installation: Nix users can now install CLN from the new flake. ([#7656])
29
-
- JSON-RPC: `decode` now used modern BOLT 4 language for blinded paths, `first_path_key`. ([#7586])
30
-
- Plugins: `onion_message_recv` and `onion_message_recv_secret` hooks now used modern BOLT 4 language for blinded paths, `first_path_key`. ([#7586])
31
-
- JSON-RPC: keysend `maxfee` parameter for consistency with pay. ([#7227]) ([#7653])
32
-
-`hsmtool`: `getnodeid` command derives the node id from the hsm_secret, to verify it's the correct secret. ([#7644])
0 commit comments