Skip to content

sn-node-manager-v0.10.0

Compare
Choose a tag to compare
@jacderida jacderida released this 08 Jul 18:34
· 2331 commits to main since this release

Added

  • Global --debug and --trace arguments are provided. These will output debugging and trace-level
    logging, respectively, direct to stderr.

Changed

  • The mechanism used by the node manager to refresh its state is significantly changed to address
    issues that caused commands to hang for long periods of time. Now, when using commands like
    start, stop, and reset, users should no longer experience the commands taking excessively
    long to complete.
  • The nat-detection run command provides a default list of servers, meaning the --servers
    argument is now optional.