Browse Source

TDEX Provider hotfix (#1740)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
639de9d6a9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tdex/exports.sh
  2. 8
      tdex/umbrel-app.yml

3
tdex/exports.sh

@ -2,6 +2,3 @@ export APP_TDEX_PORT="9092"
daemon_hidden_service_file="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}-daemon/hostname"
export APP_TDEX_DAEMON_HIDDEN_SERVICE="$(cat "${daemon_hidden_service_file}" 2>/dev/null || echo "daemon_not_yet_set.onion")"
# Necessary for the tdexd daemon to be able to write to the volume
sudo chmod -R 777 "${UMBREL_ROOT}/app-data/tdex/tdex-data"

8
tdex/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: tdex
category: bitcoin
name: TDEX Provider
version: "1.0.1"
version: "1.0.1-hotfix"
tagline: Provide liquidity on the TDEX Network, an open protocol to trade Liquid Network assets
description: >-
A liquidity provider holds Liquid reserves of both a BASE_ASSET-QUOTE_ASSET in his non-custodial Liquid hot-wallet,
@ -17,6 +17,12 @@ description: >-
constant product market-making. In short, this model generates a full order-book based on an initial price for the market.
Every transaction that occurs on this market will adjust the prices of the market accordingly.
releaseNotes: >-
This is a hotfix release that fixes a bug preventing new installations of the TDEX Provider app from working.
Previous 1.0.1 release notes:
🚨 IMPORTANT: Please ensure you have your 24-word recovery phrase written down BEFORE updating.
This update will require you to restore your wallet from the 24-word recovery phrase.

Loading…
Cancel
Save