Browse Source

Update ItchySats to v0.6.1 (#133)

main
scratchy 2 years ago
committed by GitHub
parent
commit
e7c76ca11f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      itchysats/docker-compose.yml
  2. 9
      itchysats/umbrel-app.yml

2
itchysats/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8000 APP_PORT: 8000
web: web:
image: ghcr.io/itchysats/itchysats/taker:0.6.0@sha256:5d58c5015789b66bbb9a11fb3235651281c9d09aee47ab1c8dcf562dec767835 image: ghcr.io/itchysats/itchysats/taker:0.6.1@sha256:5ad0baea350bee41b6e828030ff37f7bb61359d381c7afd15f874ee2bf9d6c62
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

9
itchysats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: itchysats id: itchysats
category: Finance category: Finance
name: ItchySats name: ItchySats
version: "0.6.0" version: "0.6.1"
tagline: Peer-2-peer derivatives on Bitcoin tagline: Peer-2-peer derivatives on Bitcoin
description: >- description: >-
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
@ -60,5 +60,8 @@ defaultUsername: itchysats
deterministicPassword: true deterministicPassword: true
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This release enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin. This release fixes a minor UI bug for 0.6.0.
With this release support for the legacy network stack is dropped; versions prior to 0.5.4 are not supported anymore and have to upgrade to maintain compatibility.
Release 0.6.0 enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin.
With release 0.6.0 support for the legacy network stack is dropped; versions prior to 0.5.4 are not supported anymore and have to upgrade to maintain compatibility.
Loading…
Cancel
Save