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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Jan 11, 2019
1 parent bbeff10 commit e19784f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,33 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added
- mirror strategy offsets trades onto the backing exchange, run `glide up` to udpate dependencies ([3a703a359db541b636cab38c3dd8a7fbe6df7193](https://github.com/interstellar/kelp/commit/3a703a359db541b636cab38c3dd8a7fbe6df7193))
- ccxt integration now supports trading APIs for all exchanges ([5cf0aedc67eff89a8f82082326f878844ac7b5d5](https://github.com/interstellar/kelp/commit/5cf0aedc67eff89a8f82082326f878844ac7b5d5))
- randomized delay via the MAX_TICK_DELAY_MILLIS ([4b74affb9933bf08a093ee66cea46c1b3fb87753](https://github.com/interstellar/kelp/commit/4b74affb9933bf08a093ee66cea46c1b3fb87753))

### Changed
- balanced strategy avoids unncessary re-randomization on every update cycle ([0be414c77c2f12c9b4b624922aea5841e84c704c](https://github.com/interstellar/kelp/commit/0be414c77c2f12c9b4b624922aea5841e84c704c))

### Deprecated

### Removed

### Fixed
- fix op_underfunded issue when hitting capacity limits ([d339e421f82de9e2996e45e71d745d81dff2f3f0](https://github.com/interstellar/kelp/commit/d339e421f82de9e2996e45e71d745d81dff2f3f0))

### Security

## [v1.3.0] - 2019-01-10

### Added
- mirror strategy offsets trades onto the backing exchange, run `glide up` to udpate dependencies ([3a703a359db541b636cab38c3dd8a7fbe6df7193](https://github.com/interstellar/kelp/commit/3a703a359db541b636cab38c3dd8a7fbe6df7193))
- ccxt integration now supports trading APIs for all exchanges ([5cf0aedc67eff89a8f82082326f878844ac7b5d5](https://github.com/interstellar/kelp/commit/5cf0aedc67eff89a8f82082326f878844ac7b5d5))
- randomized delay via the MAX_TICK_DELAY_MILLIS ([4b74affb9933bf08a093ee66cea46c1b3fb87753](https://github.com/interstellar/kelp/commit/4b74affb9933bf08a093ee66cea46c1b3fb87753))

### Changed
- balanced strategy avoids unncessary re-randomization on every update cycle ([0be414c77c2f12c9b4b624922aea5841e84c704c](https://github.com/interstellar/kelp/commit/0be414c77c2f12c9b4b624922aea5841e84c704c))

### Fixed
- fix op_underfunded issue when hitting capacity limits ([d339e421f82de9e2996e45e71d745d81dff2f3f0](https://github.com/interstellar/kelp/commit/d339e421f82de9e2996e45e71d745d81dff2f3f0))

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

### Added
Expand Down Expand Up @@ -88,7 +95,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- If `SOURCE_SECRET_SEED` is missing or empty then the bot will not crash now.
- support for [CAP-0003](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0003.md) introduced in stellar-core protocol v10 ([issue #2](https://github.com/interstellar/kelp/issues/2))


## v1.0.0-rc1 - 2018-08-13

### Added
Expand All @@ -98,7 +104,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/interstellar/kelp/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/interstellar/kelp/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/interstellar/kelp/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/interstellar/kelp/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/interstellar/kelp/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/interstellar/kelp/compare/v1.1.0...v1.1.1
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.2.0**:
Here is a list of binaries for the most recent release **v1.3.0**:

| Platform | Architecture | Binary File Name |
| -------------- | ------------ | ---------------- |
| MacOS (Darwin) | 64-bit | [kelp-v1.2.0-darwin-amd64.tar](https://github.com/interstellar/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/interstellar/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/interstellar/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/interstellar/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/interstellar/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/interstellar/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/interstellar/kelp/releases/download/v1.2.0/kelp-v1.2.0-linux-arm7.tar) |
| MacOS (Darwin) | 64-bit | [kelp-v1.3.0-darwin-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-darwin-amd64.tar) |
| Windows | 64-bit | [kelp-v1.3.0-windows-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-windows-amd64.tar) |
| Linux | 64-bit | [kelp-v1.3.0-linux-amd64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-amd64.tar) |
| Linux | 64-bit arm | [kelp-v1.3.0-linux-arm64.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm64.tar) |
| Linux | 32-bit arm5 | [kelp-v1.3.0-linux-arm5.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm5.tar) |
| Linux | 32-bit arm6 | [kelp-v1.3.0-linux-arm6.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm6.tar) |
| Linux | 32-bit arm7 | [kelp-v1.3.0-linux-arm7.tar](https://github.com/interstellar/kelp/releases/download/v1.3.0/kelp-v1.3.0-linux-arm7.tar) |

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

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

0 comments on commit e19784f

Please sign in to comment.