Update Torq to v1.1.1 (#768)

This commit is contained in:
ohenrik 2023-09-13 20:06:06 +02:00 committed by GitHub
parent b64edb3cd0
commit 8b8631e70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 54 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 7028 APP_PORT: 7028
web: web:
image: lncapital/torq:1.0.11@sha256:f5aac0606fe3f821f858aba558c8ef107fe7862c5a8f2595cc94f585df11349d image: lncapital/torq:1.1.1@sha256:27287010af59ad6b3a975976829f2433c81b197a3091d12adfefb908f46aacbf
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: torq id: torq
category: bitcoin category: bitcoin
name: Torq name: Torq
version: "v1.0.11" version: "v1.1.1"
tagline: Scalable Node Management Software tagline: Scalable Node Management Software
description: >- description: >-
Operating a Lightning node requires a lot of work. You need to monitor your channels, rebalance them, keep track of your fees and much more. Operating a Lightning node requires a lot of work. You need to monitor your channels, rebalance them, keep track of your fees and much more.
@ -14,19 +14,19 @@ description: >-
Features: Features:
- Advanced decision engine for automation. Create your own logic visually through workflows. - Advanced decision engine for automation. Create your own logic visually through workflows.
- Notifications via Telegram, Discord and Slack (with advanced logic and templating)
- Fast even with more than 1000 channels. - Fast even with more than 1000 channels.
- Advanced charts and visualizations of aggregated forwarding statistics - Advanced charts and visualizations of aggregated forwarding statistics
- See the channel balance (inbound/outbound capacity) over time
- Manage multiple nodes at once. - Manage multiple nodes at once.
- Stores all events from your node including HTLC events, fee rate changes and channel enable/disable events
- Filter, sort and group data - Filter, sort and group data
- Stores all events from your node including HTLC events, fee rate changes and channel enable/disable events
- Store custom table views configurations for quickly finding the right information - Store custom table views configurations for quickly finding the right information
- Fetch and analyse data from any point in time - Fetch and analyse data from any point in time
@ -37,8 +37,8 @@ description: >-
developer: LN Capital developer: Torq
website: https://ln.capital website: https://torq.co
dependencies: dependencies:
- lightning - lightning
repo: "" repo: ""
@ -52,55 +52,24 @@ gallery:
- 5.jpg - 5.jpg
releaseNotes: >- releaseNotes: >-
Torq v1.0.11 Torq v1.1.1
Bug fixes: Features and bugfixes:
- Fixes issue where creation of new tags overwrote existing tags. - Discord integration
- Notifications via workflows (Telegram, Discord and Slack)
Torq v1.0.10 - Uptime metrics and visualizations
- Satcomma formatting on dashboard (and in notifications)
New: - Summary on Payments, On Chain Transactions and Invoices pages (+ small updates)
- Connections status: Provides insight into the internals of Torq. (People often ask if there is a way to see if it's still importing data; well, now you can!) - Peers page paging (+ small updates)
- LND: Select an outbound channel for payment - Hitting dry run will always generate logs even when it's disabled for the workflow
- Keep historic information about tagging/untagging - Configurable retention period for workflow logs
- Manually request a channel from an LSP that is following the LSP channel request specification (i.e. Deezy) - Cron trigger is now aware of the timezone
- HTLC information in Open Channels - Prometheus database metric interval set to 10 minutes
- Quick filter with fuzzy search on listing screens - Various CLN fixes (Thanks Boltz team!)
- Mempool API integration for fee recommendations - Various performance enhancements
New HTLC Firewall workflows:
- You can create one or more workflows to firewall/drop HTLCs. (i.e. block any HTLC coming from peer1 going to peer2 below a certain amount. Or block any HTLC if the amount of pending HTLC for a peer is above a certain amount)
- New HTLC Firewall Related workflow nodes:
- HTLC Intercepted (Trigger): Every HTLC will trigger the workflow when HTLC interceptor is enabled in the node's settings
- HTLC Event (Data Source): Starting point for the HTLC Firewall workflow
- HTLC Filter (Filter): Allows you to filter base on the HTLC's incoming and/or outgoing amount
- HTLC Channel Split (Filter): This splits the flow and you can chose to continue with either the incoming channel or outgoing channel from the HTLC
- HTLC Channel Join (Filter): After a split you can chose to join the flow back together
- HTLC Blocker (Action): This will firewall/drop the HTLC if something passed through it's parent
New workflow nodes:
- Close channel: be very careful with this one so you don't accidentally close a channel because of a logical error in your workflow!
- Open channel
- Request channel: You can now automatically request a channel from an LSP that is following the LSP channel request specification (i.e. Deezy)
Workflow update:
- Dry-run a workflow
- Capture workflow logs
- Visualize workflow logs in a flow diagram, including very detailed information for debugging workflows
- HTLC filterable data added to Channel Filter (i.e. summary of all pending HTLCs for peer1)
Updates:
- Improved filtering on the peers page
- Various optimizations and updates
Torq pay:
- We've never hidden the fact that some day you will have to pay to use Torq.
- This release starts a new phase for our startup.
- You will need a subscription and we chose to use Stripe for the initial launch.
- We ourselves are a startup looking for a good model to be able to provide the power of Torq to as many node operators as possible, so please don't hesitate to reach out to provide feedback! Let's take lightning to the next level, together!
path: "" path: ""
defaultUsername: "" defaultUsername: ""
deterministicPassword: false deterministicPassword: false
submitter: LN Capital submitter: Torq
submission: https://github.com/getumbrel/umbrel-apps/pull/549 submission: https://github.com/getumbrel/umbrel-apps/pull/549