mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update LND to v0.16.3-beta (#621)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
01aaf955e5
commit
00c81ab91b
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user