Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.11 KB

Changelog

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.

[Unreleased]

[0.0.0.7] - 2023-02-21

  • Rename ServiceNode Actor Type Name to Servicer

[0.0.0.6] - 2023-02-20

  • Added the ability to override the default BootstrapNodes via flag

[0.0.0.5] - 2023-02-17

  • Removed unnecessary server mode enabling call via EnableServerMode() function

[0.0.0.4] - 2023-02-07

  • Added GITHUB_WIKI tags where it was missing

[0.0.0.3] - 2023-02-06

  • Introduced CONFIG_PATH and GENESIS_PATH environment variables for debug CLI commands

[0.0.0.2] - 2023-02-03

  • Changed log lines to utilize new logger module.

[0.0.0.1] - 2023-01-10

  • Updated module constructor to accept a bus and not a runtimeMgr anymore

[0.0.0.0] - 2022-11-02

  • Added the simplest form of feature flagging for the RPC server functionality
  • Calling the RPC server entrypoint in a goroutine if enabled