Browse Source

Update Lightning to v0.15.3-beta (#207)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Michael Henke 2 years ago
committed by GitHub
parent
commit
a7510bd3ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lightning/docker-compose.yml
  2. 13
      lightning/umbrel-app.yml

2
lightning/docker-compose.yml

@ -39,7 +39,7 @@ services:
lnd:
hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert
image: lightninglabs/lnd:v0.15.2-beta@sha256:a011b06c622c947a3039d76a5a08b4896fc6a02dea6add3afd345019f8737923
image: lightninglabs/lnd:v0.15.3-beta@sha256:93b4055bf4fb040907587bdf806c5bc6d42bd21b5b90f26df0c86471c8245ca8
command: "${APP_LIGHTNING_COMMAND}"
user: 1000:1000
restart: on-failure

13
lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning
category: Finance
name: Lightning Node
version: "0.15.2-beta"
version: "0.15.3-beta"
tagline: Run your personal Lightning Network node
description: >-
Run your personal Lightning Network node, and join the future of Bitcoin today.
@ -22,10 +22,15 @@ description: >-
An official app from Umbrel.
releaseNotes: >-
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.
- Bugfix: A bug has been fixed where the responder of a zero-conf channel could forget about the channel after a hard-coded 2016 blocks.
This release contains no major features, and is instead just a hotfix applied on top of the last version.
- Bugfix: A bug where LND wouldn't send a ChannelUpdate during a channel open has been fixed.
- Bugfix: A bug has been fixed that caused fee estimation to be incorrect for taproot inputs when using the SendOutputs call.
- Bugfix: A bug has been fixed that could cause lnd to underpay for co-op close transaction when or both of the outputs used a P2TR addresss.
- Taproot: Add p2tr address type to account import.
developer: Umbrel
website: https://umbrel.com
dependencies:

Loading…
Cancel
Save