mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Suredbits Wallet to v1.9.4 (#149)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
f6f04a3868
commit
858efece98
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3002
|
||||
|
||||
web:
|
||||
image: bitcoinscala/wallet-server-ui:1.9.3@sha256:dfbded611403fb03dac45fe915320079933e8f864e0942b7fb3ddea017e2b8dd
|
||||
image: bitcoinscala/wallet-server-ui:1.9.4@sha256:e24de2a457ec3a6657b0d1016415c1338eca248b04bd3499f4f4351fc5bec2b6
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- walletserver
|
||||
|
||||
walletserver:
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.3@sha256:db995d23ed6cd5a31de5fffe06c6edff5c420c77b63440169c41c2016c89993c
|
||||
image: bitcoinscala/bitcoin-s-server:1.9.4@sha256:3c3eafad8a33065c8f0c83c8d60314ff044a4e7512d31ce76e23cc793b2981c0
|
||||
entrypoint: ["/opt/docker/bin/bitcoin-s-server", "--datadir", "/bitcoin-s", "--conf", "/opt/docker/docker-application.conf"]
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: suredbits-wallet
|
||||
category: Finance
|
||||
name: Suredbits Wallet
|
||||
version: "1.9.3"
|
||||
version: "1.9.4"
|
||||
tagline: A universal DLC wallet
|
||||
description: >-
|
||||
The Suredbits Wallet is your one stop shop for building Discreet
|
||||
@ -14,9 +14,12 @@ description: >-
|
||||
|
||||
WARNING: This is an Alpha software, don't put too much money in.
|
||||
releaseNotes: >
|
||||
Websocket events for fee rate changes, rescans, blockchain sync
|
||||
|
||||
Optimizations for the DLC wallet
|
||||
- Adds connection checks for tor
|
||||
|
||||
- Add bug fixes for the dlc wallet
|
||||
|
||||
- Optimize startup time for the app
|
||||
|
||||
developer: Suredbits
|
||||
website: https://suredbits.com
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user