Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Releases: bodymindarts/risq

risq release v0.4.1

13 Nov 08:16
Compare
Choose a tag to compare

Improvements

  • Restructure the 'features' default = ["checker", "statistics", "vendored-openssl", "fail-on-warnings"]

Bug fixes

  • Update list of supported currencies and markets

risq release v0.4.0

12 Nov 16:12
Compare
Choose a tag to compare

Features

  • Add /status endpoint to get meta data about the state of the p2p module (connections / bootstrap state etc)
  • Add --force-seed=<hostname>:<port> option to daemon command to force usage of a given seed

Improvements

  • GraphQL Api returns 503 when daemon has not bootstrapped
  • Change flag --use-tor=<bool> to --no-tor. Passing the bool value is redundant.

Bug Fixes

  • Fix default RISQ_HOME dir (was missing .risq part)
  • Add in previously unsupported currencies

risq release v0.3.5

08 Nov 22:22
Compare
Choose a tag to compare

Bug Fixes

  • Fix default RISQ_HOME dir (was missing .risq part)

risq release v0.3.4

07 Nov 21:27
Compare
Choose a tag to compare

Bug Fixes

  • fix Volumes query

risq release v0.3.3

07 Nov 17:15
Compare
Choose a tag to compare

Improvements

  • Add formattedBtcVolume and formattedBtcAmount to OpenOffer query

risq release v0.3.2

06 Nov 13:05
Compare
Choose a tag to compare

Improvements

  • Only bootstrap from @wiz seednode so as to not add load to the other seed nodes
  • Handle removing offers when receiving RemoveDataMessage

Bug Fixes

  • Fix issues causing slight differences in returned data vs that of markets api

risq release v0.3.1

01 Nov 04:55
Compare
Choose a tag to compare

Improvements

  • pick up RISQ_HOME as root data dir
  • Expose / remove code when target_os = "android"

Bug fixes

  • Add capability to handle new TradeStatistics hash

risq release v0.3.0

27 Oct 18:53
Compare
Choose a tag to compare

Notice

  • minor version bump due to breaking change

Improvements

  • Demoved depth query from schema. The same data can be fetched via the offers field.

risq release v0.2.0

26 Oct 10:54
Compare
Choose a tag to compare

Features

  • add ticker volumes and depth query. Now feature complete with bisq markets api.

risq release v0.1.1

25 Oct 15:09
Compare
Choose a tag to compare

Improvements

  • test build for arm-unknown-linux-gnueabihf target (eg. raspi) and attach binary to release