github lncapital/torq v2.2.0

latest release: v2.2.1
3 days ago

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

Don't miss a new torq release

NewReleases is sending notifications on new releases.