Hi all,
We are releasing a new Heimdall version v1.2.4 which is a hotfix for the Bhilai Hard Fork on Mainnet, which upgrades the bor client to version v2.1.1.
Action Required:
All mainnet operators are strongly recommended to upgrade their heimdall nodes to heimdall v1.2.4 to ensure continued compatibility and stability post-HF.
This release addresses network compatibility issues and is essential for seamless participation in mainnet consensus following the Bhilai upgrade.
Steps for Upgrading Heimdall
Before proceeding, please create a backup of your heimdall config file whose default location is: /var/lib/heimdall/config/config.toml. This might differ if you have setup heimdall at a different location.
-
Stop
heimdalldservicesudo service heimdalld stop -
Install
heimdallwith a version tag, network name (amoy or mainnet), and node type (sentry or validator).# Replace the network and node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- v1.2.4 <network> <node_type> -
Check
heimdallversion/usr/bin/heimdalld version # It should print # 1.2.4 -
Restart
heimdallservicesudo service heimdalld start -
Restart the telemetry services
sudo service telemetry restart
Docker Images
You can find the latest docker images here:
Heimdall: https://hub.docker.com/r/0xpolygon/heimdall/tags
Thanks,
Polygon Team