Skip to content

Releases: lncapital/torq

v2.1.0

26 Nov 22:59
beece5c
Compare
Choose a tag to compare

v2.1 release notes:

  • bitcoind wallet as a node type (Torq now has on-chain wallet support for CLN, LND and bitcoind)
  • bitcoind existing on-chain address listing
  • management of UTXO locking
  • improved transaction output visualizations (and backend)
  • improve transaction output linking to channels (funding/closing transactions)
  • LND: sweep transaction output linking to channels
  • Torq gRPC (BETA feature):
    • New call SubscribeBlockHeight
    • New call PayOnChain
    • New call DecodeInvoice
    • New call GetInvoiceStatus
    • We have been streamlining our names in the proto file (so breaking changes)
  • Various small fixes

Note: There are database migrations in this release so if you want to be able to roll back, you need to create a backup before updating.
Note: You get the best Torq experience if you specify bitcoind connection details in your configuration file (or command line).

v2.0.4

02 Aug 07:38
beece5c
Compare
Choose a tag to compare

v2.0.4:

  • Emergency recover link on dashboard was not working in previous release.

v2.0.3

30 Jul 15:41
Compare
Choose a tag to compare

v2.0 release notes:

  • LND v0.18 support (+ inbound fees)
  • CLN v24.05 support
  • Tighter CLN integration via Torq plugin
  • Fix opening a channel with CLN (missing close-to address)
  • Fix CLN+LND on-chain transaction import (this will reimport on-chain transactions)
    • Torq will import transactions + transaction inputs and outputs
    • We advise to configure bitcoind connection details for extra annotation
  • Ability to integrate Electrum (for unconfirmed on-chain notification support)
  • System/workflow variables/templates in workflows
    • example 1: proportionate fee template: 2000 - ({{Channels.peerGauge}} * 2000)
    • example 2: dynamic max HTLC amount: {{Channels.localBalance}} / 2
  • Channel open interceptor workflow (LND and CLN)
  • Email is now a notification type in workflows (using SMTP)
  • Ability to trigger a workflow via gRPC (and specify workflow/system variables)
  • Manual and automatic emergency recovery file / SCB (for CLN and LND)
    • Automatic includes: email, Github, dropbox, gdrive
  • Beta feature: (Unauthenticated) Implementation agnostic Torq gRPC
    • With methods: GetActiveNodes, GetNodeInformation, ConnectPeer, DisconnectPeer, OpenChannel, CloseChannel, SendPayment, CreateInvoice, CreateAddress, TagPeer, TriggerWorkflow, GetOnChainTransactionsByAddress, GetOnChainFeeEstimates, WaitInvoiceSettledByPaymentHash, SubscribeInvoiceStatuses, WaitOnChainTransactionsByAddress, SubscribeOnChainTransactions
  • Package upgrades

v1.5.1

31 Jan 08:57
Compare
Choose a tag to compare

This release only contains changes to logging data.

v1.5.0

24 Jan 14:00
Compare
Choose a tag to compare

Release notes:

  • CLN v23.11+ is required (pagination)
  • Integration with Kraken
  • New workflow triggers: Invoice, Forward, Payment, Transaction (on-chain)
  • New workflow filters: Mempool, Exchange (Kraken) balance
  • New workflow action: Payment Attempt (experimental: tries to find a route to pay an exchange invoice)
  • New variables in workflow actions: API client, notification
  • Replace intercom with chatwoot
  • Small changes to rebalancer + new metrics and logs
  • Timelock Delta in seconds on list screens
  • Update of packages

Notes:

  • This release contains a large set of database updates. So the migration might take some time depending on the hardware and stored data. Please create a backup before updating, there is no automatic rollback process other then a database restore from before the migration.
  • This release (re)imports CLN data so it might take some time to get all data fetched from your CLN node. (No impact to LND nodes)

v1.4.3

21 Nov 11:52
Compare
Choose a tag to compare

Bug fix:

  • Fixing missing UUID on checkout page

v1.4.2

15 Nov 20:11
Compare
Choose a tag to compare

Release notes:

  • Improve CLN's funds performance
  • Fix CLN payments import
  • Fix DST problem in profit chart
  • Update of packages i.e. Open-Telemetry, gRPC, cobra, ...
  • Reduce logging

v1.4.1

03 Nov 08:06
Compare
Choose a tag to compare

List of changes:

  • Possibility to copy a view
  • Add payment request to payments page
  • Closed channels sometimes reappeared as active when delayed gossip was processed
  • Pagination indicated to many pages when filtering
  • You can now choose refresh interval for each list view
  • Fix turnover layout and calculation
  • Channel filter "Active" is now true when both sides of the channel are active (used to be local side only)
  • Improvements on channel inspect page:
    • Show channel open and close dates on charts
    • Added basic channel info
    • Indicators if data is loading

Note: This release contains database migrations and cannot be rolled back to a previous version.

v1.3.0

18 Oct 08:18
Compare
Choose a tag to compare

Torq v1.3.0:

  • CLN:
    1. Rabalancer (limited support due to ElementsProject/lightning#6641)
    2. Payment choosing a certain outbound channel
    3. Support for move funds
  • LND:
    1. On-chain transaction fixes
  • Front-end:
    1. Filtering logic for dates
    2. Improve performance of workflow logs page
  • Workflows:
    1. Webhook support (with templating in body and URL) in workflows (HTTP GET/POST)
    2. Fix rapid fire rebalancing

Note: This release contains data migrations and you cannot rollback to a previous version.

v1.2.1

12 Oct 18:19
Compare
Choose a tag to compare

Minor fix on v1.2.0
(channel events' stream boot failure)