Heimdall v0.3.4-Beta - Mumbai Release

Hello all,

We are releasing a new pre-release version of Heimdall - v0.3.4-beta for Testnet

Instructions to Upgrade

Before proceeding, please create a backup of your heimdall config.toml.

  1. Stop heimdalld service

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

    # Replace the network and node type
    curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- v0.3.4-beta mumbai <node_type>
    
  3. Check heimdall version

    /usr/bin/heimdalld version
    
    # It should print 
    # 0.3.4-beta
    
  4. Restart heimdall service

    sudo service heimdalld start
    

Change log

Compared to last stable version v0.3.3 , the following features and improvements have been implemented. (Checkout the 0.3.4-beta tag on GitHub for more information)

Docker Images

You can find the latest docker images here:

Heimdall: Docker

Thanks,

Polygon Team