GitPedia
Reidmcc

Reidmcc/rockfish

Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)

6 Releases
Latest: 7y ago
v1.0.0-rcLatestPre-release
ReidmccReidmcc·7y ago·March 20, 2019
GitHub

**1.0.0-rc** implements functionality for Rockfish to operate with multiple hold-assets simultaneously, and is a major restructure to do so. It also brings Rockfish to release-candidate status; all core functionality is in a satisfactory state. Users upgrading from previous versions should note that configuration files from previous versions are **completely incompatible** with 1.0.0-rc. The [example configuration files](https://github.com/Reidmcc/rockfish/tree/master/examples) are in the new format and the [walkthrough](https://github.com/Reidmcc/rockfish/blob/master/walkthrough.md) describes the new methods. See the [CHANGELOG](https://github.com/Reidmcc/rockfish/blob/master/CHANGELOG.md) for additional details

v0.3.3-alphaPre-release
ReidmccReidmcc·7y ago·February 27, 2019
GitHub

0.3.3-alpha fixes a nil reference that could occur when a `calculatePathValues` call returned an error `TICK_INTERVAL_SECONDS` is no longer supported; users will need to remove it from their `arbitconfig.cfg` file

v0.3.2-alphaPre-release
ReidmccReidmcc·7y ago·February 24, 2019
GitHub

v0.3.2-alpha fixes a nil reference error that occurred when no usable route was found

v0.3.1-alphaPre-release
ReidmccReidmcc·7y ago·February 23, 2019
GitHub

v0.3.1-alpha fixes a bug that caused Rockfish to continually consume more CPU resources the longer it ran

v0.3.0-alphaPre-release
ReidmccReidmcc·7y ago·February 23, 2019
GitHub

v0.3.0-alpha implements a major overhaul, moving to multithreaded calculations synchronized to streamed SDEX orderbook updates. It is much faster than v0.2.1. See the [CHANGELOG](https://github.com/Reidmcc/rockfish/blob/master/CHANGELOG.md) for additional details.

v0.2.1-alphaPre-release
ReidmccReidmcc·7y ago·February 6, 2019
GitHub

v0.2.1-alpha is the first release for Rockfish, see the [walkthrough](https://github.com/Reidmcc/rockfish/blob/master/walkthrough.md) for usage info