Skip to content

Commit

Permalink
RTL v0.15.2 update on LND
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Jun 26, 2024
1 parent d3a0d95 commit ed7e1f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ride-the-lightning/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 3001

web:
image: shahanafarooqui/rtl:0.14.1@sha256:88bbf2dac4a5eedd0b692e97bc6c50a5266f44aff8215770ea2fc4eb7495e41e
image: shahanafarooqui/rtl:v0.15.2@sha256:5473e45c18e86c479ac8e7485f06e7c31948d5dc0726306f3850cf8ee635cbcd
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand All @@ -24,6 +24,7 @@ services:
RTL_CONFIG_PATH: "/data"
CHANNEL_BACKUP_PATH: "/data/backup"
LN_IMPLEMENTATION: "LND"
BLOCK_EXPLORER_URL: 'https://mempool.space'

# LND connection details
LN_SERVER_URL: "https://$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_REST_PORT"
Expand Down
12 changes: 10 additions & 2 deletions ride-the-lightning/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: ride-the-lightning
category: bitcoin
name: Ride The Lightning
version: "0.14.1-beta-boltzclient"
version: "0.15.2-beta"
tagline: A powerful dashboard for the Lightning Network
description: >-
RTL is a full function, device agnostic, web user interface to help
Expand Down Expand Up @@ -40,7 +40,15 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This release upgrades the Ride The Lightning app to use boltz-client, which employs taproot swaps by default and introduces additional changes under the hood.
- Integration with mempool.space api to display prevailing fee rates on various channel open/close modals
- Links enabled for viewing transactions on mempool.space from modals of on-chain transactions and channel info
- Added a new config param blockExplorerUrl (-e BLOCK_EXPLORER_URL) to customize for a local/testnet instances of mempool.space
- CPFP enabled on pending on-chain receive transactions (including funds expected from coop close)
- Simplification of pending channel open fee bumping modal
Full release notes for boltz-client can be found at https://github.com/BoltzExchange/boltz-client/releases
Expand Down

0 comments on commit ed7e1f1

Please sign in to comment.