mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
Step #5 in making htlcManager (aka channelLink) testable: Combine all that have been done so far and add test framework for channel links which allow unit test: * message ordering * detect redundant messages * single hop payment * multihop payment * several cancel payment scenarios |
||
|---|---|---|
| .. | ||
| circuit.go | ||
| interfaces.go | ||
| iterator.go | ||
| link.go | ||
| link_test.go | ||
| log.go | ||
| mock.go | ||
| packet.go | ||
| switch.go | ||
| switch_test.go | ||
| test_utils.go | ||