v2.17.1
Release Notes
IMPORTANT NOTE
Please do not use this release - critical bug found
Constellation Network’s MainNet Hypergraph is currently running on version v2.x.x. While this version of nodectl is mostly compatible with the current version of Tessellation, some of its commands are not backward compatible with Tessellation v2.x.x.
Proceed with caution.
It is recommended to install or continue using version v2.16.1 until the MainNet Hypergraph cluster is upgraded to Tessellation v3.x.x.
Feature Enhancements
- An update has been added to the
auto_restartmodule to enhance resilience in scenarios where a node experiences temporary network connectivity loss. This improvement works in conjunction with theauto-restartlogic, allowing the system to better detect when a restart is genuinely needed, reducing unnecessary restarts and improving overall node stability.
Bug Fixes
- Delgated Staking
- Fixed commission percentage display during
updateorstatusexecution. - Fixed ability to use
'character in theshort nameordescriptionfields.
- Fixed commission percentage display during
Direct Download Links
Ubuntu 22.04 and Debian 12
sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.17.1/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v
Ubuntu 24.04
sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.17.1/nodectl_x86_64_2404 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v