Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

60 lines (38 loc) · 1.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

v1.0.0 - 2018-10-15

Changed

  • executables for windows should use the .exe extension (7b5bbc9eb5b776a27c63483c4af09ca38937670d)

Fixed

  • fixed divide by zero error (fa7d7c4d5a2a256d6cfcfe43a65e530e3c06862e)

v1.0.0-rc3 - 2018-09-29

Added

  • support for all currencies available on Kraken

v1.0.0-rc2 - 2018-09-28

Added

  • This CHANGELOG file

Changed

  • Updated dependency github.com/stellar/go to latest version 5bbd27814a3ffca9aeffcbd75a09a6164959776a, run glide up to update this dependency

Fixed

  • If SOURCE_SECRET_SEED is missing or empty then the bot will not crash now.
  • support for CAP-0003 introduced in stellar-core protocol v10 (issue #2)

v1.0.0-rc1 - 2018-08-13

Added

  • Kelp bot with a few basic strategies, priceFeeds, and support for integrating with the Kraken Exchange.
  • Modular design allowing anyone to plug in their own strategies
  • Robust logging
  • Configuration file based approach to setting up a bot
  • Documentation on existing capabilities