Update Torq to v0.22.4 (#549)

This commit is contained in:
laitang2000 2023-06-07 19:21:19 +01:00 committed by GitHub
parent bf4b36a788
commit 7b60ef0d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 7028
web:
image: lncapital/torq:0.20.3@sha256:f24fbd49c09f3ad3aa3099053bc95102783e8fce15f5b15bc21509c5b43950df
image: lncapital/torq:0.22.4@sha256:4e08adbd9ef0ba284b578a86b2888842be33a0b05c42c219fd97415743e54d3b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: torq
category: Lightning Node Management
name: Torq
version: "v0.20.3"
version: "v0.22.4"
tagline: Capital management for routing nodes on the lightning network
description: >-
Operating a routing node requires managing capital efficiently. If you look past the technical challenges, what you are trying to do is stack sats and support the network by routing liquidity. No matter your motivation, efficiently managing your capital is essential.
@ -49,12 +49,36 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
New peers page, bugs and performance enhancements.
Torq can now we used with CLN! It is still an experimental version, so expect some issues. Here are some known limitations:
- CLN v023.05 is required for CLN nodes added to Torq.
Database migrations might take some time on first start up.
- For very large nodes it might be problematic to import all payments, invoices and forwards, since CLN does not provide any way of paginating requests.
- Rebalancing is currently disabled to CLN nodes as pathfinding is not complete.
Other changes:
- Function to move funds between nodes (for multiple nodes).
- Tables containing node specific data, like the channels table, now has a color code. This can be chosen in the node settings.
- Peers Table improved.
- Nodes can be added from the dashboard.
- Improved adding and removing tags.
- Forwards table is much faster.
- Chart configurations are now remembered.
- Torq is now closed source.
path: ""
defaultUsername: ""
deterministicPassword: false
submitter: LN Capital
submission: https://github.com/getumbrel/umbrel-apps/pull/269
submission: https://github.com/getumbrel/umbrel-apps/pull/549