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

Latest commit

 

History

History
113 lines (68 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

113 lines (68 loc) · 3.81 KB

Improvements

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

Bug fixes

  • Update list of supported currencies and markets

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

Bug Fixes

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

Bug Fixes

  • fix Volumes query

Improvements

  • Add formattedBtcVolume and formattedBtcAmount to OpenOffer query

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

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

Notice

  • minor version bump due to breaking change

Improvements

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

Features

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

Improvements

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

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

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)

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 scenarios where threads would crash have been fixed

Bug fixes

  • fix issue with the ci pipeline release process