Heimdall v2 v0.2.9 (MAINNET ONLY)

Hi all, we have released a new version of heimdall-v2, v0.2.9 (ONLY FOR MAINNET for the time being).

This solves a bug in an API and improve the memory consumption.

Steps for Upgrading Heimdall

Before proceeding, please create a backup of your heimdall config file whose default location is: /var/lib/heimdall/config/config.toml. This might differ if you have setup heimdall at a different location.

  1. Stop heimdalld service

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

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

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

    sudo service heimdalld start
    
  5. Restart the telemetry services

    sudo service telemetry restart
    

What’s Changed

Full Changelog: v0.2.4…v0.2.5

What’s Changed

Full Changelog: v0.2.8…v0.2.9

Thanks,

Polygon Team

1 Like

Heimdall v2 v0.2.9 (Mainnet-only) is now live with API bug fixes and memory optimizations - upgrade via install script, verify version (0.2.9), and restart services; includes CometBFT v0.2.1-polygon update (#357) and clerk pagination fix (#321).