Commit Graph

9 Commits (master)

Author SHA1 Message Date
Boris Nagaev 5a1f79557d
loopd: re-add GetLsatTokens method in gRPC
This is needed not to break existing client binaries, e.g. `loop listauth`,
Terminal Web, RTL.

The API should be removed in a couple of releases. For now, GetLsatTokens
just prints a warning message about the API being deprecated and that the
client binary should be updated, and calls GetL402Tokens API, as a wrapper.

Type LsatToken used by GetLsatTokens in the past was renamed to L402Token,
but this does not affect binary encoding, so type L402Token can be used
(as part of TokensResponse) without breaking backward compatibility.

Updated release_notes.md.

See https://github.com/lightninglabs/loop/pull/730#discussion_r1579251294
3 weeks ago
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.
4 weeks ago
sputn1ck 1f211e5647
swapclientserver: add listinstantouts 3 months ago
sputn1ck b3fe9a9c61
loopd: add instantout quote 3 months ago
sputn1ck 7cafbe957d
loopd: add instantout handling 3 months ago
sputn1ck 49c40d9173
loopd: add reservation handling 4 months ago
Slyghtning 378d817f20
cmd: abandon api support 6 months ago
Slyghtning 043f780198 loopd: adding getInfo rpc call 1 year ago
Elle Mouton 8ccd35e0c1
loopd: move RequiredPermissions to dedicated dir
This commit moves the RequiredPermissions map to its own directory so
that projects importing the permissions list dont need to import all the
dependencies of the loopd package.
2 years ago