Skip to content

Commit

Permalink
Update ride-the-lighting to v0.15.4-beta (#1906)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
MontejoJorge and nmfretz authored Dec 10, 2024
1 parent e11c77d commit 0cafe2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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:v0.15.2@sha256:e2c40d04821a1a6e9bcb55b4276c428c6c416ab1c33b4efd256366430234ea6a
image: shahanafarooqui/rtl:v0.15.4@sha256:f984095949b5b6c2c0c7d983e979cd34bd32a2952d106092bad0b46e6248168e
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons"

boltz:
image: boltz/boltz-client:2.0.2-compat@sha256:dc7643381306d29a035a5422b5c217eccf0e08678c4b863c0c62e2dcb6bf6ed6
image: boltz/boltz-client:2.3.3@sha256:96281c67503ebf036d80f66354a973eaf00b83f45bbb12ab880b3b5f8ea4c60d
user: "1000:1000"
restart: "on-failure"
stop_grace_period: "1m"
Expand Down
14 changes: 6 additions & 8 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.15.2-beta"
version: "0.15.4-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,18 +40,16 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
- Integration with mempool.space api to display prevailing fee rates on various channel open/close modals
- Added support to send payments for AMP invoices on LND
- Links enabled for viewing transactions on mempool.space from modals of on-chain transactions and channel info
- Improved authentication logic for clearer error handling and validation during login and password reset processes
- Added a new config param blockExplorerUrl (-e BLOCK_EXPLORER_URL) to customize for a local/testnet instances of mempool.space
- Refined application settings handling to ensure stricter validation of access keys
- CPFP enabled on pending on-chain receive transactions (including funds expected from coop close)
- Bug fixes
- 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
Full release notes can be found at https://github.com/Ride-The-Lightning/RTL/releases
path: ""
defaultUsername: ""
deterministicPassword: true
Expand Down

0 comments on commit 0cafe2b

Please sign in to comment.