Skip to content

Commit

Permalink
blip-0002: experimental endorsement TLV reservation for update_add_htlc
Browse files Browse the repository at this point in the history
This commit reserves TLV number 65555 in update_add_htlc for use in
experimentally deploying HTLC endorsement. The endorsement TLV is
intended to be included in the BOLTs (and use a protocol-range TLV
field), but an experimental field will be used for research purposes.

Upgrading to using a protocol-range TLV will be trivial to implement,
simply copying the experimental range value and propagating both TLVs
during the upgrade period.
  • Loading branch information
carlaKC committed Aug 1, 2023
1 parent b273c85 commit b89b4c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blip-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ The following table contains extension tlv fields for the `ping` message:
|-------|-----------------------------|--------------------------------|
| 65536 | `tlv_field_name` | Link to the corresponding bLIP |

#### `update_add_htlc`

The following table contains extension tlv fields for the `update_add_htlc` message:


| Type | Name | Link |
|-------|-----------------------------|--------------------------------|
| 65555 | `endorsed` | [Experimental Endorsement](https://github.com/lightning/bolts/pull/1071) |

## Copyright

This bLIP is licensed under the CC0 license.

0 comments on commit b89b4c8

Please sign in to comment.