Browse Source

Update LND to v0.16.3-beta (#621)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Kroese 2 years ago
committed by GitHub
parent
commit
00c81ab91b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lightning/docker-compose.yml
  2. 30
      lightning/umbrel-app.yml

2
lightning/docker-compose.yml

@ -42,7 +42,7 @@ services:
lnd: lnd:
hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert 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}" command: "${APP_LIGHTNING_COMMAND}"
user: 1000:1000 user: 1000:1000
restart: unless-stopped restart: unless-stopped

30
lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: lightning id: lightning
category: Finance category: Finance
name: Lightning Node name: Lightning Node
version: "v0.16.2-beta" version: "v0.16.3-beta"
tagline: Run your personal Lightning Network node tagline: Run your personal Lightning Network node
description: >- description: >-
Run your personal Lightning Network node, and join the future of Bitcoin today. Run your personal Lightning Network node, and join the future of Bitcoin today.
@ -22,34 +22,10 @@ description: >-
An official app from Umbrel. An official app from Umbrel.
releaseNotes: >- 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. 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.
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!
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 developer: Umbrel
website: https://umbrel.com website: https://umbrel.com
dependencies: dependencies:

Loading…
Cancel
Save