From 88631143c1d5b361776b8dda0d3444c595fa4cc1 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:57:57 +0530 Subject: [PATCH] new release: v1.7.2 --- CHANGELOG.md | 15 ++++++++++++++- README.md | 20 ++++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c319e201..dbd3fb2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [v1.7.2] - 2019-08-26 + +### Added + +- add triggers to modification log line in sdex ([a9991dcfde025c20239bf28f35c0f28d73b1107c](https://github.com/stellar/kelp/commit/a9991dcfde025c20239bf28f35c0f28d73b1107c)) + +### Fixed + +- fix fill tracker to also work with path_payment type operations for sdex, fixes #219 ([fb6f4d41bb395769fdc4965e9c0d76033bbcd192](https://github.com/stellar/kelp/commit/fb6f4d41bb395769fdc4965e9c0d76033bbcd192)) +- fix op_underfunded error when replenishing top offer ([b56d7b51b467a4c2c0f059c8620b59800049c321](https://github.com/stellar/kelp/commit/b56d7b51b467a4c2c0f059c8620b59800049c321)) +- new oversell trigger during modify to check need to reduce amount of existing offers ([82285f3c5b4dcb6c05d5e400a49d57e23c7942b3](https://github.com/stellar/kelp/commit/82285f3c5b4dcb6c05d5e400a49d57e23c7942b3)) + ## [v1.7.1] - 2019-07-18 ### Fixed @@ -179,7 +191,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.7.1...HEAD +[Unreleased]: https://github.com/stellar/kelp/compare/v1.7.2...HEAD +[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 [v1.7.0]: https://github.com/stellar/kelp/compare/v1.6.1...v1.7.0 [v1.6.1]: https://github.com/stellar/kelp/compare/v1.6.0...v1.6.1 diff --git a/README.md b/README.md index 777ae29bd..cb3b564ac 100644 --- a/README.md +++ b/README.md @@ -60,24 +60,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.7.1**: +Here is a list of binaries for the most recent release **v1.7.2**: | Platform | Architecture | Binary File Name | | -------------- | ------------ | ---------------- | -| MacOS (Darwin) | 64-bit | [kelp-v1.7.1-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-darwin-amd64.tar) | -| Windows | 64-bit | [kelp-v1.7.1-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-windows-amd64.tar) | -| Linux | 64-bit | [kelp-v1.7.1-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-linux-amd64.tar) | -| Linux | 64-bit arm | [kelp-v1.7.1-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-linux-arm64.tar) | -| Linux | 32-bit arm5 | [kelp-v1.7.1-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-linux-arm5.tar) | -| Linux | 32-bit arm6 | [kelp-v1.7.1-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-linux-arm6.tar) | -| Linux | 32-bit arm7 | [kelp-v1.7.1-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.7.1/kelp-v1.7.1-linux-arm7.tar) | +| MacOS (Darwin) | 64-bit | [kelp-v1.7.2-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-darwin-amd64.tar) | +| Windows | 64-bit | [kelp-v1.7.2-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-windows-amd64.tar) | +| Linux | 64-bit | [kelp-v1.7.2-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-linux-amd64.tar) | +| Linux | 64-bit arm | [kelp-v1.7.2-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-linux-arm64.tar) | +| Linux | 32-bit arm5 | [kelp-v1.7.2-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-linux-arm5.tar) | +| Linux | 32-bit arm6 | [kelp-v1.7.2-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-linux-arm6.tar) | +| Linux | 32-bit arm7 | [kelp-v1.7.2-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.7.2/kelp-v1.7.2-linux-arm7.tar) | -After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.7.1`) and invoke the `kelp` binary. +After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.7.2`) 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.7.1 + cd kelp-v1.7.2 ./kelp To run the bot in simulation mode, try this command: