lnd.xprv/htlcswitch
2018-03-09 21:08:43 -08:00
..
circuit_map.go htlcswitch/circuit_map: moves circuit map impl to own file 2018-03-09 21:08:42 -08:00
circuit_test.go htlcswitch/circuit_test: use half adds in circuit map test 2018-03-09 21:08:42 -08:00
circuit.go htlcswitch/circuit: add half adds to circuit map 2018-03-09 21:08:42 -08:00
failure.go htlcswitch/failure: add Encode/Decode to ErrorEncrypter 2018-03-08 21:12:03 -05:00
interfaces.go htlcswitch/interfaces: have HandleSwitchPacket return an error 2018-03-09 21:08:43 -08:00
iterator.go htlcswitch/iterator: use batch API for sphinx router 2018-03-08 21:12:04 -05:00
link_test.go htlcswitch/link_test: generate random preimages 2018-03-09 21:08:43 -08:00
link.go htlcswitch/link: batches processing of locked in htlcs 2018-03-09 21:08:43 -08:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
mailbox_test.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
mailbox.go htlcswitch/mailbox: makes pkts replayable via Reset 2018-03-09 21:08:43 -08:00
mock.go htlcswitch/mock: update mock obfuscator and iterators w/ new sphinx API 2018-03-08 21:12:04 -05:00
packet.go htlcswitch: add the incoming payment amount to the htlcPacket 2018-03-06 13:56:10 -05:00
queue_test.go htlcswitch: Remove obsolete fields from htlcPacket. 2017-12-14 17:53:58 -08:00
queue.go htlcswitch: fix alignment of the packetQueue's fields for 32-bit systems (#507) 2017-12-22 16:32:11 +01:00
switch_test.go htlcswitch: fix race in forwarding log test by grabbing log mtx 2018-03-08 20:11:49 -08:00
switch.go htlcswitch: add set of tests for the forwarding log 2018-03-06 13:56:11 -05:00
test_utils.go htlcswitch_/test_utils: init OpenChannels w/ Packager 2018-03-09 14:45:31 -08:00