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
Boris Nagaev
e30cb5f2a8
multi: apply make fmt
2024-04-23 15:18:15 -03:00
sputn1ck
7578349220
reservation: fix exiting on fetchL402
...
This commit changes the way the reservation
manager works, by not exiting when the fetchL402
call fails. This ensures that a client can still
run loop, even if they don't have outbound
capacity or the loop server is offline.
2024-02-09 15:23:53 +01:00
sputn1ck
b7c1e68f46
instantout: add instantout manager
2024-02-06 15:07:58 +01:00
sputn1ck
89b5c00cfa
reservation: update reservation state machine
...
This commit updates the reservation statemachine to
allow for locking and spending of the
initial reservation.
2024-02-06 15:07:56 +01:00
sputn1ck
49c40d9173
loopd: add reservation handling
2024-01-17 15:59:08 +01:00
sputn1ck
61a5f9da05
reservation: add reservation manager
...
This commit adds the reservation manager to the reservation package.
This manager manages the lifecycle
of reservations.
2024-01-17 15:59:06 +01:00