2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
loop/loopd
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
..
perms loopd: re-add GetLsatTokens method in gRPC 2024-04-29 09:39:28 -03:00
config.go loopd: make the LND RPC timeout configurable 2024-06-04 18:28:03 +02:00
daemon.go multi: typed callback in ExecTx 2024-06-19 10:38:55 -03:00
log.go update aperture to include lsat to l402 renaming 2024-04-24 13:28:04 -03:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go db: refactor db opening 2023-10-13 10:39:17 +02:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go loopd: make the LND RPC timeout configurable 2024-06-04 18:28:03 +02:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go misc: refactor loop tests to use require where possible 2022-11-30 18:16:45 +01:00
swapclient_server.go loopout: use the request defined payment timeout 2024-05-23 17:17:21 +02:00
utils.go loopd: recorgnize maxlsatcost and maxlsatfee flags 2024-04-24 14:18:01 -03:00
view.go multi: typed callback in ExecTx 2024-06-19 10:38:55 -03:00