Update boltz-client to v2.3.4 (#1950)

This commit is contained in:
jackstar12 2024-12-20 00:22:55 +01:00 committed by GitHub
parent 72b9355b2a
commit 2945a938f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -36,7 +36,7 @@ services:
BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons" BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons"
boltz: boltz:
image: boltz/boltz-client:2.3.3@sha256:96281c67503ebf036d80f66354a973eaf00b83f45bbb12ab880b3b5f8ea4c60d image: boltz/boltz-client:2.3.4@sha256:8e497736ab778a49952eb1b545d195ce05804e6b1278bc1c9fdeb36a9d0dcca6
user: "1000:1000" user: "1000:1000"
restart: "on-failure" restart: "on-failure"
stop_grace_period: "1m" stop_grace_period: "1m"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: ride-the-lightning id: ride-the-lightning
category: bitcoin category: bitcoin
name: Ride The Lightning name: Ride The Lightning
version: "0.15.4-beta" version: "0.15.4-beta-boltz"
tagline: A powerful dashboard for the Lightning Network tagline: A powerful dashboard for the Lightning Network
description: >- description: >-
RTL is a full function, device agnostic, web user interface to help RTL is a full function, device agnostic, web user interface to help
@ -40,13 +40,11 @@ gallery:
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
releaseNotes: >- releaseNotes: >-
- Added support to send payments for AMP invoices on LND This release updates the Boltz Client that runs alongside Ride The Lightning to version 2.3.4.
The main change is improved transaction broadcasting.
- Improved authentication logic for clearer error handling and validation during login and password reset processes
- Refined application settings handling to ensure stricter validation of access keys Full release notes for Boltz Client can be found at https://github.com/BoltzExchange/boltz-client/releases
- Bug fixes
Full release notes can be found at https://github.com/Ride-The-Lightning/RTL/releases Full release notes can be found at https://github.com/Ride-The-Lightning/RTL/releases