lnd/peer
yyforyongyu f9d4212ecc
peer: send msgs to chanStream for both active and pending channels
This commit now sends messages to `chanStream` for both pending and
active channels. If the message is sent to a pending channel, it will be
queued in `chanStream`. Once the channel link becomes active, the early
messages will be processed.
2023-08-09 01:29:19 +08:00
..
brontide_test.go multi: patch unit tests for handling pending channels 2023-08-09 01:29:19 +08:00
brontide.go peer: send msgs to chanStream for both active and pending channels 2023-08-09 01:29:19 +08:00
interfaces.go htlcswitch+peer: CreateAndAddLink in switch, add messageSwitch to peer 2021-08-10 17:15:52 -04:00
log.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
test_utils.go peer: update and use SyncMap in Brontide 2023-06-27 20:19:37 +08:00