Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
new release: v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Aug 26, 2019
1 parent f6a2f05 commit 8863114
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8863114

Please sign in to comment.