Skip to content

Releases: GaloyMoney/stablesats-rs

v0.9.1 Release

14 Mar 16:53
Compare
Choose a tag to compare

Bug Fixes

  • Okx transfer client id not found (#314)

v0.9.0 Release

14 Mar 11:09
Compare
Choose a tag to compare

Bug Fixes

  • Handling of okx error 58129 (#313)

Miscellaneous Tasks

  • Patch vulnerability
  • Bump axum-core from 0.3.2 to 0.3.3 (#305)
  • Bump serde_yaml from 0.9.17 to 0.9.19 (#307)
  • Bump thiserror from 1.0.38 to 1.0.39 (#308)
  • Bump async-trait from 0.1.64 to 0.1.66 (#309)
  • Add features to tokio in okex-client

v0.8.2 Release

03 Mar 15:25
Compare
Choose a tag to compare

Bug Fixes

  • Price server should handle 0 amounts

Miscellaneous Tasks

  • Remove redis-server from dev Dockerfile

v0.8.1 Release

03 Mar 11:52
Compare
Choose a tag to compare

Documentation

  • Remove old migration notice

Miscellaneous Tasks

  • Output version when starting daemon
  • Bump axum from 0.6.8 to 0.6.9 (#303)
  • Bump tokio from 1.25.0 to 1.26.0 (#302)
  • Bump sqlx-ledger from 0.5.2 to 0.5.5 (#304)
  • Bump axum from 0.6.6 to 0.6.8 (#297)
  • Bump prost from 0.11.6 to 0.11.8 (#298)
  • Bump clap from 4.1.6 to 4.1.8 (#300)

v0.8.0 Release

23 Feb 05:53
Compare
Choose a tag to compare

Bug Fixes

  • [breaking] Re-import galoy-transactions (#295)

v0.7.1 Release

16 Feb 10:32
Compare
Choose a tag to compare

Bug Fixes

  • New id for static POLL_OKEX job

Miscellaneous Tasks

  • Early return funding if okex is simulating

v0.7.0 Release

16 Feb 08:40
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Remove shared exchanges_config.rs (#292)
  • [breaking] Pause kollider integration (#291)
  • Bump axum from 0.6.4 to 0.6.6 (#286)
  • Bump sqlx-ledger from 0.5.1 to 0.5.2 (#287)
  • Bump clap from 4.1.4 to 4.1.6 (#290)

Refactor

  • [breaking] Restructure config and hedging module (#285)

v0.6.6 Release

15 Feb 13:18
Compare
Choose a tag to compare

Bug Fixes

  • Span should be reference (#288)

v0.6.5 Release

15 Feb 09:07
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Disable bitfinex-price-feed by default
  • Output sqlx_ledger spans
  • Log output as json and filter out sqlx (#284)

v0.6.4 Release

09 Feb 21:24
Compare
Choose a tag to compare

Bug Fixes

  • Typo
  • Host name in db url

Miscellaneous Tasks

  • Bump sqlx-ledger

Testing

  • Fix DATABASE_URL in makefile
  • Use same pg con as sqlx-ledger to improve local dev