From 4b62eff009115b5eca91122112a37d89969f9fdc Mon Sep 17 00:00:00 2001 From: Michael Henke <433270+aphex3k@users.noreply.github.com> Date: Sat, 3 Sep 2022 02:55:20 -0700 Subject: [PATCH] Update Lightning (LND) to v0.15.1-beta (#131) Co-authored-by: Steven Briscoe --- lightning/docker-compose.yml | 2 +- lightning/umbrel-app.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index 3154b42..b935bc1 100644 --- a/lightning/docker-compose.yml +++ b/lightning/docker-compose.yml @@ -39,7 +39,7 @@ services: lnd: hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert - image: lightninglabs/lnd:v0.15.0-beta@sha256:d227a9db0727ff56020c8d6604c8c369757123d238ab6ce679579c2dd0d0d259 + image: lightninglabs/lnd:v0.15.1-beta@sha256:b2a5f62806d1a295c4e600e0b99159cbfae1d5caf338db01bccfbc8393838275 command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: on-failure diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index f4c11d2..c9b3e92 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lightning category: Finance name: Lightning Node -version: "0.15.0-beta-build-2" +version: "0.15.1-beta" tagline: Run your personal Lightning Network node description: >- Run your personal Lightning Network node, and join the future of Bitcoin today. @@ -22,7 +22,7 @@ description: >- An official app from Umbrel. releaseNotes: >- - Introducing automatic channel backup recovery. You can now recover your Lightning Node seamlessly when setting up a new node, including the funds in your Bitcoin wallet (on-chain), as well as the funds in your Lightning payment channels. + The v0.15 release contains an "on the fly" migration that will start to write items in the revocation log in a more efficient manner. This release (v0.15.1) allows users to reclaim all the old disk space by converting historical records to the new format, with the old records being deleted. Also new: