2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
loop/instantout/reservation
Boris Nagaev 2847e83fcf
multi: separate Querier from BaseDB interfaces
A Querier holds the methods of sqlc.Querier interface relevant for a package.
BaseDB has Querier + ExecTx method.

This change is needed to simplify further rework of ExecTx.
2024-06-19 10:38:55 -03:00
..
script reservation: add reservation script 2023-11-30 22:45:01 +01:00
actions_test.go reservation: update reservation state machine 2024-02-06 15:07:56 +01:00
actions.go instantout: add fsm and actions 2024-02-06 15:07:57 +01:00
fsm.go reservation: update reservation state machine 2024-02-06 15:07:56 +01:00
interfaces.go reservation: add reservation fsm and actions 2024-01-17 15:01:26 +01:00
log.go reservation: add reservation fsm and actions 2024-01-17 15:01:26 +01:00
manager_test.go reservation: update reservation state machine 2024-02-06 15:07:56 +01:00
manager.go multi: replace LSAT with L402 2024-04-24 13:28:28 -03:00
reservation_fsm.md fsm: add instanout fsm parsing 2024-02-06 15:08:00 +01:00
reservation.go reservation: add musig2 spend helpers 2024-01-31 16:01:04 +01:00
store_test.go reservations: add reservation sql store 2024-01-17 15:59:06 +01:00
store.go multi: separate Querier from BaseDB interfaces 2024-06-19 10:38:55 -03:00