Skip to content

v2.11.3

Compare
Choose a tag to compare
@netmet1 netmet1 released this 10 Nov 14:16
· 710 commits to main since this release

Release Notes

  • bug fix
    • p12 installer migration issue was identified where if a Node Operator requests to migrate an existing p12 file however did not properly upload, the installer would fail. Added valid error with hint to verify p12 was uploaded.
  • bug fix
    • Seed list was being incorrectly named on MainNet as well as the the seedlist url was not properly picking up the current Tessellation version number. Made corrections to fix this issue.
  • bug fix
    • In the event the an API call was unable to reach the backend explorer on a status request, nodectl would crash on certain circumstances when it wasn't able to complete the data pulls, added double check and proper error on failure.

RETRIEVE

X86_64

nodectl

sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.11.3/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v

unittests

sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.11.3/nodectl_unittests_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl_unittests; sudo chmod +x /usr/local/bin/nodectl_unittests

ARM_64

nodectl

sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.11.3/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v

unittests

sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.11.3/nodectl_unittests_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl_unittests; sudo chmod +x /usr/local/bin/nodectl_unittests