From 5be23f16a7923a2188fbaa91e2880e1d1cb7d3f5 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Wed, 7 Dec 2022 12:28:43 +0000 Subject: [PATCH] Update LND to 0.15.5-beta (#323) Co-authored-by: Steven Briscoe --- lightning/docker-compose.yml | 2 +- lightning/umbrel-app.yml | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/lightning/docker-compose.yml b/lightning/docker-compose.yml index 48effd3a..08fe99ad 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.4-beta@sha256:f5b19812ab7d28faa350838dac4bb88e7fcf9ae905e44d3539be41a97b80ca23 + image: lightninglabs/lnd:v0.15.5-beta@sha256:ce94136ccfc48d36f058ae48fdeb53d84dbbb8f972bbae3af98e4fdfb98d641b command: "${APP_LIGHTNING_COMMAND}" user: 1000:1000 restart: on-failure diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index 32405327..982743ac 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: "0.15.4-beta-build-2" +version: "0.15.5-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,20 @@ description: >- An official app from Umbrel. releaseNotes: >- - - Enable RPC middleware in LND + Bug Fixes: + + - A Taproot related key tweak issue was fixed in btcd that affected remote signing setups. + + - Taproot changes addresses are now used by default for the SendCoins RPC. + + - A 1 second interval has been added between FundingLocked receipt checks. This reduces idle CPU usage for pending/dangling funding attempts. + + - The wallet birthday is now used properly when creating a watch-only wallet to avoid scanning the whole chain. + + - Taproot outputs are now correctly shown as SCRIPT_TYPE_WITNESS_V1_TAPROOT in the output of GetTransactions (lncli listchaintxns). + + + Full changelog can be found here: https://github.com/lightningnetwork/lnd/blob/v0-15-5-branch/docs/release-notes/release-notes-0.15.5.md developer: Umbrel website: https://umbrel.com dependencies: