Update Lightning Terminal to v0.12.0-alpha (#811)

This commit is contained in:
Viktor Tigerström 2023-10-25 23:56:17 +02:00 committed by GitHub
parent 5afbbc9b7f
commit 71b872f493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 25 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3004 APP_PORT: 3004
web: web:
image: lightninglabs/lightning-terminal:v0.11.0-alpha@sha256:2c533b7598c536c567eef56250408b96b20d3eaa5f905ff09f017504cf2cdb52 image: lightninglabs/lightning-terminal:v0.12.0-alpha@sha256:11eab3e46437844e7e227cb32880a087bca7637685914cab07b758eab8211fea
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-terminal id: lightning-terminal
category: bitcoin category: bitcoin
name: Lightning Terminal name: Lightning Terminal
version: "0.11.0-alpha" version: "0.12.0-alpha"
tagline: The easiest way to manage channel liquidity tagline: The easiest way to manage channel liquidity
description: >- description: >-
Lightning Terminal is the easiest way to manage inbound and Lightning Terminal is the easiest way to manage inbound and
@ -50,36 +50,41 @@ path: ""
defaultUsername: "" defaultUsername: ""
deterministicPassword: true deterministicPassword: true
releaseNotes: >- releaseNotes: >-
This release of Lightning Terminal (LiT) updates the integrated LND daemon This release of Lightning Terminal (LiT) updates the integrated Taproot
version to the latest v0.17.0-beta release, as well as updates the Assets daemon to the latest version (v0.3.0-alpha), which adds support for
integrated Loop daemon to the latest patch release. Taproot Assets on the Bitcoin mainnet! This release also includes an update
to the latest patch release of the integrated Loop daemon.
In this release of LiT, a new Status server was added, which enables users IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the
to disable the different integrated sub-servers and the integrated accounts Operational Safety Guidelines
sub-system in LiT through configuration. LiT will now also successfully (https://github.com/lightninglabs/taproot-assets/blob/main/docs/safety.md)
start even if any of the sub-servers or sub-systems fails to start. before using tapd on mainnet!
This release of LiT also enables the ability to link a new Autopilot IMPORTANT NOTE FOR UMBREL/LIGHTNING TERMINAL USERS:
session with an old session, as well as enabling the ability to specify DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning
feature configurations for an Autopilot session. Terminal" app without first making a manual backup of all local tapd data,
if you are using Taproot Assets as part of the "Lightning Terminal" app with
Umbrel. Uninstalling Umbrel apps deletes application data. This Taproot
Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving
and sending tapd assets updates the daemon's funds-custody material. Merely
having the lnd seed phrase is NOT enough to restore assets minted or received.
WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.
One important change to note for users running LiT through docker, is that The Taproot Assets daemon is still in alpha state, which means there can
due to the new status server feature, the startup process of LiT will not still be bugs and not all desired data safety and backup mechanisms have been
error and end if a sub-server or sub-system fails to start. So any implemented yet. Releasing on mainnet mainly signals that there will be no
platforms that rely on docker to automatically restart the LiT container breaking changes in the future and that assets minted with v0.3.0 will be
if the startup process ends due to the sub-servers or sub-system not having compatible with later versions.
started yet, will now not restart the container as the start process won't
exit.
We'll be continuously working to improve the user experience based on We'll be continuously working to improve the user experience based on
feedback from the community. feedback from the community.
This release packages LND v0.17.0-beta, Taproot Assets Daemon v0.2.3-alpha, This release packages LND v0.17.0-beta, Taproot Assets Daemon v0.3.0-alpha,
Loop v0.26.3-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha. Loop v0.26.4-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha.
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/348 submission: https://github.com/getumbrel/umbrel/pull/348