diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index 84e917901d68..062b84f39d89 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -199,10 +199,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-age", - "title": "Command for expiring information in a layer (EXPERIMENTAL)", + "title": "Command for expiring information in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-age** RPC command tells askrene that information added to a layer by *askrene-inform-channel* beyond a certain age is less useful. It currently completely forgets constraints older than *cutoff*." ], "request": { @@ -263,10 +262,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-bias-channel", - "title": "Command to apply a manual bias to a channel in a layer (EXPERIMENTAL)", + "title": "Command to apply a manual bias to a channel in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-bias-channel** RPC command tells askrene to favor or disfavor a channel when considering it for routing." ], "request": { @@ -367,10 +365,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-create-channel", - "title": "Command to add a channel to layer (EXPERIMENTAL)", + "title": "Command to add a channel to layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-create-channel** RPC command tells askrene create a channel in the given layer. To actually populate the channel use *askrene-update-channel* in each direction." ], "request": { @@ -440,10 +437,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-create-layer", - "title": "Command to create a new layer (EXPERIMENTAL)", + "title": "Command to create a new layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-create-layer** RPC command tells askrene to create a new, empty layer. This layer can then be populated with `askrene-create-channel` and `askrene-inform-channel`, and be used in `getroutes`." ], "request": { @@ -690,10 +686,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-disable-node", - "title": "Command to disable all channels to/from a node in a layer (EXPERIMENTAL)", + "title": "Command to disable all channels to/from a node in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-disable-node** RPC command tells askrene to disable all channels connected to a node whenever the given layer is used. This is mainly useful to force the use of alternate paths: while individual channels can be disabled using askrene-create-channel or askrene-inform-channel, that would be racy if new channels appeared." ], "request": { @@ -740,10 +735,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-inform-channel", - "title": "Command to add channel capacity restrictions to layer (EXPERIMENTAL)", + "title": "Command to add channel capacity restrictions to layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-inform-channel** RPC command tells askrene about channels we used so it can update its capacity estimates. For most accuracy, you should remove your own reservations before calling this. It can be applied whether the current channel exists or not." ], "request": { @@ -856,10 +850,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-listlayers", - "title": "Command to display information about layers (EXPERIMENTAL)", + "title": "Command to display information about layers", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-listlayers** RPC command reports any modifications each layer (or, the layer specified) would make to the topology, if it were used for *getroutes*." ], "request": { @@ -1108,10 +1101,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-listreservations", - "title": "Command to display information about reservations (EXPERIMENTAL)", + "title": "Command to display information about reservations", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-reservations** RPC command reports outstanding reservations made with `askrene-reserve`, mainly for debugging." ], "request": { @@ -1181,10 +1173,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-remove-layer", - "title": "Command to destroy a layer (EXPERIMENTAL)", + "title": "Command to destroy a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-remove-layer** RPC command tells askrene to forget a layer." ], "request": { @@ -1221,10 +1212,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-reserve", - "title": "Command for informing askrene that you are trying a path (EXPERIMENTAL)", + "title": "Command for informing askrene that you are trying a path", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-reserve** RPC command tells askrene that a path is being attempted. This allows it to take that into account when other *getroutes* calls are made. You should call *askrene-unreserve* after the attempt has completed (and before calling *askrene-inform*).", "", "Note that additional properties inside the *path* elements are ignored, which is useful when used with the result of *getroutes*." @@ -1283,10 +1273,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-unreserve", - "title": "Command for informing askrene that you are no longer trying a path (EXPERIMENTAL)", + "title": "Command for informing askrene that you are no longer trying a path", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-unreserve** RPC command tells askrene that a path attempt has finished: it should only be called after a successful **askrene-reserve** call.", "", "Note that additional properties inside the *path* elements are ignored, which is useful when used with the result of *getroutes*." @@ -1345,10 +1334,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-update-channel", - "title": "Command to manipulate channel in a layer (EXPERIMENTAL)", + "title": "Command to manipulate channel in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-update-channel** RPC command overrides updates for an existing channel when the layer is applied." ], "request": { @@ -15030,11 +15018,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "getroutes", - "title": "Command for routing a payment (EXPERIMENTAL)", + "title": "Command for routing a payment", "added": "v24.08", "description": [ - "WARNING: experimental, so API may change.", - "", "The **getroutes** RPC command attempts to find the best set of paths for the payment from *source* to *destination* of *amount_msat*, using the given *layers* on top of the gossip information. The result is constrained by *maxfee*, and will arrive at the destination with *final_cltv*.", "", "NOTE: The returned paths are a different format then *getroute*, being more appropriate for creating intermediary onion layers.", diff --git a/doc/schemas/lightning-askrene-age.json b/doc/schemas/lightning-askrene-age.json index 63f79cd20760..dec6074d847e 100644 --- a/doc/schemas/lightning-askrene-age.json +++ b/doc/schemas/lightning-askrene-age.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-age", - "title": "Command for expiring information in a layer (EXPERIMENTAL)", + "title": "Command for expiring information in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-age** RPC command tells askrene that information added to a layer by *askrene-inform-channel* beyond a certain age is less useful. It currently completely forgets constraints older than *cutoff*." ], "request": { diff --git a/doc/schemas/lightning-askrene-bias-channel.json b/doc/schemas/lightning-askrene-bias-channel.json index aa4ba9387ad2..448251bc3e86 100644 --- a/doc/schemas/lightning-askrene-bias-channel.json +++ b/doc/schemas/lightning-askrene-bias-channel.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-bias-channel", - "title": "Command to apply a manual bias to a channel in a layer (EXPERIMENTAL)", + "title": "Command to apply a manual bias to a channel in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-bias-channel** RPC command tells askrene to favor or disfavor a channel when considering it for routing." ], "request": { diff --git a/doc/schemas/lightning-askrene-create-channel.json b/doc/schemas/lightning-askrene-create-channel.json index 231f4a5bd231..7843b197df03 100644 --- a/doc/schemas/lightning-askrene-create-channel.json +++ b/doc/schemas/lightning-askrene-create-channel.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-create-channel", - "title": "Command to add a channel to layer (EXPERIMENTAL)", + "title": "Command to add a channel to layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-create-channel** RPC command tells askrene create a channel in the given layer. To actually populate the channel use *askrene-update-channel* in each direction." ], "request": { diff --git a/doc/schemas/lightning-askrene-create-layer.json b/doc/schemas/lightning-askrene-create-layer.json index a615ef9d679c..ec1099887cf5 100644 --- a/doc/schemas/lightning-askrene-create-layer.json +++ b/doc/schemas/lightning-askrene-create-layer.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-create-layer", - "title": "Command to create a new layer (EXPERIMENTAL)", + "title": "Command to create a new layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-create-layer** RPC command tells askrene to create a new, empty layer. This layer can then be populated with `askrene-create-channel` and `askrene-inform-channel`, and be used in `getroutes`." ], "request": { diff --git a/doc/schemas/lightning-askrene-disable-node.json b/doc/schemas/lightning-askrene-disable-node.json index 0508acb6b131..479109ea9eab 100644 --- a/doc/schemas/lightning-askrene-disable-node.json +++ b/doc/schemas/lightning-askrene-disable-node.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-disable-node", - "title": "Command to disable all channels to/from a node in a layer (EXPERIMENTAL)", + "title": "Command to disable all channels to/from a node in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-disable-node** RPC command tells askrene to disable all channels connected to a node whenever the given layer is used. This is mainly useful to force the use of alternate paths: while individual channels can be disabled using askrene-create-channel or askrene-inform-channel, that would be racy if new channels appeared." ], "request": { diff --git a/doc/schemas/lightning-askrene-inform-channel.json b/doc/schemas/lightning-askrene-inform-channel.json index 3414620e603b..6ebc0122f71e 100644 --- a/doc/schemas/lightning-askrene-inform-channel.json +++ b/doc/schemas/lightning-askrene-inform-channel.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-inform-channel", - "title": "Command to add channel capacity restrictions to layer (EXPERIMENTAL)", + "title": "Command to add channel capacity restrictions to layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-inform-channel** RPC command tells askrene about channels we used so it can update its capacity estimates. For most accuracy, you should remove your own reservations before calling this. It can be applied whether the current channel exists or not." ], "request": { diff --git a/doc/schemas/lightning-askrene-listlayers.json b/doc/schemas/lightning-askrene-listlayers.json index 1dbf23f2f7b1..4bc796e3eef2 100644 --- a/doc/schemas/lightning-askrene-listlayers.json +++ b/doc/schemas/lightning-askrene-listlayers.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-listlayers", - "title": "Command to display information about layers (EXPERIMENTAL)", + "title": "Command to display information about layers", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-listlayers** RPC command reports any modifications each layer (or, the layer specified) would make to the topology, if it were used for *getroutes*." ], "request": { diff --git a/doc/schemas/lightning-askrene-listreservations.json b/doc/schemas/lightning-askrene-listreservations.json index 92be51e2067b..38153aece16f 100644 --- a/doc/schemas/lightning-askrene-listreservations.json +++ b/doc/schemas/lightning-askrene-listreservations.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-listreservations", - "title": "Command to display information about reservations (EXPERIMENTAL)", + "title": "Command to display information about reservations", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-reservations** RPC command reports outstanding reservations made with `askrene-reserve`, mainly for debugging." ], "request": { diff --git a/doc/schemas/lightning-askrene-remove-layer.json b/doc/schemas/lightning-askrene-remove-layer.json index 7e991aa468aa..6f6a02225d17 100644 --- a/doc/schemas/lightning-askrene-remove-layer.json +++ b/doc/schemas/lightning-askrene-remove-layer.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-remove-layer", - "title": "Command to destroy a layer (EXPERIMENTAL)", + "title": "Command to destroy a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-remove-layer** RPC command tells askrene to forget a layer." ], "request": { diff --git a/doc/schemas/lightning-askrene-reserve.json b/doc/schemas/lightning-askrene-reserve.json index 8eccdeb473ca..92c9cbf02946 100644 --- a/doc/schemas/lightning-askrene-reserve.json +++ b/doc/schemas/lightning-askrene-reserve.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-reserve", - "title": "Command for informing askrene that you are trying a path (EXPERIMENTAL)", + "title": "Command for informing askrene that you are trying a path", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-reserve** RPC command tells askrene that a path is being attempted. This allows it to take that into account when other *getroutes* calls are made. You should call *askrene-unreserve* after the attempt has completed (and before calling *askrene-inform*).", "", "Note that additional properties inside the *path* elements are ignored, which is useful when used with the result of *getroutes*." diff --git a/doc/schemas/lightning-askrene-unreserve.json b/doc/schemas/lightning-askrene-unreserve.json index 9590b7c99662..c99495376183 100644 --- a/doc/schemas/lightning-askrene-unreserve.json +++ b/doc/schemas/lightning-askrene-unreserve.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-unreserve", - "title": "Command for informing askrene that you are no longer trying a path (EXPERIMENTAL)", + "title": "Command for informing askrene that you are no longer trying a path", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-unreserve** RPC command tells askrene that a path attempt has finished: it should only be called after a successful **askrene-reserve** call.", "", "Note that additional properties inside the *path* elements are ignored, which is useful when used with the result of *getroutes*." diff --git a/doc/schemas/lightning-askrene-update-channel.json b/doc/schemas/lightning-askrene-update-channel.json index 0a5fff00e431..8088d59db343 100644 --- a/doc/schemas/lightning-askrene-update-channel.json +++ b/doc/schemas/lightning-askrene-update-channel.json @@ -2,10 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "askrene-update-channel", - "title": "Command to manipulate channel in a layer (EXPERIMENTAL)", + "title": "Command to manipulate channel in a layer", + "added": "v24.11", "description": [ - "WARNING: experimental, so API may change.", - "", "The **askrene-update-channel** RPC command overrides updates for an existing channel when the layer is applied." ], "request": { diff --git a/doc/schemas/lightning-getroutes.json b/doc/schemas/lightning-getroutes.json index 6020b16a6241..8911b3e4a947 100644 --- a/doc/schemas/lightning-getroutes.json +++ b/doc/schemas/lightning-getroutes.json @@ -2,11 +2,9 @@ "$schema": "../rpc-schema-draft.json", "type": "object", "rpc": "getroutes", - "title": "Command for routing a payment (EXPERIMENTAL)", + "title": "Command for routing a payment", "added": "v24.08", "description": [ - "WARNING: experimental, so API may change.", - "", "The **getroutes** RPC command attempts to find the best set of paths for the payment from *source* to *destination* of *amount_msat*, using the given *layers* on top of the gossip information. The result is constrained by *maxfee*, and will arrive at the destination with *final_cltv*.", "", "NOTE: The returned paths are a different format then *getroute*, being more appropriate for creating intermediary onion layers.",