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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Mar 5, 2019
1 parent 66902e0 commit 4fb4cd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- support for dynamic fee calculations using the `/fee_stats` endpoint ([c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d](https://github.com/stellar/kelp/commit/c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d))
- include ccxt-kraken as a read-only exchange ([796ae5964a835ca441bb67f5964656dc2b5ecdb4](https://github.com/stellar/kelp/commit/796ae5964a835ca441bb67f5964656dc2b5ecdb4))
- USDC as a recognized asset ([3894b9a38fef601e5fe27a901f3f66a2071478f2](https://github.com/stellar/kelp/commit/3894b9a38fef601e5fe27a901f3f66a2071478f2))

### Changed

- load orderConstraints for ccxtExchange from CCXT API ([8d28c11b488e74f04d23f2ef62df6b603e731c68](https://github.com/stellar/kelp/commit/8d28c11b488e74f04d23f2ef62df6b603e731c68))

### Deprecated

### Removed
Expand All @@ -24,6 +18,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Security

## [v1.5.0] - 2019-03-04

### Added

- support for dynamic fee calculations using the `/fee_stats` endpoint ([c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d](https://github.com/stellar/kelp/commit/c0f7b5de726b7718f9335ba6b1e1aceca3d9a72d))
- include ccxt-kraken as a read-only exchange ([796ae5964a835ca441bb67f5964656dc2b5ecdb4](https://github.com/stellar/kelp/commit/796ae5964a835ca441bb67f5964656dc2b5ecdb4))
- USDC as a recognized asset ([3894b9a38fef601e5fe27a901f3f66a2071478f2](https://github.com/stellar/kelp/commit/3894b9a38fef601e5fe27a901f3f66a2071478f2))

### Changed

- load orderConstraints for ccxtExchange from CCXT API ([8d28c11b488e74f04d23f2ef62df6b603e731c68](https://github.com/stellar/kelp/commit/8d28c11b488e74f04d23f2ef62df6b603e731c68))

## [v1.4.0] - 2019-02-06

### Added
Expand Down Expand Up @@ -116,7 +122,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.4.0...HEAD
[Unreleased]: https://github.com/stellar/kelp/compare/v1.5.0...HEAD
[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
[v1.3.0]: https://github.com/stellar/kelp/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/stellar/kelp/compare/v1.1.2...v1.2.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.4.0**:
Here is a list of binaries for the most recent release **v1.5.0**:

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

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

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

0 comments on commit 4fb4cd8

Please sign in to comment.