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
bfc3f44aa1
update aperture to include lsat to l402 renaming
...
Fix the build:
go mod tidy
sed 's@\<lsat\>@l402@g' -i `git grep -l -w aperture/lsat`
make rpc
2024-04-24 13:28:04 -03:00
sputn1ck
4d558b1418
loop: expose server grpc connection
2024-01-17 15:59:07 +01:00
Oliver Gugger
27fd6b3304
multi: use aperture instead of local lsat library
...
Since the lsat code was copied over to aperture a while ago for other
projects to use as well, we should migrate over to that shared code
also. This will give us the recently added "remove token if payment
failed and try again" feature for free along with some other small
updates to the lsat package.
2021-04-29 10:01:15 +02:00
Elle Mouton
65fe06cec2
loopd: verify loop out amount
...
This commit adds validation that checks if the loop out amount specified can
be satisfied given the nodes current channel balances.
2021-03-17 10:12:30 +02:00
Joost Jager
0c9fcd790e
lndclient: move to github.com/lightninglabs/lndclient
2020-06-18 14:27:52 +02:00
Oliver Gugger
47bf510bd8
loopd: add RPC method to list tokens
2019-12-06 09:23:52 +01:00
Olaoluwa Osuntokun
94f347e673
multi: finalize rename from uncharge to loop out
2019-03-06 20:34:04 -08:00
Olaoluwa Osuntokun
908d82acdb
loop: extract code from client package into new loop primary package
2019-03-06 20:34:01 -08:00