sn-node-manager-v0.10.0
·
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
, andreset
, 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.