lnd/peer
Oliver Gugger dfc2717550
multi: add co-op close custom data to close update
With this commit we populate additional information about the close
outputs (including potential custom channel data) in the close update
RPC message.
This will allow custom channels to find out how the additional close
outputs look like on chain and what data they might commit to.

We also hook up the aux custom data formatter, so it can format the
custom channel data to JSON.
2024-06-04 16:06:04 +02:00
..
brontide.go multi: add co-op close custom data to close update 2024-06-04 16:06:04 +02:00
brontide_test.go peer: Add startPeer test function 2024-05-10 10:23:31 +01:00
interfaces.go peer+lnwire: move LinkUpdater to lnwire 2024-03-06 11:59:19 -08: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+peer: add tapscript root awareness to musig2 sessions 2024-04-30 16:39:21 +02:00
ping_manager.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
ping_manager_test.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
test_utils.go peer: Add startPeer test function 2024-05-10 10:23:31 +01:00