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/loopd
Boris Nagaev b9e2a257f8
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 month ago
..
perms loopd: re-add GetLsatTokens method in gRPC 1 month ago
config.go loopd: recorgnize maxlsatcost and maxlsatfee flags 1 month ago
daemon.go multi: apply make fmt 1 month ago
log.go update aperture to include lsat to l402 renaming 1 month ago
macaroons.go loopd: move RequiredPermissions to dedicated dir 2 years ago
migration.go db: refactor db opening 8 months ago
register_default.go multi: use lndclient MacaroonService 2 years ago
run.go build: bump lnd dependency to v0.17.4-beta 4 months ago
swapclient_server.go loopd: re-add GetLsatTokens method in gRPC 1 month ago
swapclient_server_debug.go make fmt 2 years ago
swapclient_server_test.go misc: refactor loop tests to use require where possible 2 years ago
utils.go loopd: recorgnize maxlsatcost and maxlsatfee flags 1 month ago
view.go loop: integrate sweepbatcher to loopout flow 4 months ago