2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/loopd
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
2024-04-29 09:39:28 -03:00
..
perms loopd: re-add GetLsatTokens method in gRPC 2024-04-29 09:39:28 -03:00
config.go loopd: recorgnize maxlsatcost and maxlsatfee flags 2024-04-24 14:18:01 -03:00
daemon.go multi: apply make fmt 2024-04-23 15:18:15 -03:00
log.go update aperture to include lsat to l402 renaming 2024-04-24 13:28:04 -03:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go db: refactor db opening 2023-10-13 10:39:17 +02:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go build: bump lnd dependency to v0.17.4-beta 2024-02-09 18:20:18 +01:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go misc: refactor loop tests to use require where possible 2022-11-30 18:16:45 +01:00
swapclient_server.go loopd: re-add GetLsatTokens method in gRPC 2024-04-29 09:39:28 -03:00
utils.go loopd: recorgnize maxlsatcost and maxlsatfee flags 2024-04-24 14:18:01 -03:00
view.go loop: integrate sweepbatcher to loopout flow 2024-01-23 20:38:10 +02:00