Skip to content

Commit c5facbf

Browse files
committed
doc: pretty!
Signed-off-by: Rusty Russell <[email protected]>
1 parent 7d14545 commit c5facbf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/developers-guide/deprecated-features.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ excerpt: "Deprecated features and timeline for old feature removals."
55
hidden: false
66
---
77

8-
| Name | Type | First Deprecated | Last Supported | Description |
9-
|--------------------------------------|--------------------|------------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10-
| listpeers.features.option_anchors_zero_fee_htlc_tx | Field | v24.08 | v25.09 | Renamed to `option_anchors` in the spec: check for that in `features` instead |
11-
| decodepay | Command | v24.11 | v25.12 | Use `decode` which is more powerful (since v23.05) |
12-
| close.tx | Field | v24.11 | v25.12 | Use txs array instead |
13-
| close.txid | Field | v24.11 | v25.12 | Use txids array instead |
14-
| 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) |
15-
| listpeerchannels.max_total_htlc_in_msat | Field | v25.02 | v26.03 | Use our_max_total_htlc_out_msat |
16-
| wait.details | Field | v25.05 | v26.06 | Use subsystem-specific object instead |
17-
| channel_state_changed.old_state.unknown | Notification Field | v25.05 | v26.03 | Value "unknown" is deprecated: field will be omitted instead |
18-
| coin_movement.tags | Notification Field | v25.09 | v26.09 | Use `primary_tag` (first tag) and `extra_tags` instead |
19-
| coin_movement.utxo_txid | Notification Field | v25.09 | v26.09 | Use `utxo` instead of `utxo_txid` & `vout` |
20-
| coin_movement.txid | Notification Field | v25.09 | v26.09 | Use `spending_txid` instead |
21-
| channel_state_changed.null_scid | Notification Field | v25.09 | v26.09 | In channel_state_changed notification, `short_channel_id` will be missing instead of `null` |
22-
| notification.payload | Notification Field | v25.09 | v26.09 | Notifications from plugins used to have fields in `payload` sub-object, now they are not (just like normal notifications) |
23-
| pay_notifications.raw_fields | Field | v25.09 | v26.09 | `channel_hint_update`, `pay_failure` and `pay_success` notifications now wrap members in an object of the same name |
8+
| Name | Type | First Deprecated | Last Supported | Description |
9+
|----------------------------------------------------|--------------------|------------------|----------------|---------------------------------------------------------------------------------------------------------------------------|
10+
| listpeers.features.option_anchors_zero_fee_htlc_tx | Field | v24.08 | v25.09 | Renamed to `option_anchors` in the spec: check for that in `features` instead |
11+
| decodepay | Command | v24.11 | v25.12 | Use `decode` which is more powerful (since v23.05) |
12+
| close.tx | Field | v24.11 | v25.12 | Use txs array instead |
13+
| close.txid | Field | v24.11 | v25.12 | Use txids array instead |
14+
| 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) |
15+
| listpeerchannels.max_total_htlc_in_msat | Field | v25.02 | v26.03 | Use our_max_total_htlc_out_msat |
16+
| wait.details | Field | v25.05 | v26.06 | Use subsystem-specific object instead |
17+
| channel_state_changed.old_state.unknown | Notification Field | v25.05 | v26.03 | Value "unknown" is deprecated: field will be omitted instead |
18+
| coin_movement.tags | Notification Field | v25.09 | v26.09 | Use `primary_tag` (first tag) and `extra_tags` instead |
19+
| coin_movement.utxo_txid | Notification Field | v25.09 | v26.09 | Use `utxo` instead of `utxo_txid` & `vout` |
20+
| coin_movement.txid | Notification Field | v25.09 | v26.09 | Use `spending_txid` instead |
21+
| channel_state_changed.null_scid | Notification Field | v25.09 | v26.09 | In channel_state_changed notification, `short_channel_id` will be missing instead of `null` |
22+
| notification.payload | Notification Field | v25.09 | v26.09 | Notifications from plugins used to have fields in `payload` sub-object, now they are not (just like normal notifications) |
23+
| pay_notifications.raw_fields | Field | v25.09 | v26.09 | `channel_hint_update`, `pay_failure` and `pay_success` notifications now wrap members in an object of the same name |
2424

2525
Inevitably there are features which need to change: either to be generalized, or removed when they can no longer be supported.
2626

0 commit comments

Comments
 (0)