Commit Graph

10 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
5 days 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.
1 week ago
sputn1ck 1f96a61d21
looprpc: add listinstantouts 2 months ago
sputn1ck ca8f91ab77
looprpc: add instantout quote 3 months ago
sputn1ck 6c07f88458
looprpc: add reservations to loop out 3 months ago
sputn1ck 091c0a86bd
looprpc: add reservation rpcs 4 months ago
Slyghtning 8612912e97
looprpc: abandon swap api
swaprpc: abandon swap api
5 months ago
Slyghtning 7f6f265db3 looprpc: request and response params for new getInfo rpc 12 months ago
Evan Kaloudis 84d3adf969
looprpc/gen_protos.sh: remove js build tag 2 years ago
Oliver Gugger ca9ec4cfe7
looprpc: generate JSON/WASM client stubs 3 years ago