mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update sphinx-relay to v2.5.2 (#1548)
This commit is contained in:
parent
4511539705
commit
88d1b06ecb
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: sphinxlightning/sphinx-relay:v2.3.2@sha256:8713f9f5febb606fe39fb8c88d9877ac48bf01865e5a395ea51e26a34c077c3f
|
image: sphinxlightning/sphinx-relay:v2.5.2@sha256:d37e2b72756cff670b759036fea6d4faad4cc10952256afd93f901ea36d652e2
|
||||||
init: true
|
init: true
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
@ -22,4 +22,4 @@ services:
|
|||||||
LND_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
LND_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||||
TLS_LOCATION: /lnd/tls.cert
|
TLS_LOCATION: /lnd/tls.cert
|
||||||
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
|
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
|
||||||
LND_LOG_LOCATION: /lnd/logs/bitcoin/${APP_BITCOIN_NETWORK}/lnd.log
|
LND_LOG_LOCATION: /lnd/logs/bitcoin/${APP_BITCOIN_NETWORK}/lnd.log
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: sphinx-relay
|
id: sphinx-relay
|
||||||
category: social
|
category: social
|
||||||
name: Sphinx Relay
|
name: Sphinx Relay
|
||||||
version: "2.3.2"
|
version: "2.5.2"
|
||||||
tagline: Chat and pay over the Lightning Network
|
tagline: Chat and pay over the Lightning Network
|
||||||
description: >-
|
description: >-
|
||||||
Sphinx Relay turns your Lightning node into a personal
|
Sphinx Relay turns your Lightning node into a personal
|
||||||
@ -32,7 +32,17 @@ defaultPassword: ""
|
|||||||
submitter: Stakwork
|
submitter: Stakwork
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/341
|
submission: https://github.com/getumbrel/umbrel/pull/341
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This release updates Sphinx Relay from version 2.2.13 to 2.3.2.
|
This release updates Sphinx Relay to version 2.5.2.
|
||||||
|
|
||||||
|
|
||||||
Full release notes and detailed information is available at https://github.com/stakwork/sphinx-relay/releases
|
Key improvements in this update include:
|
||||||
|
- Enhanced invoice handling and payment processing
|
||||||
|
- Improved MQTT subscription handling after network reconnection
|
||||||
|
- Added threading functionality for messages
|
||||||
|
- Implemented rate limiting for better performance
|
||||||
|
- Improved direct messaging between users on the same relay
|
||||||
|
- Enhanced spam protection measures
|
||||||
|
- Various bug fixes and performance optimizations
|
||||||
|
|
||||||
|
|
||||||
|
Full release notes and detailed information is available at https://github.com/stakwork/sphinx-relay/releases
|
Loading…
Reference in New Issue
Block a user