lnd.xprv/discovery
Wilmer Paulino 12168f022e
server+discovery: send channel updates to remote peers reliably
In this commit, we also allow channel updates for our channels to be
sent reliably to our channel counterparty. This is especially crucial
for private channels, since they're not announced, in order to ensure
each party can receive funds from the other side.
2019-02-14 18:33:27 -08:00
..
bootstrapper.go discovery: update autopilot.Node usage to match recent API changes 2018-08-29 15:45:39 -07:00
chan_series.go discovery/chan_series+utils: include max htlc when syncing with peers 2019-01-22 08:42:28 +01:00
gossiper_test.go server+discovery: send channel updates to remote peers reliably 2019-02-14 18:33:27 -08:00
gossiper.go server+discovery: send channel updates to remote peers reliably 2019-02-14 18:33:27 -08:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
message_store_test.go discovery/message_store: add gossip message store 2019-02-14 18:29:39 -08:00
message_store.go discovery/message_store: add gossip message store 2019-02-14 18:29:39 -08:00
mock_test.go server+discovery: replace gossiper message store with MessageStore 2019-02-14 18:29:39 -08:00
reliable_sender_test.go discovery/reliable_sender: implement message-agnostic reliable sender 2019-02-14 18:33:27 -08:00
reliable_sender.go discovery/reliable_sender: implement message-agnostic reliable sender 2019-02-14 18:33:27 -08:00
syncer_test.go Merge pull request #1856 from maurycy/typos 2018-09-27 20:38:10 -07:00
syncer.go discovery/syncer: move CGTimeSerires to chan_series 2018-11-30 15:33:34 -08:00
utils.go discovery/chan_series+utils: include max htlc when syncing with peers 2019-01-22 08:42:28 +01:00