SUPERALGOS GOVERNANCE

Alex White Team Proof of Value February 2023

Bug fixing, ordering signal listeners, addition of RSA keys

Alex White
Superalgos | Algorithmic Trading

--

Photo by Brett Jordan on Unsplash

Signal Listeners Queue Bug Fix

The signal broadcast queue had a bug where listeners were randomly assigned a position which did not reflect the designated ranking system. This bug has now been fixed and listeners will maintain a correct queue position based on their ranking

RSA Key Support

Binance now supports the use of RSA API keys. This support has now been added to the application and a readme has been created until the core docs can be updated. See the RSA keys readme for more information.

Minor Logging Updates

Minor updates to the logging system for developers. It is now possible to use the SA.logger.debug(…) function in the code, this will only be output if the apps are run with the argument logLevel=debug. See the logging readme for more information.

--

--