2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
loop/instantout/reservation
Boris Nagaev 0e7927ac96
multi: replace LSAT with L402
git mv ./cmd/loop/lsat.go ./cmd/loop/l402.go
sed 's@lsat@l402@g' -i `git grep -l lsat`
sed 's@Lsat@L402@g' -i `git grep -l Lsat`
sed 's@LSAT@L402@g' -i `git grep -l LSAT`
make rpc

Updated release_notes.md.
2024-04-24 13:28:28 -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 reservations: add reservation sql store 2024-01-17 15:59:06 +01:00