lnd/htlcswitch
yyforyongyu 84fd911b47
multi: fix make lint
Fixes new lint errors caught by the latest version.
2022-11-18 20:48:23 +08:00
..
hodl multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
hop multi: fix make fmt 2022-08-23 22:10:24 +08:00
circuit_map_test.go htlcswitch+lntest: modify Switch to persist resolution messages 2022-04-29 16:40:19 -04:00
circuit_map.go htlcswitch+lntest: modify Switch to persist resolution messages 2022-04-29 16:40:19 -04:00
circuit_test.go htlcswitch: clean up test resources and temporary files 2022-10-10 10:32:39 -07:00
circuit.go htlcswitch: move hop iterator into htlcswitch/hop package 2019-09-05 15:30:31 +02:00
decayedlog_test.go htlcswitch: use T.TempDir to create temporary test directory 2022-08-24 09:03:01 +08:00
decayedlog.go htlcswitch: fix duplicate close 2022-01-10 08:42:32 +01:00
failure_detail.go htlcswitch: add linkError field to htlcpacket 2020-02-06 19:43:29 +02:00
failure.go htlcswitch: add linkError field to htlcpacket 2020-02-06 19:43:29 +02:00
held_htlc_set_test.go htlcswitch: auto-fail held htlcs 2022-10-18 18:06:49 +02:00
held_htlc_set.go htlcswitch: auto-fail held htlcs 2022-10-18 18:06:49 +02:00
htlcnotifier.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
interceptable_switch.go htlcswitch: auto-fail held htlcs 2022-10-18 18:06:49 +02:00
interfaces.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
link_isolated_test.go htlcswitch: keep final htlc outcome 2022-10-27 16:42:36 +02:00
link_test.go multi: fix make lint 2022-11-18 20:48:23 +08:00
link.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
linkfailure.go htlcswitch: remove synchronous link handoff, special-case keystone err 2022-05-11 13:49:37 -04:00
log.go htlcswitch/hop: fix logging 2019-09-09 13:52:35 +02:00
mailbox_test.go htlcswitch: replace defer cleanup with t.Cleanup 2022-10-13 17:47:03 +08:00
mailbox.go server+htlcswitch: prevent privacy leaks, allow alias routing 2022-07-07 17:10:28 -04:00
mock.go multi: fix make lint 2022-11-18 20:48:23 +08:00
packet.go server+htlcswitch: prevent privacy leaks, allow alias routing 2022-07-07 17:10:28 -04:00
payment_result_test.go htlcswitch: clean up test resources and temporary files 2022-10-10 10:32:39 -07:00
payment_result.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
resolution_store_test.go htlcswitch: use T.TempDir to create temporary test directory 2022-08-24 09:03:01 +08:00
resolution_store.go htlcswitch: introduce resolutionStore to persist cnct messages 2022-04-29 16:40:16 -04:00
sequencer.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
switch_test.go htlcswitch: add final htlc event to notifier 2022-10-27 16:42:36 +02:00
switch.go multi: rename HTLCExpiry to MailboxDeliveryTimeout for clarity 2022-11-03 18:29:08 +08:00
test_utils.go htlcswitch: replace defer cleanup with t.Cleanup 2022-10-13 17:47:03 +08:00