You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/instantout/reservation
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.
3 months ago
..
script reservation: add reservation script 10 months ago
actions.go instantout: add fsm and actions 8 months ago
actions_test.go reservation: update reservation state machine 8 months ago
fsm.go reservation: update reservation state machine 8 months ago
interfaces.go reservation: add reservation fsm and actions 8 months ago
log.go reservation: add reservation fsm and actions 8 months ago
manager.go multi: replace LSAT with L402 5 months ago
manager_test.go multi: typed callback in ExecTx 3 months ago
reservation.go reservation: add musig2 spend helpers 8 months ago
reservation_fsm.md fsm: add instanout fsm parsing 8 months ago
store.go multi: typed callback in ExecTx 3 months ago
store_test.go multi: typed callback in ExecTx 3 months ago