Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
4 deletions
-
tdex/exports.sh
-
tdex/umbrel-app.yml
|
@ -2,6 +2,3 @@ export APP_TDEX_PORT="9092" |
|
|
|
|
|
|
|
|
daemon_hidden_service_file="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}-daemon/hostname" |
|
|
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")" |
|
|
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" |
|
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
id: tdex |
|
|
id: tdex |
|
|
category: bitcoin |
|
|
category: bitcoin |
|
|
name: TDEX Provider |
|
|
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 |
|
|
tagline: Provide liquidity on the TDEX Network, an open protocol to trade Liquid Network assets |
|
|
description: >- |
|
|
description: >- |
|
|
A liquidity provider holds Liquid reserves of both a BASE_ASSET-QUOTE_ASSET in his non-custodial Liquid hot-wallet, |
|
|
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. |
|
|
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. |
|
|
Every transaction that occurs on this market will adjust the prices of the market accordingly. |
|
|
releaseNotes: >- |
|
|
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. |
|
|
🚨 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. |
|
|
This update will require you to restore your wallet from the 24-word recovery phrase. |
|
|
|
|
|
|
|
|