Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Torq to v2.0.4 #1429

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Update Torq to v2.0.4 #1429

merged 1 commit into from
Sep 5, 2024

Conversation

ohenrik
Copy link
Contributor

@ohenrik ohenrik commented Sep 4, 2024

Torq v.2.0.4:

A lot of improvements have been made in this release. It's hard to cover it all, but here are some highlights.

List of changes:

- Add advanced outputs table (UTXO management), with the ability to lock/unlock individual outputs.

- 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

- 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

Copy link

github-actions bot commented Sep 4, 2024

🎉   Linting finished with no errors or warnings   🎉

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

@nmfretz
Copy link
Contributor

nmfretz commented Sep 5, 2024

Thanks for this update @ohenrik! Reviewed and tested. Going live.

FYI, looks like I don't have push permissions to the lncapital forked umbrel-apps repo so I couldn't make a quick change to release notes formatting. In the interest of not holding up this PR I am going to merge this and then make a separate commit to tweak the release notes formatting.

@nmfretz nmfretz merged commit 2556ed1 into getumbrel:master Sep 5, 2024
1 check passed
@ohenrik
Copy link
Contributor Author

ohenrik commented Sep 5, 2024

Thanks for this update @ohenrik! Reviewed and tested. Going live.

FYI, looks like I don't have push permissions to the lncapital forked umbrel-apps repo so I couldn't make a quick change to release notes formatting. In the interest of not holding up this PR I am going to merge this and then make a separate commit to tweak the release notes formatting.

Thank you and sorry for the inconvenience. I'll see what happened u thought you already had permissions. We faced a similar issue way back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants