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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Mar 29, 2019
1 parent 1ee36bc commit 761e114
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 @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

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

### Added

- Enable trading on centralized exchanges ([505162a86777f99fba26bc953b3125aba90e2f7e](https://github.com/stellar/kelp/commit/505162a86777f99fba26bc953b3125aba90e2f7e)) ([a9ab0346ddd3500395018d1dbcf426200b5fb112](https://github.com/stellar/kelp/commit/a9ab0346ddd3500395018d1dbcf426200b5fb112)) ([3a1b4c467495a5ebb8219c554dd8a5e4d63723e5](https://github.com/stellar/kelp/commit/3a1b4c467495a5ebb8219c554dd8a5e4d63723e5))
- support for OrderConstraintsFilter to preempt invalid orders ([b9ba73071d97e9e0e8c6f61989ff9375be4dbbeb](https://github.com/stellar/kelp/commit/b9ba73071d97e9e0e8c6f61989ff9375be4dbbeb))
- Expand CCXT exchanges enabled on Kelp, including trading-enabled exchanges ([0631bb1ec8892e331907614cca94d66aed3ee026](https://github.com/stellar/kelp/commit/0631bb1ec8892e331907614cca94d66aed3ee026)) ([40c56416e07a5f974815ee0ca11992c8825e57c2](https://github.com/stellar/kelp/commit/40c56416e07a5f974815ee0ca11992c8825e57c2))
Expand All @@ -19,17 +33,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- krakenExchange logs better error message when trading pair is missing ([807139ff2b4b6fb81726459b1ef1958d95f7cd95](https://github.com/stellar/kelp/commit/807139ff2b4b6fb81726459b1ef1958d95f7cd95))
- Sort exchanges based on what is tested first ([8d6d4502032b8b5b237ad9d2a6fe3c38f176c541](https://github.com/stellar/kelp/commit/8d6d4502032b8b5b237ad9d2a6fe3c38f176c541))

### Deprecated

### Removed

### Fixed

- Fixed Mirror Strategy not working without offsetTrades flag ([09f76e891967a146363ccbd8fe8ccf53656c270e](https://github.com/stellar/kelp/commit/09f76e891967a146363ccbd8fe8ccf53656c270e))
- Fix minVolume amounts when offsetting trades in mirror strategy ([0576aa1724b98b3d359b1d82ca36b156b0251977](https://github.com/stellar/kelp/commit/0576aa1724b98b3d359b1d82ca36b156b0251977))

### Security

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

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

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| 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) |
| 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) |

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

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

0 comments on commit 761e114

Please sign in to comment.