lnd/peer
Elle Mouton b86980ec40
channeldb: remove graph db from channeldb
Now that the channel.DB no longer uses the ChannelGraph pointer, we can
completely remove it as a member of channeldb.DB.
2024-11-28 13:36:15 +02:00
..
brontide_test.go peer: always send channel update on reconnect 2024-08-07 17:48:50 -07:00
brontide.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02: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 lnwallet+peer: add tapscript root awareness to musig2 sessions 2024-08-28 11:52:31 +02:00
ping_manager_test.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
ping_manager.go peer: make PingManager.Stop infallible 2024-05-21 13:29:31 -07:00
test_utils.go channeldb: remove graph db from channeldb 2024-11-28 13:36:15 +02:00