Hello everyone,
We have released heimdall v0.9.0-beta for Polygon Amoy network. This release includes several improvements, new features and fixes.
It also defines the Zurich HF as follows
- Amoy at block
37,750,000on Wed June 17th, ~2PM UTC
Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety. Please check carefully the release notes as some features requires configs changes and specific bor versions.
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-beta amoy <node_type>
- Check heimdall version
sudo /usr/bin/heimdalld version
# It should print
# 0.9.0-beta
- Restart heimdall service
sudo service heimdalld start
Changelog: GitHub0xPolygon/heimdall-v2/compare/v0.8.1…v0.8.2-beta
Docker Images
You can find the latest docker images here: Docker0xpolygon/heimdall-v2 - Docker Image
Thanks,
Polygon Team