Orko Versions Save

Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.

0.12.1

5 years ago

Exchange support

  • Upgraded KuCoin support to platform 2.0

New features

  • Changed the way Orko supports exchange sandbox/test environments. This is now a sandbox option in the configuration for each exchange, which changes the application to connect to the sandbox instead of the live exchange. Coinbase Pro and Kucoin sandboxes are currently supported.

Fixes

  • Fixed issue where a thread could go into an endless loop on shutdown, logging thousands of stack traces.
  • Reduced frequency of rate limit bans from Bittrex by reducing poll rate.
  • Increased degree of back-off when an exchange starts erroring, reducing spam.
  • Improved logging around exchange errors, particularly socket timeouts, which are now dealt with much more quietly in the background, and unsufficient funds errors.

Other (mostly of developer interest)

  • All but one dependency is now derived from Maven Central. Created dedicated forks so that development can be done apace against Orko, XChange and xchange-stream at the same time and backports to the main libraries can happen asynchronously.
  • Lots of improvements in test coverage
  • Lots of code smells resolved
  • Updated dependencies

0.11.3

5 years ago

Bug fixes:

  • Fix sign on Binance trades in UI
  • Fix alert job messages showing as "undefined" in UI job panel
  • Fix errors when using exchanges without API keys

Deployment improvements:

  • Package entire application into a single jarfile
  • Move all command line utilities for security, hashing etc into the main jarfile
  • Create github releases containing the complete compiled application

Other:

  • Updated various dependencies
  • Upgraded to Cypress 3.1.5 and improved reliability of end-to-end testing
  • Increased Sonar test coverage
  • Cleared a number of Sonar code smells

0.11.1

5 years ago
  • Improves the UI experience on Binance and Bitfinex so that balance changes are updated immediately. Balances, open orders and trades are now updated immediately for these two exchanges. This makes Orko's UI as responsive as the native websites for these exchanges. Coinbase Pro still has only partial support for instant updates, but is close to the same level of responsiveness. Other exchanges remain on a poll basis for the moment so UI responsiveness is variable.
  • Marks Bittrex as a "beta" exchange.