lnd/htlcswitch
Elle Mouton 9f54ec90aa
multi+refactor: move models package to graph/db
All the structs defined in the `channeldb/models` package are graph
related. So once we move all the graph CRUD code to the graph package,
it makes sense to have the schema structs there too. So this just moves
the `models` package over to `graph/db/models`.
2024-11-28 13:34:33 +02:00
..
hodl
hop multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
testdata
circuit_map_test.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
circuit_map.go multi: add SpewLogClosure to avoid code repetition 2024-07-25 22:18:49 +08:00
circuit_test.go go.mod: update lightning-onion dep 2024-07-26 09:53:48 +02:00
circuit.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
decayedlog_test.go
decayedlog.go multi: make sure missionControlStore catches done signal 2024-07-23 21:30:08 +08:00
failure_detail.go
failure_test.go
failure.go
held_htlc_set_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
held_htlc_set.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
htlcnotifier.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
interceptable_switch.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
interfaces.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
link_isolated_test.go multi: link quit can interrupt commitment signing 2024-10-17 17:35:29 +02:00
link_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
link.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
linkfailure.go htlcswitch: implement stfu response 2024-11-26 13:51:56 -07:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
mailbox_test.go htlcswitch: pass quit chans as unidirectional 2024-10-17 17:33:15 +02:00
mailbox.go htlcswitch: pass quit chans as unidirectional 2024-10-17 17:33:15 +02:00
mock.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
packet.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
payment_result_test.go lnwire: add custom records field to type UpdateFulfillHtlc 2024-09-05 11:18:15 +02:00
payment_result.go htlcswitch: rename paymentID to attemptID for clarity 2024-08-07 22:17:58 +08:00
quiescer_test.go htlcswitch: don't pass pending update counts into quiescer 2024-11-26 14:13:43 -07:00
quiescer.go multi: remove PrefixLog 2024-11-27 10:44:32 +02:00
resolution_store_test.go
resolution_store.go
sequencer.go
switch_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
switch.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
test_utils.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00