Heimdall v0.6.0 for Mainnet and Amoy

Hello All,

We have released a new version of heimdall-v2 v0.6.0 for Polygon Amoy and Mainnet. The release mainly contains cometBFT and cosmos-sdk dependencies bump to solve a vulnerability detected in cometBFT chains.

Steps for upgrading Heimdall:

  1. Stop heimdalld service

    sudo service heimdalld stop
    
    
    
  2. Install heimdall with a version tag, network name(mainnet or amoy), and node type (sentry or validator).

    # Replace the network and node type
    curl -L https://raw.githubusercontent.com/0xpolygon/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.6.0 <network> <node_type>
    
    
    
  3. Check heimdall version

    /usr/bin/heimdalld version
    
    # It should print
    # 0.6.0
    
    
    
  4. Restart heimdall service

    sudo service heimdalld start
    
    
    
  5. Restart the telemetry services

    sudo service telemetry restart
    
    
    

What’s Changed

Full Changelog: v0.5.6…v0.6.0

Docker Images

You can find the latest docker images here:

Heimdall:https://hub.docker.com/r/0xpolygon/heimdall-v2/tags

Thanks,

Polygon Team