mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update LND to 0.15.5-beta (#323)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
1982982301
commit
5be23f16a7
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user