Browse Source

Update lightning to 0.17.4 (#965)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
b7ae6f5d9b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lightning/docker-compose.yml
  2. 8
      lightning/umbrel-app.yml

2
lightning/docker-compose.yml

@ -43,7 +43,7 @@ services:
lnd:
hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert
image: lightninglabs/lnd:v0.17.3-beta@sha256:9d3ba61f9736925b4f8a1fc0c221ccc8c7226af73257f251c44c4284ee9f62c3
image: lightninglabs/lnd:v0.17.4-beta@sha256:72402c389943e83ccf65f978ed651eb7c655aaa5ff9ecbd7a373a2f2ff34d82e
command: "${APP_LIGHTNING_COMMAND}"
user: 1000:1000
restart: unless-stopped

8
lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: lightning
category: bitcoin
name: Lightning Node
version: "v0.17.3-beta"
version: "v0.17.4-beta"
tagline: Run your personal Lightning Network node
description: >-
Run your personal Lightning Network node, and join the future of Bitcoin today.
@ -22,13 +22,13 @@ description: >-
An official app from Umbrel.
releaseNotes: >-
This release updates LND from version 0.17.2-beta to 0.17.3-beta.
This release updates LND from version 0.17.3-beta to 0.17.4-beta.
- LND 0.17.3-beta fixes multiple concurrency and memory related bugs. Memory consumption for lnd nodes running with bitcoind using the rpcpolling has been significantly reduced (previously scaled with total mempool size).
This is a hot fix release that fixes multiple bugs: Channel open hanging until restart, a memory leak when using polling mode for bitcoind, sync getting lost for pruned nodes and the REST proxy not working when TLS certificate encryption is turned on.
- Full release notes are found at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/
Full release notes are found at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/
🔔 In case you missed it, a previous release of the Lightning Node app (v0.17.0-beta) brought the option to run your node in hybrid mode or Tor-only mode, along with the ability to open private channels, receive keysend payments, bugfixes, and more!

Loading…
Cancel
Save