lnd/peer
Olaoluwa Osuntokun c5d3d76c33
peer+server: downgrade to legacy coop close for taproot channels
In this commit, we implement logic to downgrade to the legacy coop close
for taproot channels. Before this commit, we wouldn't allow nodes to
start up with both the taproot flag and the rbf flag activated.

In the future, once we implement the spec updates, we'll add support for
this combo, and can revert parts of this commit.
2025-04-01 16:41:26 -07:00
..
brontide.go peer+server: downgrade to legacy coop close for taproot channels 2025-04-01 16:41:26 -07:00
brontide_test.go peer: move existing chan closer init logic to new method 2025-03-18 11:44:20 -05:00
chan_observer.go peer: conditionally create rbf coop close fsm based on feature bits 2025-03-18 11:44:20 -05:00
daemon_adapters.go peer: conditionally create rbf coop close fsm based on feature bits 2025-03-18 11:44:20 -05:00
interfaces.go peer+lnwire: move LinkUpdater to lnwire 2024-03-06 11:59:19 -08:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
musig_chan_closer.go multi: update to fn v2 2024-12-04 13:19:00 -07: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 multi: add Start and Stop methods for ChannelGraph 2025-03-24 15:05:47 +02:00