Hello All,
We have released a new version of heimdall-v2 v0.5.4 for Polygon Amoy and Mainnet. This release contains a security fix for vote extensions, and fixes a bug causing heimdall to silently crash when a connection to bor via gRPC can’t be established.
Steps for upgrading Heimdall:
-
Stop
heimdalldservicesudo service heimdalld stop -
Install
heimdallwith a version tag, network name, and node type (sentry or validator).# Replace the network and node type curl -L https://raw.githubusercontent.com/0xpolygon/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.5.4 <network> <node_type> -
Check
heimdallversion/usr/bin/heimdalld version # It should print # 0.5.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-v2/tags
Thanks,
Polygon Team