Browse Source

Update Lightning Terminal to v0.13.3-alpha (#1245)

main
Elle 5 months ago
committed by GitHub
parent
commit
8146e31c59
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lightning-terminal/docker-compose.yml
  2. 19
      lightning-terminal/umbrel-app.yml

2
lightning-terminal/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3004
web:
image: lightninglabs/lightning-terminal:v0.13.2-alpha@sha256:8f871aef89c5610d2e7730f6928d91a86c9fec12102d2b4633b42bbd1c282857
image: lightninglabs/lightning-terminal:v0.13.2-alpha@sha256:0862c4f0cfa6829a9ef6cf3d6990f41b68825805a4510110a2a2dc0485bcfbb6
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

19
lightning-terminal/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-terminal
category: bitcoin
name: Lightning Terminal
version: "0.13.2-alpha"
version: "0.13.3-alpha"
tagline: The easiest way to manage channel liquidity
description: >-
Lightning Terminal is the easiest way to manage inbound and
@ -56,8 +56,8 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
This release of Lightning Terminal (LiT) includes an update to the version of
the integrated LND daemon.
This release of Lightning Terminal (LiT) includes updates to the integrated
Taproot Assets and Loop daemons.
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the
@ -81,12 +81,21 @@ releaseNotes: >-
breaking changes in the future and that assets minted with v0.3.0 will be
compatible with later versions.
## Breaking changes
The configuration value (taproot-assets.universe.public-access) and command line
flag (--taproot-assets.universe.public-access) now needs a value and is no longer a boolean. The value now controls
whether the node's universe database can be accessed over RPC and either read (value r) or written to (value w) or
both (value rw). So existing nodes with the configuration file value taproot-assets.universe.public-access=true need
to change the value to taproot-assets.universe.public-access=rw. Users specifying the command line flag
--taproot-assets.universe.public-access just need to append a value, for example
--taproot-assets.universe.public-access=rw.
We'll be continuously working to improve the user experience based on
feedback from the community.
This release packages LND v0.18.2-beta, Taproot Assets Daemon v0.3.3-alpha,
Loop v0.28.5-beta, Pool v0.6.4-beta and Faraday v0.2.13-alpha.
This release packages LND v0.18.2-beta, Taproot Assets Daemon v0.4.1-alpha,
Loop v0.28.6-beta, Pool v0.6.4-beta and Faraday v0.2.13-alpha.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/348
Loading…
Cancel
Save