Hello All,
We have released a new version of heimdall-v2 v0.6.0 for Polygon Amoy and Mainnet. The release mainly contains cometBFT and cosmos-sdk dependencies bump to solve a vulnerability detected in cometBFT chains.
Steps for upgrading Heimdall:
-
Stop
heimdalldservicesudo service heimdalld stop -
Install
heimdallwith a version tag, network name(mainnetoramoy), and node type (sentryorvalidator).# Replace the network and node type curl -L https://raw.githubusercontent.com/0xpolygon/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.6.0 <network> <node_type> -
Check
heimdallversion/usr/bin/heimdalld version # It should print # 0.6.0 -
Restart
heimdallservicesudo service heimdalld start -
Restart the telemetry services
sudo service telemetry restart
What’s Changed
-
init: CLAUDE.md file by @kamuikatsurgi in #533
-
V0.6.0 candidate by @marcello33 in #534
Full Changelog: v0.5.6…v0.6.0
Docker Images
You can find the latest docker images here:
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall-v2/tags
Thanks,
Polygon Team