lnd/peer
Olaoluwa Osuntokun 3879138018
lnwallet: update internal co-op close flow to support musig2 keyspend
In this commit, we update the co-op close flow to support the new musig2
keyspend flow. We'll use some new functional options to allow a caller
to pass in an active musig2 session. If this is present, then we'll use
that to complete the musig2 flow by signing with a partial signature,
and then ultimately combining the signatures at the end.
2023-08-22 16:31:38 -07:00
..
brontide_test.go multi: patch unit tests for handling pending channels 2023-08-09 01:29:19 +08:00
brontide.go lnwallet: update internal co-op close flow to support musig2 keyspend 2023-08-22 16:31:38 -07:00
interfaces.go htlcswitch+peer: CreateAndAddLink in switch, add messageSwitch to peer 2021-08-10 17:15:52 -04:00
log.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
musig_chan_closer.go lnwallet: update internal co-op close flow to support musig2 keyspend 2023-08-22 16:31:38 -07:00
test_utils.go input+wallet: extract musig2 session management into new module 2023-08-22 16:30:39 -07:00