|
11384 | 11384 | "added": "v24.11", |
11385 | 11385 | "rpc": "dev-splice", |
11386 | 11386 | "title": "Command to initiate a channel to a peer", |
11387 | | - "warning": "experimental-splicing only", |
11388 | 11387 | "description": [ |
11389 | 11388 | "`splice` is the command to move funds into or out of a channel. Multiple actions can be combined together resulting in a single onchain transaction. Funds may be moved out of a channel and into another in a single batch enabling cross-channel movement." |
11390 | 11389 | ], |
|
19273 | 19272 | } |
19274 | 19273 | } |
19275 | 19274 | }, |
19276 | | - "experimental-splicing": { |
19277 | | - "added": "v23.08", |
19278 | | - "type": "object", |
19279 | | - "additionalProperties": false, |
19280 | | - "required": [ |
19281 | | - "set", |
19282 | | - "source" |
19283 | | - ], |
19284 | | - "properties": { |
19285 | | - "set": { |
19286 | | - "type": "boolean", |
19287 | | - "description": [ |
19288 | | - "`true` if set in config or cmdline." |
19289 | | - ] |
19290 | | - }, |
19291 | | - "source": { |
19292 | | - "type": "string", |
19293 | | - "description": [ |
19294 | | - "Source of configuration setting." |
19295 | | - ] |
19296 | | - } |
19297 | | - } |
19298 | | - }, |
19299 | 19275 | "experimental-onion-messages": { |
19300 | 19276 | "deprecated": [ |
19301 | 19277 | "v24.08", |
|
20770 | 20746 | "set": false, |
20771 | 20747 | "source": "default" |
20772 | 20748 | }, |
20773 | | - "experimental-splicing": { |
20774 | | - "set": false, |
20775 | | - "source": "default" |
20776 | | - }, |
20777 | 20749 | "exposesecret-passphrase": { |
20778 | 20750 | "value_str": "...", |
20779 | 20751 | "source": "default", |
|
33929 | 33901 | "added": "v23.08", |
33930 | 33902 | "rpc": "splice_init", |
33931 | 33903 | "title": "Command to initiate a channel to a peer", |
33932 | | - "warning": "experimental-splicing only", |
33933 | 33904 | "description": [ |
33934 | 33905 | "`splice_init` is a low level RPC command which initiates a channel splice for a given channel specified by `channel_id`." |
33935 | 33906 | ], |
|
34072 | 34043 | "added": "v23.08", |
34073 | 34044 | "rpc": "splice_signed", |
34074 | 34045 | "title": "Command to initiate a channel to a peer", |
34075 | | - "warning": "experimental-splicing only", |
34076 | 34046 | "description": [ |
34077 | 34047 | "`splice_signed` is a low level RPC command which finishes the active channel splice associated with `channel_id`.", |
34078 | 34048 | "", |
|
34240 | 34210 | "added": "v23.08", |
34241 | 34211 | "rpc": "splice_update", |
34242 | 34212 | "title": "Command to initiate a channel to a peer", |
34243 | | - "warning": "experimental-splicing only", |
34244 | 34213 | "description": [ |
34245 | 34214 | "`splice_update` is a low level RPC command which updates the active channel splice associated with `channel_id`.", |
34246 | 34215 | "", |
|
34407 | 34376 | "added": "v26.04", |
34408 | 34377 | "rpc": "splicein", |
34409 | 34378 | "title": "Command to splice funds into a channel", |
34410 | | - "warning": "experimental-splicing only", |
34411 | 34379 | "description": [ |
34412 | 34380 | "`splicein` is the command to move funds into a channel." |
34413 | 34381 | ], |
|
34474 | 34442 | "added": "v26.04", |
34475 | 34443 | "rpc": "spliceout", |
34476 | 34444 | "title": "Command to splice funds out of a channel", |
34477 | | - "warning": "experimental-splicing only", |
34478 | 34445 | "description": [ |
34479 | 34446 | "`spliceout` is the command to move funds into a channel." |
34480 | 34447 | ], |
|
0 commit comments