You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/looprpc
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
1 week ago
..
.clang-format multi: move server proto files to their own directory 2 years ago
Dockerfile looprpc,swapserverrpc: update Go image to 1.21.9-bookworm 2 weeks ago
client.pb.go loopd: re-add GetLsatTokens method in gRPC 1 week ago
client.pb.gw.go looprpc: additional_bindings for /v1/lsat/tokens 2 weeks ago
client.proto loopd: re-add GetLsatTokens method in gRPC 1 week ago
client.swagger.json looprpc: additional_bindings for /v1/lsat/tokens 2 weeks ago
client.yaml looprpc: additional_bindings for /v1/lsat/tokens 2 weeks ago
client_grpc.pb.go loopd: re-add GetLsatTokens method in gRPC 1 week ago
debug.pb.go update aperture to include lsat to l402 renaming 2 weeks ago
debug.proto make+looprpc: use Docker to compile and format protos 3 years ago
debug_grpc.pb.go looprpc,swapserverrpc: update Go image to 1.21.9-bookworm 2 weeks ago
gen_protos.sh looprpc/gen_protos.sh: remove js build tag 2 years ago
gen_protos_docker.sh multi: update lnd master with grpc-gateway upgrade 3 years ago
swapclient.pb.json.go loopd: re-add GetLsatTokens method in gRPC 1 week ago