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

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [v1.2.0] - 2018-11-26

### Added
- support for alerting with PagerDuty as the first implementation, run `glide up` to update the dependency ([5e46ae0d94751d85dbb2e8f73094f5d96af0df5e](https://github.com/lightyeario/kelp/commit/5e46ae0d94751d85dbb2e8f73094f5d96af0df5e))
- support for logging to a file with the `--log` or `-l` command-line option followed by the prefix of the log filename
Expand All @@ -19,16 +33,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- levels are now logged with prices in the quote asset and amounts in the base asset for the sell, buysell, and balanced strategies
- clock tick is now synchronized at the start of each cycle ([cd33d91b2d468bfbce6d38a6186d12c86777b7d5](https://github.com/lightyeario/kelp/commit/cd33d91b2d468bfbce6d38a6186d12c86777b7d5))

### Deprecated

### Removed

### Fixed
- conversion of asset symbols in the GetOpenOrders() API for Kraken, reducing the number of tested asset symbols with this API
- fix op_underfunded errors when we hit capacity limits for non-XLM assets ([e6bebee9aeadf6e00a829a28c125f5dffad8c05c](https://github.com/lightyeario/kelp/commit/e6bebee9aeadf6e00a829a28c125f5dffad8c05c))

### Security

## [v1.1.2] - 2018-10-30

### Added
Expand Down Expand Up @@ -85,7 +93,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/lightyeario/kelp/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/lightyeario/kelp/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/lightyeario/kelp/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/lightyeario/kelp/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/lightyeario/kelp/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/lightyeario/kelp/compare/v1.0.0...v1.1.0
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2**:
Here is a list of binaries for the most recent release **v1.2.0**:

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

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

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

0 comments on commit e8d4f4e

Please sign in to comment.