Bor v2.2.10 Release for Mainnet and Amoy

Hi all, we have released a new stable release for bor (v2.2.10) with some improvements and bug fixes.

Please note that snap sync is disabled in this release due to reported issues.
We are actively working on resolving these issues and will reintroduce snap sync in a future release.

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.10 <network> <node_type>
    
  3. Check bor version

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

    sudo service bor start
    

What’s Changed

New Contributors

Full Changelog: v2.2.9…v2.2.10

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