Skip to content

v3.13.1

Compare
Choose a tag to compare
@sjanel sjanel released this 17 Feb 23:17
· 377 commits to main since this release

What's Changed

  • Remove CreateCommandLineOptionsParser which is not very useful by @sjanel in #243
  • Possibility to customize API update frequencies per exchange in exchangeconfig.json by @sjanel in #244
  • When calling query tradable markets for Bithumb, use markets query delay (which should be larger normally) instead of all orderbooks one by @sjanel in #245
  • Do not query deposit address for non depositable coins on exchange by @sjanel in #246
  • Redesign exchange info configuration file by @sjanel in #247
  • Fiat conversion query rate is now configurable in 'generalconfig.json' by @sjanel in #249
  • Extensive trade and withdraw tests by @sjanel in #250
  • Extract Exchange orchestrator from Coincenter in new class by @sjanel in #251
  • Fix rounding to nearest by @sjanel in #254
  • Addition of ExchangesOrchestrator unit tests by @sjanel in #253
  • Refactor compiler dependent defines and centralize them in cct_config by @sjanel in #255
  • Make CachedResult test more deterministic by using steady_clock by @sjanel in #256

Full Changelog: v3.12.0...v3.13.1