Browse Source

Lightning Node 0.15.2-beta (#190)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: Michael Henke <433270+aphex3k@users.noreply.github.com>
Co-authored-by: mccolister1017 <36525169+mccolister1017@users.noreply.github.com>
main
Max Kotlan 2 years ago
committed by GitHub
parent
commit
300156902c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lightning/docker-compose.yml
  2. 21
      lightning/umbrel-app.yml

4
lightning/docker-compose.yml

@ -36,10 +36,10 @@ services:
networks:
default:
ipv4_address: $APP_LIGHTNING_IP
lnd:
hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert
image: lightninglabs/lnd:v0.15.1-beta@sha256:b2a5f62806d1a295c4e600e0b99159cbfae1d5caf338db01bccfbc8393838275
image: lightninglabs/lnd:v0.15.2-beta@sha256:a011b06c622c947a3039d76a5a08b4896fc6a02dea6add3afd345019f8737923
command: "${APP_LIGHTNING_COMMAND}"
user: 1000:1000
restart: on-failure

21
lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning
category: Finance
name: Lightning Node
version: "0.15.1-beta"
version: "0.15.2-beta"
tagline: Run your personal Lightning Network node
description: >-
Run your personal Lightning Network node, and join the future of Bitcoin today.
@ -22,21 +22,10 @@ description: >-
An official app from Umbrel.
releaseNotes: >-
The v0.15 release contains an "on the fly" migration that will start to write items in the revocation log in a more efficient manner. This release (v0.15.1) allows users to reclaim all the old disk space by converting historical records to the new format, with the old records being deleted.
This release also adds support for Taproot addresses, defaulting to using them where appropriate.
Also new (included since v0.15.0-beta-build-2):
- Automatic channel recovery
- View your total (on-chain + off-chain) balance
This update includes LND v0.15.2, an emergency hotfix release to fix a bug that can cause LND nodes to be unable to parse certain large blocks.
- Bitcoin transactions open in local mempool app on your Umbrel (if it's installed)
- Support for Atomic Multi-path Payments (AMP)
This release contains no major features, and is instead just a hotfix applied on top of the last version.
developer: Umbrel
website: https://umbrel.com
dependencies:
@ -53,4 +42,4 @@ gallery:
path: ""
defaultPassword: ""
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392
submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392

Loading…
Cancel
Save