Heimdall v0.8.2-beta for Polygon Amoy (testnet) network

Hello Node Operator,

We have released heimdall v0.8.2-beta for Polygon Amoy (testnet) network. This release includes an important security fix, mirroring the v0.8.2-beta-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 (amoy), 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-beta amoy <node_type>

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

  1. Restart heimdall service
sudo service heimdalld start


Changelog: http://github.com/0xPolygon/heimdall-v2/compare/v0.8.1...v0.8.2-beta

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

Regards,
Polygon Labs