Browse Source

Upgrade ItchySats to `0.5.0` (#82)

main
scratchy 3 years ago
committed by GitHub
parent
commit
7b145a6a1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      itchysats/docker-compose.yml
  2. 10
      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.4.16@sha256:f404ace4baf85b9799bfa709c9481b35fabe22d6dcaf7fb8f664730c09230bc2 image: ghcr.io/itchysats/itchysats/taker:0.5.0@sha256:884f2f23756e67dd418aaf1aa2c5fcaf385bec6f37dc8412a02ab870da2168b5
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

10
itchysats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: itchysats id: itchysats
category: Finance category: Finance
name: ItchySats name: ItchySats
version: "0.4.16" version: "0.5.0"
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
@ -34,13 +34,14 @@ description: >-
1. Minimum position quantity is $100, maximum $1000 1. Minimum position quantity is $100, maximum $1000
2. The leverage is fixed at 2
With 0.4.0 your CFDs are perpetual positions that are extended hourly. This means your CFD position will remain open forever unless you decide to close it. A funding fee is collected hourly when the CFD is extended. With 0.4.0 your CFDs are perpetual positions that are extended hourly. This means your CFD position will remain open forever unless you decide to close it. A funding fee is collected hourly when the CFD is extended.
With 0.4.8 you can open long and short positions, previously only long positions were possible. With 0.4.8 you can open long and short positions, previously only long positions were possible.
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.
developer: ItchySats developer: ItchySats
website: https://itchysats.network website: https://itchysats.network
dependencies: dependencies:
@ -56,3 +57,6 @@ path: ""
defaultUsername: itchysats defaultUsername: itchysats
deterministicPassword: true deterministicPassword: true
torOnly: false torOnly: false
releaseNotes: >-
Users on versions 0.4.x are still supported for the time being, 0.5.0 is not breaking.
However, support for previous protocol version will eventually be discontinued, upgrading is encouraged!
Loading…
Cancel
Save