Releases: lncapital/torq
Releases · lncapital/torq
v1.0.2
Minor fixes on https://github.com/lncapital/torq-core/releases/tag/v1.0.1
v1.0.1
Torq v1.0
New:
- 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!)
- LND: Select an outbound channel for payment
- Keep historic information about tagging/untagging
- Manually request a channel from an LSP that is following the LSP channel request specification (i.e. Deezy)
- HTLC information in Open Channels
- Quick filter with fuzzy search on listing screens
- Mempool API integration for fee recommendations
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!
v0.23.1
v0.23.0
Release v0.23.0
New features:
- Open telemetry instrumentation
- Jaeger tracing
- Prometheus export
- Peers' page now supports multi-node setups
- Custom mempool.space URL
- Inspect a closed/closing channel
- Pagination added to all channel table pages and forwarding pages
Bugfixes:
- Fix Amboss ping service
- Increase initial channel data import throughput
- LND maximum message size increase to 150M
- CLN fixes (thanks to borsche-hfsp.com)
- And more...
v0.22.4
v0.22.3
What's Changed
- Inspect Channel bugfixes by @ohenrik in lncapital/torq-core#697
- Fix channel tag perspectives in channel lists. by @2Fast2BCn in lncapital/torq-core#700
v0.22.1
What's Changed
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.
- 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.