2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
Commit Graph

98 Commits

Author SHA1 Message Date
Alex Bosworth
c44018dc42
version: bump version to v0.28.2-beta 2024-05-24 13:34:58 -07:00
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
Boris Nagaev
14dc8e165d
looprpc: additional_bindings for /v1/lsat/tokens
Provide backward compatibility for clients using this API endpoint.
2024-04-24 18:42:33 -03:00
Boris Nagaev
7bb04ae6ac
loopd: recorgnize maxlsatcost and maxlsatfee flags
The flags were re-added in hidden mode so that users who specified them
could start the daemon after upgrading. If a flag is used, a deprecation
warning is printed.

Updated release_notes.md.
2024-04-24 14:18:01 -03:00
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.
2024-04-24 13:28:28 -03:00
Alex Bosworth
a25f070c4d
version: bump version to v0.27.0-beta 2024-01-29 20:07:33 -08:00
George Tsagkarelis
6f75a11044
loopd: update release notes 2024-01-23 21:12:36 +02:00
Alex Bosworth
25c0cf1228
version: bump version to v0.26.0-beta 2023-07-28 07:32:42 -07:00
Slyghtning
1088232f2c
docs: update release notes 2023-07-27 15:30:11 +02:00
Slyghtning
2875149357
docs: update release notes 2023-07-27 14:37:00 +02:00
Alex Bosworth
3406fa8265
version: bump version to v0.25.0-beta 2023-06-27 19:51:59 -07:00
sputn1ck
b41752f110
build: add sqlite/postgres releasenotes 2023-06-20 19:11:26 +02:00
Alex Bosworth
3cf9d616d6
version: bump version to v0.24.0-beta 2023-05-24 11:47:15 -07:00
George Tsagkarelis
5edc39dff3
loop: update docs and release notes 2023-05-22 15:48:48 +03:00
Alex Bosworth
e8c2563082
version: bump version to v0.23.0-beta 2023-04-25 08:41:13 -07:00
sputn1ck
960a78be3d
protocol: set musig2 to be the stable version
This commit changes the stable protocol version to be the Musig2 protocol.
The experimental version is set to the stable version
in order for the flag to still work if a user has it set.
2023-04-25 17:26:01 +02:00
Alex Bosworth
3ddb28d5c4
version: bump version to v0.22.0-beta 2023-03-29 07:45:56 -07:00
George Tsagkarelis
1ff2e5c228
docs: add recurring budget and release note 2023-02-22 19:48:04 +02:00
Alex Bosworth
9a32b009f9
version: bump version to v0.21.0-beta 2022-12-16 10:02:44 -08:00
George Tsagkarelis
e1ecc277d4
docs: update release notes for autoloop destaddr 2022-12-16 12:40:26 +02:00
András Bánki-Horváth
78e35d4b0b
Merge pull request #535 from bhandras/sunset-htlcv1
multi: sunset support for nested segwit HTLCs
2022-11-16 15:16:16 +01:00
Andras Banki-Horvath
7341a14280
docs: update release notes 2022-11-16 15:08:49 +01:00
Alex Bosworth
7ba67655ef
version: bump version to v0.20.2-beta 2022-10-25 20:21:45 -07:00
Andras Banki-Horvath
aba1ae6163
docs: update release notes 2022-10-07 12:26:34 +02:00
Alex Bosworth
3a4fefc2bd
version: bump version to v0.20.0-beta 2022-07-20 13:16:52 -05:00
Andras Banki-Horvath
5f4b34d8b4
docs: update release notes 2022-06-30 17:00:00 +02:00
Alex Bosworth
96f1fe5bec
version: bump version to v0.19.1-beta 2022-06-09 09:05:28 -07:00
sputn1ck
950b32dea6
multi: update version and release notes 2022-06-08 12:11:20 +02:00
yyforyongyu
2da38230a5
docs: update release note 2022-06-07 20:18:14 +08:00
Alex Bosworth
bf7d157193
version: bump version to v0.18.0-beta 2022-03-30 09:04:48 -07:00
Oliver Gugger
732390e677
release_notes: add notes about bugfix 2022-03-21 15:08:43 +01:00
Andras Banki-Horvath
eb1371ee1e
docs: update release notes 2022-03-16 13:23:41 +01:00
Andras Banki-Horvath
312819c8c6
docs: update release notes 2022-02-14 10:14:48 +01:00
Alex Bosworth
74c9f1073e
version: bump version to v0.17.0-beta 2022-02-07 08:17:53 -08:00
Andras Banki-Horvath
3237a2cf81
docs: update release notes 2022-02-01 15:09:55 +01:00
Andras Banki-Horvath
c8a650842e
docs: update release notes 2021-12-22 10:33:43 +01:00
carla
23897a9a89
multi: update release notes and docs to make note of loop in 2021-12-15 09:11:49 +02:00
Alex Bosworth
0911db6418
version: bump version to v0.16.0-beta 2021-12-14 09:14:30 -08:00
Harsha Goli
52087c8bb4
Merge pull request #434 from arshbot/default-macaroon-locations
loopd: Consider network when making LND paths
2021-12-08 17:11:34 -05:00
Harsha Goli
bf84aef4be
release_notes: add release notes for bugfix 2021-12-08 13:54:03 -05:00
Harsha Goli
8dba29ad3e
docs: updated release notes 2021-12-07 21:04:08 -05:00
Oliver Gugger
f0b2bb0888
release_notes: clear on release of new version 2021-11-18 14:10:58 +01:00
Oliver Gugger
0ea64e81fb
multi: bump lnd to v0.14.0-beta final, release v0.15.1-beta
With this PR we include the final version of the lnd v0.14.0-beta
release to ensure compatibility.
The rationale for choosing Loop version 0.15.1 instead of 0.16.0 is that
this doesn't add any major new features.
2021-11-18 13:53:48 +01:00
Oliver Gugger
2c6e035235
multi: bump lnd compile time dependency to v0.14.0-beta.rc1 2021-11-03 19:31:21 +01:00
Martin Habovstiak
84582bbb88 Improve error handling of config file
This makes two changes to handling of errors when configuration file
could not be loaded:

