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
+106-3Lines changed: 106 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,108 @@ 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.02] - 2024-02-27: "uint needs signature"
7
+
8
+
This release named by Erik de Smedt (@ErikDeSmedt).
9
+
10
+
### Added
11
+
12
+
- JSON-RPC: `listpeerchannels` field `last_stable_connection` and `listclosedchannels` field `last_stable_connection` showing when we last held an established channel for a minute or more. ([#6904])
13
+
- JSON-RPC: `listpeerchannels` new field `reestablished` set once we've exchanged `channel_reestablish` messages. ([#6904])
14
+
- JSON-RPC: `fundchannel`, `multifundchannel`, `fundchannel_start` and `openchannel_init`: new field `channel_type`. ([#6864])
15
+
- JSON-RPC: `fundchannel` and `multifundchannel` now take an optional `channel_type` parameter. ([#6864])
16
+
- JSON-RPC: `fundchannel_start` and `openchannel_init` now take an optional `channel_type` parameter. ([#6864])
17
+
- Plugin: options and commands can specify deprecation start (and optional end) versions. ([#6936])
18
+
- Plugins: rpcmethods and options can set `deprecated` to a pair of version strings, not just a boolean. ([#6936])
19
+
- JSON-RPC: `deprecations` to enable/disable deprecated APIs from this caller. ([#6936])
20
+
- config: `i-promise-to-fix-broken-api-user` allows for a one-release re-enablement of long-deprecated features. ([#6936])
21
+
- Protocol: `option_anchors_zero_fee_htlc_tx` enabled, no longer experimental. ([#6785])
22
+
- Plugins: `deprecated_oneshot` notifiction subscription to change deprecated status for a single command. ([#6936])
- JSON-RPC: `close` with `destination` works even if prior `destination` was rejected. ([#7072])
65
+
- JSON-RPC: `channel_type` reflects option_zeroconf if explicitly negotiated. ([#6864])
66
+
- configure: We now respect the `PKG_CONFIG_PATH` environment variable ([#6967])
67
+
- Default bolt11 invoices are payable by LND nodes. ([#6957])
68
+
- channeld: We could crash `closingd` by sending it a `channeld` message ([#6937])
69
+
-`bkpr-listbalances` would crash for nodes on signet with payments in channels, because onchain events were using a different currency than inchannel events. ([#6888])
70
+
- Hsmtool: Fix segmentation fault when calling `getcodexsecret` without id. ([#6895])
71
+
72
+
73
+
### EXPERIMENTAL
74
+
75
+
- JSON-RPC: Deprecated `offer` parameter `recurrence_base` with `@` prefix: use `recurrence_start_any_period`. ([#7034])
0 commit comments