Hi Everyone
We are releasing a new Heimdall version v1.0.3
which includes a patch for a bug in event log parsing. We request you all to upgrade your validator nodes at the earliest.
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 heimdalld service
sudo service heimdalld stop
Install Heimdall with a version tag, network name (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.0.3 mainnet <node_type>
Check heimdall version
/usr/bin/heimdalld version
# It should print
# 1.0.3
Ensure that heimdalld service file contains the —-chain=mainnet
flag. The heimdalld service file is available at /etc/systemd/system/heimdalld.service
You can use the following as reference:
Restart heimdall service
sudo service heimdalld start
Restart the telemetry services
sudo service telemetry restart
You can find the latest docker images here:
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags
Thanks,
Polygon Team