From dae77d2ee2af059f4c996b66c7474d9af3b437f0 Mon Sep 17 00:00:00 2001 From: ohenrik Date: Sun, 15 Jan 2023 02:23:34 +0100 Subject: [PATCH] Update Torq to v0.16.6 (#369) --- torq/docker-compose.yml | 4 ++-- torq/umbrel-app.yml | 24 +++++++++++++++--------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/torq/docker-compose.yml b/torq/docker-compose.yml index d405a0c..23656b8 100644 --- a/torq/docker-compose.yml +++ b/torq/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 7028 web: - image: lncapital/torq:0.16.3@sha256:452e22ce391fc1b98f61ed98bb5cfd439ce689713cfb73ae38555575163a2535 + image: lncapital/torq:0.16.6@sha256:4874c29ce9a5ea6be7e983ed9bb1a6b3a55dad8ddf5bbe825e71908001ab0f12 user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -25,7 +25,7 @@ services: - --lnd.url - ${APP_LIGHTNING_NODE_IP}:${APP_LIGHTNING_NODE_GRPC_PORT} - --lnd.macaroon-path - - /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/readonly.macaroon + - /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon - --lnd.tls-path - /lnd/tls.cert - start diff --git a/torq/umbrel-app.yml b/torq/umbrel-app.yml index 6b7fea7..677e6a8 100644 --- a/torq/umbrel-app.yml +++ b/torq/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: torq category: Lightning Node Management name: Torq -version: "v0.16.3" +version: "v0.16.6" 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. @@ -30,6 +30,9 @@ description: >- - Fetch and analyse data from any point in time - Navigate through time (days, weeks, months) to track your progress + + - Tag channels and nodes with custom labels (Exchange, Routing node, Sink, Source, or anything else) + developer: LN Capital website: https://ln.capital dependencies: @@ -43,17 +46,20 @@ gallery: - 3.jpg - 4.jpg releaseNotes: >- - This release fixes excessive memory consumption when importing invoices and drifting channel balances. - - New features: - - Tags! You can now tag channels and nodes! + This release switches over to using admin.macaroon allowing the user to update, close and open channels. + We also fix a series of minor bugs and adds filtering of channel and node tags. - Navigate using the flow diagram! + * Add admin.macaroon support + + * You can now filter on tags - Quicker inspection of channels from both the forwards and channels page using pop out modal. + * Missing opening and closing channel time is fetched from Torq Vector + + * Closed channels no longer logs errors on new forwards + + * Fixed timestamp issue prevented fetching from being returned for channel and summary pages. + - Update and close channels from the forwards page path: "" defaultUsername: "" deterministicPassword: true