Browse Source

Update Lightning Node to v0.17.2-beta (#862)

Co-authored-by: Kroese <kroese@users.noreply.github.com>
main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
0230620ead
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lightning/docker-compose.yml
  2. 19
      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.0-beta@sha256:2e49669792e6fbcb1d97c789b4690a2637645e43a90c05085d8bc33b0227f200
image: lightninglabs/lnd:v0.17.2-beta@sha256:1a7320f4f34d8a25e0610d9b52f7ef1ad47ba67d500d6bd00e3dab26aa3cd30b
command: "${APP_LIGHTNING_COMMAND}"
user: 1000:1000
restart: unless-stopped

19
lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: lightning
category: bitcoin
name: Lightning Node
version: "v0.17.0-beta"
version: "v0.17.2-beta"
tagline: Run your personal Lightning Network node
description: >-
Run your personal Lightning Network node, and join the future of Bitcoin today.
@ -22,16 +22,25 @@ description: >-
An official app from Umbrel.
releaseNotes: >-
This update brings LND 0.17.0, 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!
This release updates LND from version 0.17.0-beta to 0.17.2-beta.
Hybrid mode allows your node to make connections to peers (other nodes) over both Tor and clearnet, enhancing both latency and connection stability. This is enabled by default for new users, while existing users can activate it in Advanced Settings.
- LND 0.17.1-beta includes a number of bug fixes and optimizations, including: a reduction in CPU utilization due to the new mempool scanning safety logic, enchantments to the CPFP logic for anchor outputs, a fix to a peer/server deadlock, and a bug fix for the new taproot channel type that may have otherwise caused a channel to show as inactive until reconnection.
- LND 0.17.2-beta includes a fix for a bug that could cause a panic when a channel is closed while a commitment update is being processed.
You can now now choose to open private channels, which offer increased privacy but limited routing capabilities compared to public channels.
- Full release notes are found at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/
Discover what's new in LND 0.17.0: https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.17.0.md
🔔 In case you missed it, our 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!
- Hybrid mode allows your node to make connections to peers (other nodes) over both Tor and clearnet, enhancing both latency and connection stability. This is enabled by default for new users, while existing users can activate it in Advanced Settings.
- You can now now choose to open private channels, which offer increased privacy but limited routing capabilities compared to public channels.
developer: Umbrel
website: https://umbrel.com
dependencies:

Loading…
Cancel
Save