Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ For more detail on the process, please read [bLIP-0001](./blip-0001.md) and
| [51](./blip-0051.md) | LSPS1: Channel Requests | Severin Bühler | Active |
| [52](./blip-0052.md) | LSPS2: JIT Channel Negotiation | ZmnSCPxj jxPCSnmZ | Active |
| [55](./blip-0055.md) | LSPS5: Webhook Registration | ZmnSCPxj jxPCSnmZ | Active |
| [TBD](./path-queries.md) | Path Queries | Benjamin Hindman | Draft |
4 changes: 4 additions & 0 deletions blip-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ bLIPs may reserve feature bits by adding them to the following table:
| 258/259 | `dns_resolver` | This node accepts DNSSEC proof requests | N | | [bLIP 32](./blip-0032.md) |
| 260/261 | `htlc_endorsement` | This node forwards experimental htlc endorsement signals | N | | [bLIP 4](./blip-004.md) |
| 262/263 | `bolt11_blinded_path` | This invoice may contain a new blinded path tagged field | I | `option_route_blinding` | [bLIP 39](./blip-0039.md) |
| 264/265 | `option_path_queries` | This node responds to path query messages | IN | | [bLIP TBD](./blip-XXXX.md) |
| 729 | `option_supports_lsps` | This node supports LSPS protocol(s) | IN | | [bLIP 50](./blip-0050.md) |

### Messages
Expand All @@ -65,6 +66,9 @@ bLIPs may create new messages and reserve their type in the following table:

| Type | Name | Link |
| ------- | ------------------------------- | -------------------------- |
| 32769 | `query_path` | [bLIP TBD](./blip-XXXX.md) |
| 32771 | `reply_path` | [bLIP TBD](./blip-XXXX.md) |
| 32773 | `reject_query_path` | [bLIP TBD](./blip-XXXX.md) |
| 37913 | `lsps0_message_id` | [bLIP 50](./blip-0050.md) |
| 65535 | `invoke_hosted_channel` | [bLIP 17](./blip-0017.md) |
| 65533 | `init_hosted_channel` | [bLIP 17](./blip-0017.md) |
Expand Down
Loading