Skip to content

Releases: lncapital/torq

v2.2.9

17 Nov 16:18
beece5c

Choose a tag to compare

What's Changed

  • Fix crash caused by electrum service race condition

v2.2.8

13 Nov 12:52
beece5c

Choose a tag to compare

What's Changed

  • Fix electrum service restarts and yet improve electrum service error handling
  • Support signet on-chain addresses in payment modal

v2.2.7

11 Nov 15:13
beece5c

Choose a tag to compare

What's Changed

  • Fix electrum service deadlock

v2.2.6

27 Oct 10:23
beece5c

Choose a tag to compare

What's Changed

  • Fix context timeout in lightning payment creates corrupt payment_attempt
  • Fix daily uptime aggregation

v2.2.5

10 Sep 12:29
beece5c

Choose a tag to compare

What's Changed

  • (Internal infra changes redacted)
  • A temporary fix to bypass electrum blocking getting a new address

v2.2.4

27 Jun 10:29
beece5c

Choose a tag to compare

What's Changed

  • Add option subscibe to on-chain self payments in Torq gRpc
  • Restore 3min ticker to sync LND channel balances that was removed in v2.2.1

v2.2.3

13 Jun 10:42
beece5c

Choose a tag to compare

What's Changed

  • Bug fixes:
    • Fix crash in channel cooperative close edge case
    • Fix not all LND rebalances shown on payments table
    • Fix GetInvoiceStatus API endpoint
  • Package updates

Full Changelog: lncapital/torq-core@v2.2.2...v2.2.3

v2.2.2

22 Apr 08:19
beece5c

Choose a tag to compare

Fix bugs that caused channel balance to not be updated in some cases and channel "peer total local balance" not getting updated.

v2.2.1

02 Apr 12:43
beece5c

Choose a tag to compare

2.2.1: Fix a race condition in LND channel balance cache that might cause Torq to crash

v2.2.0

01 Apr 14:03
beece5c

Choose a tag to compare

Release notes for 2.2.0

  • Torq API node handle grouping
    • A possibility to make hierarchy of nodes that are used in Torq API.
    • For example: primarly use Node A, but if it is unreachable, use Node B. Or: use Node A 70% of the time and Node B 30% of the time.
  • Node data import downtime threshold
    • Configurable threshold for when to run events and imports for node data depending on how long was Torq down for.
    • For example: there is a workflow that is set to trigger on "Payment". Then a payment happened on the node while Torq was down. If Torq was down less than the threshold that was set, the workflow is triggered when Torq starts, and if Torq was down longer than the threshold, the workflow is not triggered.
  • Possibility to add/remove tags via Tags -> Manage -menu
  • Show tagging history on "Inspect Channel" -page
  • Bug fixes and minor improvements:
    • Bitcoind node status now shown in the "status modal"
    • Fixed "last balance change" filter and make columns sortable by "last balance change"
    • Fixed bug when updating CLN node connection details
    • Ordered tags list on "Tags" page alphabetically
    • Fixed bolt11 invoice not working in signet
    • More accurate "unconfirmed" balance on bitcoind node
    • mempool-url conf parameter now allows trailing slash
    • Fixed an UI bug that created an error in UI when making an on-chain payment
    • "Contact support" text in footer is now clickable and opens support chat window
    • In earlier release an internal table of "payment attempt" was added that saves each attempted payment even if the node with which to make the payment is not reachable. This might bloat the database too much if there are a lot of payments. This release adds a new setting to set the amount of days that they are kept before being deleted from database (If zero, deleted after 1h).
    • Fixed CLN showing doubled balance while on-chain transaction to self is unconfirmed