From 90e31022e46f5585a81f6890e6a1d4747455673f Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Mon, 17 Feb 2020 16:23:43 -0500 Subject: [PATCH] new release: v1.8.1 --- CHANGELOG.md | 17 +++++++++++++++-- README.md | 20 ++++++++++---------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba5b7102..dba79755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [v1.8.1] - 2020-02-17 + +### Changed + +- throw error on startup when FILL_TRACKER_SLEEP_MILLIS is not set but POSTGRES_DB is set ([99799da07bd2afafc061d410f9fa72b0b0332d75](https://github.com/stellar/kelp/commit/99799da07bd2afafc061d410f9fa72b0b0332d75)) +- log offer if isSelling check fails ([ea505bdfd6c41ecf71eb1b13e3c5f0c1cb7666a3](https://github.com/stellar/kelp/commit/ea505bdfd6c41ecf71eb1b13e3c5f0c1cb7666a3)) + +### Fixed + +- upgrade horizonclient to patched version to fix load offers issues ([c0a4e3ac4eadfd34b31081ff911169a37d26d7d5](https://github.com/stellar/kelp/commit/c0a4e3ac4eadfd34b31081ff911169a37d26d7d5)) +- upgrade horizonclient to patched version to fix delete offer op issue ([2cbfb6782915f1bfd949aa2821d94e9bbf735d6f](https://github.com/stellar/kelp/2cbfb6782915f1bfd949aa2821d94e9bbf735d6f)) +- workaround empty trades error ([f6d31c2587c3bc7fb4a68a7e7ed6c1777021f001](https://github.com/stellar/kelp/commit/f6d31c2587c3bc7fb4a68a7e7ed6c1777021f001)) +- update priceFeed_test#wantUpperBoundXLM ([a8dbcf4afbdb896e7fe5fa85de611a48b3112db9](https://github.com/stellar/kelp/commit/a8dbcf4afbdb896e7fe5fa85de611a48b3112db9)) ## [v1.8.0] - 2020-02-11 @@ -69,7 +82,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - upgrade yarn.lock js dependencies to address any security concerns in js dependency libraries used by Kelp GUI ([a6c03336f0d9f1bc6874eabe2887171a4dd4a369](https://github.com/stellar/kelp/commit/a6c03336f0d9f1bc6874eabe2887171a4dd4a369), [77ec937e2175082969aae7b133daf9ea0cf9a350](https://github.com/stellar/kelp/commit/77ec937e2175082969aae7b133daf9ea0cf9a350)) - ## [v1.7.2] - 2019-08-26 ### Added @@ -243,7 +255,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.8.0...HEAD +[Unreleased]: https://github.com/stellar/kelp/compare/v1.8.1...HEAD +[v1.8.1]: https://github.com/stellar/kelp/compare/v1.8.0...v1.8.1 [v1.8.0]: https://github.com/stellar/kelp/compare/v1.7.2...v1.8.0 [v1.7.2]: https://github.com/stellar/kelp/compare/v1.7.1...v1.7.2 [v1.7.1]: https://github.com/stellar/kelp/compare/v1.7.0...v1.7.1 diff --git a/README.md b/README.md index 724d458cc..c92fff136 100644 --- a/README.md +++ b/README.md @@ -66,24 +66,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.8.0**: +Here is a list of binaries for the most recent release **v1.8.1**: | Platform | Architecture | Binary File Name | | -------------- | ------------ | ---------------- | -| MacOS (Darwin) | 64-bit | [kelp-v1.8.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-darwin-amd64.tar) | -| Windows | 64-bit | [kelp-v1.8.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-windows-amd64.tar) | -| Linux | 64-bit | [kelp-v1.8.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-linux-amd64.tar) | -| Linux | 64-bit arm | [kelp-v1.8.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-linux-arm64.tar) | -| Linux | 32-bit arm5 | [kelp-v1.8.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-linux-arm5.tar) | -| Linux | 32-bit arm6 | [kelp-v1.8.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-linux-arm6.tar) | -| Linux | 32-bit arm7 | [kelp-v1.8.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.8.0/kelp-v1.8.0-linux-arm7.tar) | +| MacOS (Darwin) | 64-bit | [kelp-v1.8.1-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-darwin-amd64.tar) | +| Windows | 64-bit | [kelp-v1.8.1-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-windows-amd64.tar) | +| Linux | 64-bit | [kelp-v1.8.1-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-amd64.tar) | +| Linux | 64-bit arm | [kelp-v1.8.1-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm64.tar) | +| Linux | 32-bit arm5 | [kelp-v1.8.1-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm5.tar) | +| Linux | 32-bit arm6 | [kelp-v1.8.1-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm6.tar) | +| Linux | 32-bit arm7 | [kelp-v1.8.1-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.8.1/kelp-v1.8.1-linux-arm7.tar) | -After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.8.0`) and invoke the `kelp` binary. +After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.8.1`) 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.8.0 + cd kelp-v1.8.1 ./kelp To run the bot in simulation mode, try this command: