Heimdall v0.9.0 - Mainnet

Hello Everyone,

We have released heimdall v0.9.0 for Polygon mainnet network. This release includes several improvements, new features and fixes.

It also defines the Zurich HF as follows

  • Mainnet at block 47,880,000 on Thu June 25th, ~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

  1. Stop heimdall service
sudo service heimdalld stop

  1. Install heimdall with a version tag, network name, 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 <network> <node_type>

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

  1. Restart heimdall service
sudo service heimdalld start

Changelog: https://github.com/0xPolygon/heimdall-v2/compare/v0.8.2…v0.9.0

Docker Images

You can find the latest docker images here: Docker0xpolygon/heimdall-v2 - Docker Image

Thanks,

Polygon Team