All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Rename ServiceNode Actor Type Name to Servicer
- Added the ability to override the default
BootstrapNodes
via flag
- Removed unnecessary server mode enabling call via
EnableServerMode()
function
- Added GITHUB_WIKI tags where it was missing
- Introduced
CONFIG_PATH
andGENESIS_PATH
environment variables for debug CLI commands
- Changed log lines to utilize new logger module.
- Updated module constructor to accept a
bus
and not aruntimeMgr
anymore
- Added the simplest form of feature flagging for the RPC server functionality
- Calling the RPC server entrypoint in a goroutine if enabled