lnd/discovery
ziggie 6fb1e0c17d
multi: fix time.Time initialization.
ChanUpdate timestamps are now restircted so that they cannot be
more than two weeks into the future. Moreover channels with both
timestamps in the ReplyChannelRange msg either too far in the past
or too far in the future are not queried.

Moreover fix unitests.
2024-08-17 04:29:57 +02:00
..
bootstrapper.go multi: add SpewLogClosure to avoid code repetition 2024-07-25 22:18:49 +08:00
chan_series.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
gossiper_test.go discovery: rename Gossiper graph dep 2024-07-15 15:56:33 +02:00
gossiper.go multi: fix time.Time initialization. 2024-08-17 04:29:57 +02:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
message_store_test.go discovery: use T.TempDir to create temporary test directory 2022-08-24 08:58:16 +08:00
message_store.go multi: wrap all errors 2024-04-11 15:04:03 +02:00
mock_test.go funding+peer: add support for new musig2 channel funding flow 2023-08-22 16:32:07 -07:00
reliable_sender_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
reliable_sender.go discovery+peer: add logs to reveal shutdown flow 2022-12-08 17:57:01 +08:00
sync_manager_test.go multi: start asking for update timestamps in QueryChannelRange 2023-12-11 09:12:04 +02:00
sync_manager.go discovery: fix log line. 2024-08-15 12:09:52 +02:00
syncer_test.go multi: fix time.Time initialization. 2024-08-17 04:29:57 +02:00
syncer.go multi: fix time.Time initialization. 2024-08-17 04:29:57 +02:00