Releases: lncapital/torq
Releases · lncapital/torq
v2.1.0
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
v2.0.3
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
- example 1: proportionate fee template:
- 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
- With methods:
- Package upgrades
v1.5.1
v1.5.0
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
v1.4.2
v1.4.1
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
Torq v1.3.0:
- CLN:
- Rabalancer (limited support due to ElementsProject/lightning#6641)
- Payment choosing a certain outbound channel
- Support for move funds
- LND:
- On-chain transaction fixes
- Front-end:
- Filtering logic for dates
- Improve performance of workflow logs page
- Workflows:
- Webhook support (with templating in body and URL) in workflows (HTTP GET/POST)
- Fix rapid fire rebalancing
Note: This release contains data migrations and you cannot rollback to a previous version.