@@ -45,13 +45,14 @@ Custom feature bits used in the `I` [Bolt 11](https://github.com/lightning/bolts
45
45
46
46
bLIPs may reserve feature bits by adding them to the following table:
47
47
48
- | Bits | Name | Description | Context | Dependencies | Link |
49
- | ---------| -----------------------| ------------------------------------------------------------| ---------| -------------------------| ---------------------------|
50
- | 54/55 | ` keysend ` | A form of spontaneous payment | N | ` var_onion_optin ` | [ bLIP 3] ( ./blip-0003.md ) |
51
- | 256/257 | ` hosted_channels ` | This node accepts requests for hosted channels | IN | | [ bLIP 17] ( ./blip-0017.md ) |
52
- | 258/259 | ` dns_resolver ` | This node accepts DNSSEC proof requests | N | | [ bLIP 32] ( ./blip-0032.md ) |
53
- | 260/261 | ` htlc_endorsement ` | This node forwards experimental htlc endorsement signals | N | | [ bLIP 4] ( ./blip-004.md ) |
54
- | 262/263 | ` bolt11_blinded_path ` | This invoice may contain a new blinded path tagged field | I | ` option_route_blinding ` | [ bLIP 39] ( ./blip-0039.md ) |
48
+ | Bits | Name | Description | Context | Dependencies | Link |
49
+ | ---------| -------------------------------| ------------------------------------------------------------| ---------| -------------------------| ---------------------------|
50
+ | 54/55 | ` keysend ` | A form of spontaneous payment | N | ` var_onion_optin ` | [ bLIP 3] ( ./blip-0003.md ) |
51
+ | 256/257 | ` hosted_channels ` | This node accepts requests for hosted channels | IN | | [ bLIP 17] ( ./blip-0017.md ) |
52
+ | 258/259 | ` dns_resolver ` | This node accepts DNSSEC proof requests | N | | [ bLIP 32] ( ./blip-0032.md ) |
53
+ | 260/261 | ` htlc_endorsement ` | This node forwards experimental htlc endorsement signals | N | | [ bLIP 4] ( ./blip-004.md ) |
54
+ | 262/263 | ` bolt11_blinded_path ` | This invoice may contain a new blinded path tagged field | I | ` option_route_blinding ` | [ bLIP 39] ( ./blip-0039.md ) |
55
+ | 270/271 | ` pluggable_channel_factories ` | This node supports channels inside channel factories | I | | [ bLIP 56] ( ./blip-0056.md ) |
55
56
56
57
### Messages
57
58
@@ -75,6 +76,7 @@ bLIPs may create new messages and reserve their type in the following table:
75
76
| 63501 | ` hc_updated_fail_htlc ` | [ bLIP 17] ( ./blip-0017.md ) |
76
77
| 63499 | ` hc_update_fail_malformed_htlc ` | [ bLIP 17] ( ./blip-0017.md ) |
77
78
| 63497 | ` hc_error ` | [ bLIP 17] ( ./blip-0017.md ) |
79
+ | 32800 | ` factory_message_id ` | [ bLIP 56] ( ./blip-0056.md ) |
78
80
79
81
### TLV fields in BOLT messages
80
82
@@ -114,6 +116,14 @@ The following table contains extension tlv fields for the `update_add_htlc` mess
114
116
| 106823 | ` endorsed ` | [ bLIP 4] ( ./blip-0004.md ) |
115
117
| 65537 | ` extra_fee ` | [ bLIP 25] ( ./blip-0025.md ) |
116
118
119
+ #### ` open_channel `
120
+
121
+ The following table contains extension tlv fields for the ` open_channel ` message:
122
+
123
+ | Type | Name | Link |
124
+ | --------| -----------------------------| --------------------------------|
125
+ | 65600 | ` channel_in_factory ` | [ bLIP 56] ( ./blip-0056.md ) |
126
+
117
127
#### ` ping `
118
128
119
129
The following table contains extension tlv fields for the ` ping ` message:
0 commit comments