Skip to content
Open
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
8 changes: 7 additions & 1 deletion ext-dynamic-commitments.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,17 @@ remaining after we filter out these values is thus:
- `max_accepted_htlcs`
- `funding_pubkey`
- `channel_flags`
- `channel_type`
- channel_type<sup>*</sup>

The design presented here is intended to allow for arbitrary changes to these
values that currently have no facilities for change in any other way.

<sup>*</sup>`channel_type` can be updated using Dynamic Commitments only if the
funding output scripts are identical between the `channel_type` prior to the
change and following it.

TODO: list allowed channel_type conversions here.

## Design Overview

The main goal of this proposal is to be able to change all of the historically
Expand Down