Skip to content

Releases: GaloyMoney/stablesats-rs

v0.5.0 Release

26 Jan 09:40
Compare
Choose a tag to compare

Features

  • [breaking] Ensure standalone price server (#264)

Miscellaneous Tasks

  • Bump axum from 0.6.2 to 0.6.4 (#258)
  • Bump clap from 4.1.1 to 4.1.4 (#259)

v0.4.5 Release

25 Jan 21:25
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Do not expect job data to be present
  • Better job execution visibility
  • Remove expects in JobExecutor

v0.4.4 Release

25 Jan 19:27
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Reduce retries increase connections

v0.4.3 Release

25 Jan 16:54
Compare
Choose a tag to compare

Bug Fixes

  • Wipe 0 attempt static jobs on startup

Miscellaneous Tasks

  • Fix adjust_hedge retries
  • Improve poll_galoy_transactions retries

v0.4.2 Release

25 Jan 15:27
Compare
Choose a tag to compare

Miscellaneous Tasks

  • More retries for critical jobs

v0.4.1 Release

25 Jan 10:04
Compare
Choose a tag to compare

Bug Fixes

  • Remove bitfinex from hedging + more resilient health check
  • Non-overlapping job ids between user-trades and hedging
  • Disable bitfinex price by default
  • Remove comment

Miscellaneous Tasks

  • Set correct channel_name for adjust_funding

Testing

  • Remove bitfinex from hedging test

v0.4.0 Release

24 Jan 15:27
Compare
Choose a tag to compare

Bug Fixes

  • Typo in tests/price_app

Features

  • Bitfinex client (#229)
  • Bitfinex price (#247)

Miscellaneous Tasks

  • Default weight is 1.0
  • Bump async-trait from 0.1.61 to 0.1.63 (#252)
  • Bump serde_yaml from 0.9.16 to 0.9.17 (#254)
  • Bump rust_decimal_macros from 1.27.0 to 1.28.0 (#255)
  • Bump axum-core from 0.3.1 to 0.3.2 (#256)
  • Comment bitfinex vars in docker-compose
  • Remove redundant galoy-client query
  • Delete unused graphql
  • Bump reqwest from 0.11.13 to 0.11.14 (#250)
  • Bump tokio from 1.24.1 to 1.24.2 (#248)
  • Bump serial_test from 0.10.0 to 1.0.0 (#249)
  • Bump clap from 4.0.32 to 4.1.1 (#246)
  • Bump graphql_client from 0.11.0 to 0.12.0 (#245)
  • Bump axum from 0.6.1 to 0.6.2 (#244)
  • Bump prost from 0.11.5 to 0.11.6 (#243)
  • Bump tokio from 1.24.0 to 1.24.1 (#239)
  • Bump async-trait from 0.1.60 to 0.1.61 (#240)
  • Bump serde_with from 2.1.0 to 2.2.0 (#241)
  • Bump axum-core from 0.3.0 to 0.3.1 (#242)
  • Bump async-trait from 0.1.58 to 0.1.60 (#236)
  • Bump tokio from 1.23.0 to 1.24.0 (#237)
  • Bump prost from 0.11.3 to 0.11.5 (#226)
  • Bump clap from 4.0.29 to 4.0.32 (#231)
  • Bump serde from 1.0.151 to 1.0.152 (#233)

Refactor

  • [breaking] Introduce single unified database (#251)
  • Rename ExchangeConfigs

Testing

  • Ignore hedging - too unstable
  • Ignore okex tests
  • Pass withouth BITFINEX creds

v0.3.27 Release

26 Dec 22:24
Compare
Choose a tag to compare

Bug Fixes

  • Await timestamp_sender for health check

v0.3.26 Release

26 Dec 20:39
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Dev mock price is configured directly in price_cache

v0.3.25 Release

24 Dec 21:17
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Add mock dev price
  • Switch price feed to in-memory pubsub (#230)