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.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Apr 13, 2019
1 parent 9f8a69a commit 278b0a9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Security

## [v1.6.1] - 2019-04-12

### Added

- Use app name and version headers from horizon client in Go SDKs ([d21a75fcdbff323de46e3d2a46f37d64831b1cb7](https://github.com/stellar/kelp/commit/d21a75fcdbff323de46e3d2a46f37d64831b1cb7))
- Add overrides for remaining orderConstraints via configs, fixing precision errors on centralized exchanges ([6d989c8d78ea7c088e36b2b6f2bb7679013617d0](https://github.com/stellar/kelp/commit/6d989c8d78ea7c088e36b2b6f2bb7679013617d0))
- Add support for passing in params and headers to CCXT exchanges, such as coinbasepro ([e7c76fe14191f14410aa0bcc34b06e202cc1c020](https://github.com/stellar/kelp/commit/e7c76fe14191f14410aa0bcc34b06e202cc1c020))

### Fixed

- Fixed "Asset converter could not recognize string" error when trading using krakenExchange ([258f1d67d3899ed21c3ee69cefd6299ea1c8bd4a](https://github.com/stellar/kelp/commit/258f1d67d3899ed21c3ee69cefd6299ea1c8bd4a))
- Turn off minBaseVolume checks in mirror strategy when OFFSET_TRADES=false ([82e58b49381973efa5adc12c0f0238432f6cce2c](https://github.com/stellar/kelp/commit/82e58b49381973efa5adc12c0f0238432f6cce2c))
- fix monitoring by only checking google auth when related config values are passed in ([860d76b0c089efa62299093ff9ccf2d7b868a14c](https://github.com/stellar/kelp/commit/860d76b0c089efa62299093ff9ccf2d7b868a14c))

## [v1.6.0] - 2019-03-29

### Added
Expand Down Expand Up @@ -142,7 +156,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.6.0...HEAD
[Unreleased]: https://github.com/stellar/kelp/compare/v1.6.1...HEAD
[v1.6.1]: https://github.com/stellar/kelp/compare/v1.6.0...v1.6.1
[v1.6.0]: https://github.com/stellar/kelp/compare/v1.5.0...v1.6.0
[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
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,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.6.0**:
Here is a list of binaries for the most recent release **v1.6.1**:

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| MacOS (Darwin) | 64-bit | [kelp-v1.6.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.6.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.6.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.6.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.6.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.6.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.6.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.6.0/kelp-v1.6.0-linux-arm7.tar) |
| MacOS (Darwin) | 64-bit | [kelp-v1.6.1-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.6.1-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.6.1-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.6.1-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.6.1-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.6.1-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.6.1-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.6.1/kelp-v1.6.1-linux-arm7.tar) |

After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.6.0`) and invoke the `kelp` binary.
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.6.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.6.0
cd kelp-v1.6.1
./kelp

To run the bot in simulation mode, try this command:
Expand Down

0 comments on commit 278b0a9

Please sign in to comment.