Commit Graph

89 Commits (a0933160b50de1bcd124bf42d82e298330255427)

Author SHA1 Message Date
Slyghtning 2875149357
docs: update release notes 10 months ago
Alex Bosworth 3406fa8265
version: bump version to v0.25.0-beta 11 months ago
sputn1ck b41752f110
build: add sqlite/postgres releasenotes 11 months ago
Alex Bosworth 3cf9d616d6
version: bump version to v0.24.0-beta 12 months ago
George Tsagkarelis 5edc39dff3
loop: update docs and release notes 12 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
2 years ago
Andras Banki-Horvath 7341a14280
docs: update release notes 2 years 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 3 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.
3 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
Alex Bosworth 9b5a3401fc
version: bump to v0.12.2-beta 3 years ago
Oliver Gugger 27fd6b3304
multi: use aperture instead of local lsat library
Since the lsat code was copied over to aperture a while ago for other
projects to use as well, we should migrate over to that shared code
also. This will give us the recently added "remove token if payment
failed and try again" feature for free along with some other small
updates to the lsat package.
3 years ago
Oliver Gugger 39c8c9278d
loopd+loopdb: add timeout to DB open
To make sure we don't just block for forever if another Loop daemon
process is already running, we add a timeout and error out if obtaining
the unique file lock fails after 5 seconds.
3 years ago
Alex Bosworth cedd16a178
version: bump to v0.12.1-beta 3 years ago