-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate anchor output in channels (#1491)
Allow activating anchor outputs and have fully operating channels during normal operation (open, add/fulfill/fail htlcs, close). Interop testing has been done with lnd, and there is only one pending issue during mutual close, where they incorrectly compute the closing amounts, which they should fix soon. However, anchor outputs should NOT be activated yet as unilateral close scenario are not fully handled yet. We don't do any kind of automatic fee bumping either; this will be done later, once we have PSBT support and once bitcoind offers the `psbtbumpfee` RPC (see bitcoin/bitcoin#18654).
- Loading branch information
Showing
23 changed files
with
516 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.