Channel commitment upgrades
Channel commitment upgrades are changes to the format of the onchain commitment transaction used by LN, or any other change which would affect the commitment transaction. Upgrading the LN protocol for these changes requires extra care because both nodes involved in a channel need to agree perfectly on the commitment format.
Upgrades of this nature can also be challenging when the upgraded commitment transaction can’t directly spend from the setup transaction which established a channel. For example, the original LN protocol establishes channels with payment to a P2WSH output in the setup transaction. By contrast, the LN protocol may later expect commitment transactions to spend from a taproot P2TR output. The simplest way to deal with this transition would be P2WSH users to close their channels and reopen them using P2TR, but that would be wasteful, so developers work on channel commitment upgrade mechanisms that don’t require unnecessary channel closure.
Primary code and documentation
Optech newsletter and website mentions
2022
2021
2020
Previous Topic:
Block explorers
Next Topic:
Channel factories