From 4fb4cd8c749f84965f860faeab1d02eb71250b87 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Mon, 4 Mar 2019 19:53:37 -0800 Subject: [PATCH] new release: v1.5.0 --- CHANGELOG.md | 21 ++++++++++++++------- README.md | 20 ++++++++++---------- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a609daa1d..06b3c851a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- support for dynamic fee calculations using the `/fee_stats` endpoint ([c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d](https://github.com/stellar/kelp/commit/c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d)) -- include ccxt-kraken as a read-only exchange ([796ae5964a835ca441bb67f5964656dc2b5ecdb4](https://github.com/stellar/kelp/commit/796ae5964a835ca441bb67f5964656dc2b5ecdb4)) -- USDC as a recognized asset ([3894b9a38fef601e5fe27a901f3f66a2071478f2](https://github.com/stellar/kelp/commit/3894b9a38fef601e5fe27a901f3f66a2071478f2)) - ### Changed -- load orderConstraints for ccxtExchange from CCXT API ([8d28c11b488e74f04d23f2ef62df6b603e731c68](https://github.com/stellar/kelp/commit/8d28c11b488e74f04d23f2ef62df6b603e731c68)) - ### Deprecated ### Removed @@ -24,6 +18,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [v1.5.0] - 2019-03-04 + +### Added + +- support for dynamic fee calculations using the `/fee_stats` endpoint ([c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d](https://github.com/stellar/kelp/commit/c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d)) +- include ccxt-kraken as a read-only exchange ([796ae5964a835ca441bb67f5964656dc2b5ecdb4](https://github.com/stellar/kelp/commit/796ae5964a835ca441bb67f5964656dc2b5ecdb4)) +- USDC as a recognized asset ([3894b9a38fef601e5fe27a901f3f66a2071478f2](https://github.com/stellar/kelp/commit/3894b9a38fef601e5fe27a901f3f66a2071478f2)) + +### Changed + +- load orderConstraints for ccxtExchange from CCXT API ([8d28c11b488e74f04d23f2ef62df6b603e731c68](https://github.com/stellar/kelp/commit/8d28c11b488e74f04d23f2ef62df6b603e731c68)) + ## [v1.4.0] - 2019-02-06 ### Added @@ -116,7 +122,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Configuration file based approach to setting up a bot - Documentation on existing capabilities -[Unreleased]: https://github.com/stellar/kelp/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/stellar/kelp/compare/v1.5.0...HEAD +[v1.5.0]: https://github.com/stellar/kelp/compare/v1.4.0...v1.5.0 [v1.4.0]: https://github.com/stellar/kelp/compare/v1.3.0...v1.4.0 [v1.3.0]: https://github.com/stellar/kelp/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/stellar/kelp/compare/v1.1.2...v1.2.0 diff --git a/README.md b/README.md index 39b550c36..65d7bad08 100644 --- a/README.md +++ b/README.md @@ -61,24 +61,24 @@ There is **one** binary associated with this project: `kelp`. Once the binary is You can find the pre-compiled binary for your platform from the [Github Releases Page][github-releases]. -Here is a list of binaries for the most recent release **v1.4.0**: +Here is a list of binaries for the most recent release **v1.5.0**: | Platform | Architecture | Binary File Name | | -------------- | ------------ | ---------------- | -| MacOS (Darwin) | 64-bit | [kelp-v1.4.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-darwin-amd64.tar) | -| Windows | 64-bit | [kelp-v1.4.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-windows-amd64.tar) | -| Linux | 64-bit | [kelp-v1.4.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-amd64.tar) | -| Linux | 64-bit arm | [kelp-v1.4.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm64.tar) | -| Linux | 32-bit arm5 | [kelp-v1.4.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm5.tar) | -| Linux | 32-bit arm6 | [kelp-v1.4.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm6.tar) | -| Linux | 32-bit arm7 | [kelp-v1.4.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.4.0/kelp-v1.4.0-linux-arm7.tar) | +| MacOS (Darwin) | 64-bit | [kelp-v1.5.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-darwin-amd64.tar) | +| Windows | 64-bit | [kelp-v1.5.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-windows-amd64.tar) | +| Linux | 64-bit | [kelp-v1.5.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-linux-amd64.tar) | +| Linux | 64-bit arm | [kelp-v1.5.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-linux-arm64.tar) | +| Linux | 32-bit arm5 | [kelp-v1.5.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-linux-arm5.tar) | +| Linux | 32-bit arm6 | [kelp-v1.5.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-linux-arm6.tar) | +| Linux | 32-bit arm7 | [kelp-v1.5.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.5.0/kelp-v1.5.0-linux-arm7.tar) | -After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.4.0`) and invoke the `kelp` binary. +After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.5.0`) and invoke the `kelp` binary. Here's an example to get you started (replace `filename` with the name of the file that you download): tar xvf filename - cd kelp-v1.4.0 + cd kelp-v1.5.0 ./kelp To run the bot in simulation mode, try this command: