Heimdall v0.2.11 Upgrade on Mumbai testnet [Action required]

A new version of Heimdall is now available on Mumbai testnet. We fixed minor bugs in this version, and we encourage all the nodes to upgrade to v0.2.11 as quickly as possible, although there is no specific timeframe by which the upgrade has to be done.
Link to release: Release v0.2.11 · maticnetwork/heimdall · GitHub

Upgrade Instructions:

  1. Upgrade Heimdall to the latest version:

    cd ~/heimdall
    git pull
    git checkout v0.2.11
    make install network=mumbai
    
  2. Ensure that you are on the latest version:

    heimdalld version
    
    # It should return
    # 0.2.11
    
  3. Restart heimdalld, heimdalld-rest-server

    sudo service heimdalld restart
    sudo service heimdalld-rest-server restart
    
  4. [On Validator Nodes only] Restart heimdalld-bridge:

    # On Validator nodes only:
    
    sudo service heimdalld-bridge restart
    
  5. Restart the telemetry service

     sudo service telemetry restart
    

Let us know if you have any queries.

Thank you.

1 Like