From 00c81ab91b5ec9c72b05b0423a9e8ffc5be949de Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Jun 2023 01:07:19 +0200 Subject: [PATCH] Update LND to v0.16.3-beta (#621) Co-authored-by: nmfretz --- lightning/docker-compose.yml | 2 +- lightning/umbrel-app.yml | 30 +++--------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index f7206ce..7d2dfcf 100644 --- a/lightning/docker-compose.yml +++ b/lightning/docker-compose.yml @@ -42,7 +42,7 @@ services: lnd: hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert - image: lightninglabs/lnd:v0.16.2-beta@sha256:795d29d94f845bd070832b097ff75cf0f46cf6daf5e55bf62dc1e4e406e0027d + image: lightninglabs/lnd:v0.16.3-beta@sha256:e0bc0b0e62ec722e66ba835a2871c3c4c0655621d8b441b692d736bc50e6150a command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: unless-stopped diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index 22a8407..46429c4 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: lightning category: Finance name: Lightning Node -version: "v0.16.2-beta" +version: "v0.16.3-beta" tagline: Run your personal Lightning Network node description: >- Run your personal Lightning Network node, and join the future of Bitcoin today. @@ -22,34 +22,10 @@ description: >- An official app from Umbrel. releaseNotes: >- - This release updates LND from v0.15.5-beta to v0.16.2-beta, and also includes bug fixes for the Lightning Node application. - - - Lightning Node application: - - - keysend payments are now displayed in the Lightning Wallet transactions list - - - multiple externalip entries are allowed in lnd.conf - - - handle breaking change in lnd.conf apriori parameters introduced in LND v0.16.0-beta - - - LND: - - - Refined peer-to-peer behavior and BOLT spec compliance. - - - Extended RPC functionality and wallet capabilities. - - - Improved lncli features and pathfinding improvements. - - - Streamlined watchtower session handling and address updates. - - - Enhanced mempool scanning logic that no longer blocks startup. - - - And more! + This minor LND release contains bug fixes and is intended to optimize the recently added mempool watching logic, and also fix several suspected inadvertent force close vectors. - For more detailed information on these LND updates, please refer to the full release notes available at https://github.com/lightningnetwork/lnd/releases + Read the full release notes for additional information and detailed changes at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.16.3.md developer: Umbrel website: https://umbrel.com dependencies: