Heimdall v0.2.5

The latest version, Heimdall v.0.2.5, contains few enhancements and bug fixes as listed below:

• Restricting data size in state sync txs to 100kb
• Bug fix in current-validator-set command in heimdallcli
• Removing nonce-check for (new) validator-join

Please note that we will start using the new dockerhub account for the images starting with this release: https://hub.docker.com/r/0xpolygon/heimdall/tags

Instructions to Upgrade:

To upgrade to the latest version (https://github.com/maticnetwork/heimdall/releases/tag/v0.2.5), please follow the below instructions:

  1. SSH to your sentry and validator nodes and navigate to the heimdall directory:

    cd ~/heimdall
    
  2. Fetch the latest changes and switch to v0.2.5:

    git fetch
    git checkout v0.2.5
    
  3. Build the latest code:

    make install network=mainnet
    

    Note: if you are also running nodes on mumbai network, you will have to run make install network=mumbai

  4. Restart heimdall and other services:

    sudo service heimdalld restart
    sudo service heimdalld-rest-server restart
    sudo service heimdalld-bridge restart
    

Let us know if you have any questions.

Thank you.

3 Likes