lnd/peer
Olaoluwa Osuntokun e257188017
peer: update readHandler to dispatch to msgRouter if set
Over time with this, we should be able to significantly reduce the size
of the peer.Brontide struct as we only need all those deps as the peer
needs to recognize and handle each incoming wire message itself.
2024-10-11 14:01:29 +02:00
..
brontide.go peer: update readHandler to dispatch to msgRouter if set 2024-10-11 14:01:29 +02:00
brontide_test.go peer: always send channel update on reconnect 2024-08-07 17:48:50 -07:00
interfaces.go peer+lnwire: move LinkUpdater to lnwire 2024-03-06 11:59:19 -08:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08: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: 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: always send channel update on reconnect 2024-08-07 17:48:50 -07:00