Browse Source

Update ItchySats to v0.5.5 (#113)

main
scratchy 2 years ago
committed by GitHub
parent
commit
002df2fdf3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      itchysats/docker-compose.yml
  2. 8
      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.5.4@sha256:9fa1a461cbe9760944c5a471343064177a5ad3a497787ddcee72b598006d3bcb image: ghcr.io/itchysats/itchysats/taker:0.5.5@sha256:0cad22e242288d95f7128261034b336b14fa4888f9851177d88d7e3105c93e99
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

8
itchysats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: itchysats id: itchysats
category: Finance category: Finance
name: ItchySats name: ItchySats
version: "0.5.4" version: "0.5.5"
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
@ -58,6 +58,6 @@ defaultUsername: itchysats
deterministicPassword: true deterministicPassword: true
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This release is deprecating the remaining old network protocols. This release fixes a rare but critical bug where the state of the application was not updated correctly resulting in unexpectedly force-closing positions.
The old network protocol stack will be removed with the next release. Furthermore, this release improves connection stability.
Please upgrade to keep compatibility. It is recommended to update to this version to ensure position are not unexpectedly force-closed.
Loading…
Cancel
Save