2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-06 03:20:38 +00:00
loop/instantout
Boris Nagaev 1947b90842
multi: typed callback in ExecTx
Provide a wrapped store type, exposing ExecTx method with a subset
interface in the callback argument. BaseDB interfaces in instantout,
reservation and sweepbatcher use ExecTx with their subset Querier
instead of whole sqlc.Querier (*sqlc.Queries).

This is needed to make the packages more reusable, so they don't
depend on methods of *sqlc.Queries they don't use.
2024-06-19 10:38:55 -03:00
..
reservation multi: typed callback in ExecTx 2024-06-19 10:38:55 -03:00
actions.go instantout: export value and expiry 2024-03-04 12:25:52 +01:00
fsm.go instantout: add fsm and actions 2024-02-06 15:07:57 +01:00
fsm.md fsm: add instanout fsm parsing 2024-02-06 15:08:00 +01:00
instantout.go gomod: bump lnd to version 0.18.0-beta 2024-05-31 09:39:20 +02:00
interfaces.go instantout: add fsm and actions 2024-02-06 15:07:57 +01:00
log.go instantout: add fsm and actions 2024-02-06 15:07:57 +01:00
manager.go instantout: add listinstantout func 2024-03-04 12:25:55 +01:00
store_test.go instantout: add instantout store 2024-02-06 15:07:57 +01:00
store.go multi: typed callback in ExecTx 2024-06-19 10:38:55 -03:00