1. Only NotFound errors are considered OK - access errors and other FS
   issues are now treated as fatal.
2. Failing to load config file specified explicitly via `--configfile`
   option is alway a fatal error.

Rationale: If the configfile was specified explicitly then it indicates
the user really wishes to load it. While the user could want it to be
optionally loaded for extra configuration options, this can be
accomplished using an empty file.

If the config file was not specified explicitly then its' path was
computed from loop directory. If the file is inaccessible due to
permissions or other FS errors it's nearly certain other following
operations will fail as well. Failing early with a clear message is thus
beneficial.

This still leaves room for uncaught user error (e.g. mistakenly naming
config file inside loop dir as `loop.conf` instead of `loopd.conf`) but
it's greatly reduced and such error should be easier to identify.

(Indirectly) closes #412
2021-08-05 18:19:52 +02:00
Alex Bosworth
7c4c021c07
version: bump version to v0.15.0-beta 2021-08-02 11:46:45 -07:00
Andras Banki-Horvath
bfb191c233
docs: update release notes 2021-07-30 13:22:13 +02:00
Oliver Gugger
a7fff0ac2f
multi: update lnd master with grpc-gateway upgrade
To make loop work with the latest lnd version inside of LiT, we need
to upgrade the grpc-gateway library to the same v2 version here too.
2021-07-29 17:02:06 +02:00
carla
b8f1fd1c4e
release_notes: add grpc error code surfacing 2021-07-19 10:28:35 +02:00
Alex Bosworth
cec9a9fe06
version: bump version to v0.14.1-beta 2021-06-09 08:36:44 -07:00