Hello everyone,
We have released Heimdall v0.9.0-beta2 for the Polygon Amoy network.
This is a patch pre-release on top of v0.9.0-beta. It contains a single fix for Zurich deterministic state-sync querying; there are no other changes.
Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety. Teams must also apply the configuration changes introduced in v0.9.0-beta if they have not already done so.
Steps to upgrade
- Stop heimdall service
sudo service heimdalld stop
- 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.9.0-beta2 amoy <node_type>
- Check heimdall version
sudo /usr/bin/heimdalld version
# It should print
# 0.9.0-beta2
- Restart heimdall service
sudo service heimdalld start
Changelog: https://github.com/0xPolygon/heimdall-v2/compare/v0.9.0-beta...v0.9.0-beta2
Docker Images
You can find the latest docker images here: Docker0xpolygon/heimdall-v2 - Docker Image
Thanks,
Polygon Team