Skip to content

v2.17.1

Choose a tag to compare

@netmet1 netmet1 released this 15 Apr 17:29
· 7 commits to nodectl_v2171 since this release

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_restart module to enhance resilience in scenarios where a node experiences temporary network connectivity loss. This improvement works in conjunction with the auto-restart logic, 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 update or status execution.
    • Fixed ability to use ' character in the short name or description fields.

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