This repository has been archived by the owner on May 5, 2024. It is now read-only.
Releases: bodymindarts/risq
Releases · bodymindarts/risq
risq release v0.4.1
risq release v0.4.0
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 todaemon
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
Bug Fixes
- Fix default
RISQ_HOME
dir (was missing.risq
part)
risq release v0.3.4
Bug Fixes
- fix Volumes query
risq release v0.3.3
Improvements
- Add formattedBtcVolume and formattedBtcAmount to OpenOffer query
risq release v0.3.2
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
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
Notice
- minor version bump due to breaking change
Improvements
- Demoved
depth
query from schema. The same data can be fetched via theoffers
field.
risq release v0.2.0
Features
- add
ticker
volumes
anddepth
query. Now feature complete with bisq markets api.
risq release v0.1.1
Improvements
- test build for arm-unknown-linux-gnueabihf target (eg. raspi) and attach binary to release