Update ItchySats to v0.6.0 (#132)

This commit is contained in:
scratchy 2022-09-01 21:13:39 +10:00 committed by GitHub
parent 7eacab2787
commit d5cb997583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: itchysats
category: Finance
name: ItchySats
version: "0.5.5"
version: "0.6.0"
tagline: Peer-2-peer derivatives on Bitcoin
description: >-
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
@ -42,6 +42,8 @@ description: >-
With 0.5.0 you can chose from different from leverage. Leverage choices are configured by the maker and might initially be restricted to x1, x2 and x3.
With 0.6.0 you can open positions on BTCUSD and ETHUSD prices. #ShortTheMerge
developer: ItchySats
website: https://itchysats.network
dependencies:
@ -58,6 +60,5 @@ defaultUsername: itchysats
deterministicPassword: true
torOnly: false
releaseNotes: >-
This release fixes a rare but critical bug where the state of the application was not updated correctly resulting in unexpectedly force-closing positions.
Furthermore, this release improves connection stability.
It is recommended to update to this version to ensure position are not unexpectedly force-closed.
This release enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin.
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.