Bor v2.2.9 Release (Mainnet and Amoy)

Hello All,

We have released a new version of bor v2.2.9. This release contains a few bug fixes and improvements. It is recommended to upgrade your Mainnet and Amoy nodes to this version.

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
  2. Install Bor with a version tag, network name (amoy, mainnet), and node type (sentry, validator, or archive).

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

    /usr/bin/bor version
    
    # It should print 
    # 2.2.9
    
  4. Restart bor service

    sudo service bor start
    

What’s Changed

New Contributors

Full Changelog: v2.2.8…v2.2.9

Docker Images

You can find the latest docker images here:

Bor: https://hub.docker.com/r/0xpolygon/bor/tags

Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags

Thanks,

Polygon Team

Thanks for the detailed release notes and upgrade steps. The fixes around reorg handling and deadlock in block production look especially important for stability. Appreciate the continued improvementswill get my nodes updated to v2.2.9 soon.

1 Like