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.
v1.0.0 - 2018-10-15
- executables for windows should use the .exe extension (7b5bbc9eb5b776a27c63483c4af09ca38937670d)
- fixed divide by zero error (fa7d7c4d5a2a256d6cfcfe43a65e530e3c06862e)
v1.0.0-rc3 - 2018-09-29
- support for all currencies available on Kraken
v1.0.0-rc2 - 2018-09-28
- This CHANGELOG file
- Updated dependency
github.com/stellar/go
to latest version5bbd27814a3ffca9aeffcbd75a09a6164959776a
, runglide up
to update this dependency
- 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)
- 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