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.1.0

24 Oct 08:20
Compare
Choose a tag to compare

Features

  • add hloc query to graphql

Improvements

  • better responsiveness of api during bootstrapping via bulk insert of trade history
  • test that there are no warnings when building without any features in ci pipeline
  • automatically commit version as -dev in Cargo.{toml,lock} after a version bump

risq release v0.0.7

23 Oct 17:35
Compare
Choose a tag to compare

Improvements

  • Logging only for the daemon command. Default log level is info, this can be changed using the new flag --log-level (#12)

Bug fixes

  • Fixed timestamp bug in price nodes (#15)

risq release v0.0.6

22 Oct 13:45
Compare
Choose a tag to compare

Features

  • removed /offers api endpoint and added offers query to the graphql schema
  • updated cli to hit the graphql endpoint and add --market CUR arg to the offers sub command (to filter offers by non BTC currency)

Improvements

  • incoming messages that Add / Refresh offers are now cryptographically verified
  • some scenarious where threads would crash have been fixed

Bug fixe

  • fix issue with the ci pipeline release process

risq-android release v0.0.1

01 Nov 10:02
Compare
Choose a tag to compare

Features

  • Initial POC release of risq-android