deprecations: update v26.05 to v26.06.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Changed: Future release schedule moved one month: v25.05 is now v25.06, and all deprecations incremented accordingly.
This commit is contained in:
@@ -23684,7 +23684,7 @@
|
||||
],
|
||||
"deprecated": [
|
||||
"v25.02",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
]
|
||||
},
|
||||
"their_max_htlc_value_in_flight_msat": {
|
||||
@@ -34884,7 +34884,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
@@ -34998,7 +34998,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
@@ -35114,7 +35114,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
|
||||
@@ -26,7 +26,7 @@ hidden: false
|
||||
| experimental-offers | Config | v24.11 | v25.05 | Now the default |
|
||||
| xpay.ignore_bolt12_mpp | Field | v25.05 | v25.12 | Try MPP even if the BOLT12 invoice doesn't explicitly allow it (CLN didn't until 25.02) |
|
||||
| listpeerchannels.max_total_htlc_in_msat | Field | v25.02 | v26.03 | Use our_max_total_htlc_out_msat |
|
||||
| wait.details | Field | v25.05 | v26.05 | Use subsystem-specific object instead |
|
||||
| wait.details | Field | v25.05 | v26.06 | Use subsystem-specific object instead |
|
||||
| channel_state_changed.old_state.unknown | Notification Field | v25.05 | v26.03 | Value "unknown" is deprecated: field will be omitted instead |
|
||||
|
||||
Inevitably there are features which need to change: either to be generalized, or removed when they can no longer be supported.
|
||||
|
||||
@@ -554,7 +554,7 @@
|
||||
],
|
||||
"deprecated": [
|
||||
"v25.02",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
]
|
||||
},
|
||||
"their_max_htlc_value_in_flight_msat": {
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
@@ -231,7 +231,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
@@ -347,7 +347,7 @@
|
||||
"additionalProperties": false,
|
||||
"deprecated": [
|
||||
"v25.05",
|
||||
"v26.05"
|
||||
"v26.06"
|
||||
],
|
||||
"properties": {
|
||||
"status": {
|
||||
|
||||
@@ -88,7 +88,7 @@ static void json_add_index(struct command *cmd,
|
||||
va_copy(ap2, *ap);
|
||||
/* "htlcs" never had details field: it came after! */
|
||||
if (subsystem != WAIT_SUBSYSTEM_HTLCS
|
||||
&& command_deprecated_out_ok(cmd, "details", "v25.05", "v26.05")) {
|
||||
&& command_deprecated_out_ok(cmd, "details", "v25.05", "v26.06")) {
|
||||
json_object_start(response, "details");
|
||||
while ((name = va_arg(*ap, const char *)) != NULL) {
|
||||
value = va_arg(*ap, const char *);
|
||||
|
||||
Reference in New Issue
Block a user