Heimdall v0.8.2 for Polygon Mainnet

Hello everyone,

We have released heimdall v0.8.2 for Polygon Mainnet. This release includes an important security fix, mirroring the v0.8.2-priv private release.

Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety.

Steps to upgrade

  1. Stop heimdall service
sudo service heimdalld stop

  1. Install heimdall with a version tag, network name (mainnet), and node type (sentry, validator).
# Replace the node type
curl -L <https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh> | bash -s -- v0.8.2 mainnet <node_type>

  1. Check heimdall version
sudo /usr/bin/heimdalld version
# It should print
# 0.8.2

  1. Restart heimdall service
sudo service heimdalld start

Changelog: GitHub0xPolygon/heimdall-v2/compare/v0.8.1…v0.8.2

Docker Images

You can find the latest docker images here: https://hub.docker.com/r/0xpolygon/heimdall-v2/tags

Thanks,

Polygon Team