Commit Graph

93 Commits (master)

Author SHA1 Message Date
Alex Bosworth a25f070c4d
version: bump version to v0.27.0-beta 3 months ago
George Tsagkarelis 6f75a11044
loopd: update release notes 3 months ago
Alex Bosworth 25c0cf1228
version: bump version to v0.26.0-beta 9 months ago
Slyghtning 1088232f2c
docs: update release notes 9 months ago
Slyghtning 2875149357
docs: update release notes 9 months ago
Alex Bosworth 3406fa8265
version: bump version to v0.25.0-beta 10 months ago
sputn1ck b41752f110
build: add sqlite/postgres releasenotes 10 months ago
Alex Bosworth 3cf9d616d6
version: bump version to v0.24.0-beta 11 months ago
George Tsagkarelis 5edc39dff3
loop: update docs and release notes 11 months ago
Alex Bosworth e8c2563082
version: bump version to v0.23.0-beta 1 year ago
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.
1 year ago
Alex Bosworth 3ddb28d5c4
version: bump version to v0.22.0-beta 1 year ago
George Tsagkarelis 1ff2e5c228
docs: add recurring budget and release note 1 year ago
Alex Bosworth 9a32b009f9
version: bump version to v0.21.0-beta 1 year ago
George Tsagkarelis e1ecc277d4
docs: update release notes for autoloop destaddr 1 year ago
András Bánki-Horváth 78e35d4b0b
Merge pull request #535 from bhandras/sunset-htlcv1
multi: sunset support for nested segwit HTLCs
1 year ago
Andras Banki-Horvath 7341a14280
docs: update release notes 1 year ago
Alex Bosworth 7ba67655ef
version: bump version to v0.20.2-beta 2 years ago
Andras Banki-Horvath aba1ae6163
docs: update release notes 2 years ago
Alex Bosworth 3a4fefc2bd
version: bump version to v0.20.0-beta 2 years ago
Andras Banki-Horvath 5f4b34d8b4
docs: update release notes 2 years ago
Alex Bosworth 96f1fe5bec
version: bump version to v0.19.1-beta 2 years ago
sputn1ck 950b32dea6
multi: update version and release notes 2 years ago
yyforyongyu 2da38230a5
docs: update release note 2 years ago
Alex Bosworth bf7d157193
version: bump version to v0.18.0-beta 2 years ago
Oliver Gugger 732390e677
release_notes: add notes about bugfix 2 years ago
Andras Banki-Horvath eb1371ee1e
docs: update release notes 2 years ago
Andras Banki-Horvath 312819c8c6
docs: update release notes 2 years ago
Alex Bosworth 74c9f1073e
version: bump version to v0.17.0-beta 2 years ago
Andras Banki-Horvath 3237a2cf81
docs: update release notes 2 years ago
Andras Banki-Horvath c8a650842e
docs: update release notes 2 years ago
carla 23897a9a89
multi: update release notes and docs to make note of loop in 2 years ago
Alex Bosworth 0911db6418
version: bump version to v0.16.0-beta 2 years ago
Harsha Goli 52087c8bb4
Merge pull request #434 from arshbot/default-macaroon-locations
loopd: Consider network when making LND paths
2 years ago
Harsha Goli bf84aef4be
release_notes: add release notes for bugfix 2 years ago
Harsha Goli 8dba29ad3e
docs: updated release notes 2 years ago
Oliver Gugger f0b2bb0888
release_notes: clear on release of new version 2 years ago
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.
2 years ago
Oliver Gugger 2c6e035235
multi: bump lnd compile time dependency to v0.14.0-beta.rc1 3 years ago
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
3 years ago
Alex Bosworth 7c4c021c07
version: bump version to v0.15.0-beta 3 years ago
Andras Banki-Horvath bfb191c233
docs: update release notes 3 years ago
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.
3 years ago
carla b8f1fd1c4e
release_notes: add grpc error code surfacing 3 years ago
Alex Bosworth cec9a9fe06
version: bump version to v0.14.1-beta 3 years ago
carla a3c8e54bf4
release_notes: note proto warning fixed 3 years ago
Alex Bosworth 2d48842605
version: bump version to v0.14.0-beta 3 years ago
carla 6350d873e0
release_notes: add swap cancelation feature 3 years ago
Alex Bosworth 5df67ddbbf
docs: remove pending release notice 3 years ago
Oliver Gugger 45dbd582d1
multi: bump lnd min version to v0.11.1-beta
The version v0.10.1-beta of lnd is quite old with v0.13.0-beta just
being published as RC2. Maintaining backward compatibility in the
lndclient library is quite an effort. We decided to merge the v0.11.1
branch into master meaning that all our projects now have this minimum
version requirement.
3 years ago