lnd.xprv/htlcswitch
Andrey Samokhvalov 882aec704d htlcswitch: add channel link tests
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
2017-05-31 11:06:08 -07:00
..
circuit.go htlcswitch: recreate hlcswitch from scratch 2017-05-31 11:06:08 -07:00
interfaces.go htlcswitch: add channel link config 2017-05-31 11:06:08 -07:00
iterator.go htlcswitch: add hop iterator 2017-05-31 11:06:08 -07:00
link_test.go htlcswitch: add channel link tests 2017-05-31 11:06:08 -07:00
link.go htlcswitch: remove redudant variables 2017-05-31 11:06:08 -07:00
log.go htlcswitch: recreate hlcswitch from scratch 2017-05-31 11:06:08 -07:00
mock.go htlcswitch: add channel link tests 2017-05-31 11:06:08 -07:00
packet.go htlcswitch: recreate hlcswitch from scratch 2017-05-31 11:06:08 -07:00
switch_test.go htlcswitch: recreate hlcswitch from scratch 2017-05-31 11:06:08 -07:00
switch.go htlcswitch: recreate hlcswitch from scratch 2017-05-31 11:06:08 -07:00
test_utils.go htlcswitch: add channel link tests 2017-05-31 11:06:08 -07:00