Heimdall v0.2.10 Upgrade on Mumbai [Action required]

There is no tight timeframe for the upgrade, we recommend upgrading as soon as possible

Instructions to upgrade:

  1. Upgrade Heimdall to the latest version:

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

    heimdalld version
    
    # It should return
    # 0.2.10
    
  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 questions.

Thank you.