A new version of Heimdall is now available on Mainnet. We fixed minor bugs in this version, and we encourage all the nodes to upgrade to v0.2.11 as quickly as possible, although there is no specific timeframe by which the upgrade has to be done.
Link to release: Release v0.2.11 · maticnetwork/heimdall · GitHub
Upgrade Instructions:
-
Upgrade heimdall to the latest version:
cd ~/heimdall git pull git checkout v0.2.11 make install
-
Ensure that you are on the latest version:
heimdalld version # It should return # 0.2.11
-
Restart heimdalld, heimdalld-rest-server
sudo service heimdalld restart sudo service heimdalld-rest-server restart
-
[On Validator Nodes only] Restart heimdalld-bridge:
# On Validator nodes only: sudo service heimdalld-bridge restart
-
Restart the telemetry service:
sudo service telemetry restart
Let us know if you have any queries.
Thank you.