Skip to content

Releases: Reidmcc/rockfish

v1.0.0-rc

20 Mar 03:24
cd328d9
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

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 are in the new format and the walkthrough describes the new methods. See the CHANGELOG for additional details

v0.3.3-alpha

27 Feb 02:51
804feeb
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release

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-alpha

24 Feb 21:05
3e171ee
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

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

v0.3.1-alpha

23 Feb 21:10
4f2383d
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

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

v0.3.0-alpha

23 Feb 03:19
970ce57
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

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 for additional details.

v0.2.1-alpha

06 Feb 05:38
8418598
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

v0.2.1-alpha is the first release for Rockfish, see the walkthrough for usage info