Bor v1.2.0 Mainnet Release

Hello All,

We are releasing a new version of Bor v1.2.0 for Mainnet**.** This release contains upstream geth merge till v1.12.2.

Please note that this is a recommended release for all Mainnet nodes running Bor client.

Instructions to Upgrade Bor

  1. Stop Bor service

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

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

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

    sudo service bor start
    

What’s Changed

New Contributors

Full Changelog: v1.1.0…v1.2.0

Docker Images

You can find the latest docker images here:

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

Thanks,

Polygon Team