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 rtl to the latest version #1906

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading