Releases: Reidmcc/rockfish
v1.0.0-rc
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
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
v0.3.2-alpha fixes a nil reference error that occurred when no usable route was found
v0.3.1-alpha
v0.3.1-alpha fixes a bug that caused Rockfish to continually consume more CPU resources the longer it ran
v0.3.0-alpha
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
v0.2.1-alpha is the first release for Rockfish, see the walkthrough for usage info