lnd/peer
Keagan McClelland f5f0286e34 peer+lnwire: move LinkUpdater to lnwire
The purpose of this interface is to distinguish messages that are
bound to a particular channel_id from those that are not. There is
no reason this ought to be a property of the peer package as it is
entirely determined by the contents of the message itself. Therefore
we move it to the lnwire package so it can be used without having
import cycles elsewhere in the codebase.
2024-03-06 11:59:19 -08:00
..
brontide.go peer+lnwire: move LinkUpdater to lnwire 2024-03-06 11:59:19 -08:00
brontide_test.go peer: fix issue where we echo remote Shutdown 2024-01-30 12:15:59 -05: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: fix taproot co-op close nonce bug 2023-08-22 16:33:50 -07:00
ping_manager.go peer: refactor main event loop for ping handler 2024-01-22 18:20:30 -08:00
ping_manager_test.go peer: Add machinery to track the state and validity of remote pongs 2023-10-19 09:26:45 -07:00
test_utils.go peer+htlcswitch: update Enable/DisableAdds API 2024-02-21 11:35:11 +02:00