Bor v0.5.0-beta-5 Mumbai Release

Hello All,

We are releasing a new version of Bor - v0.5.0-beta-5 for Mumbai. This version consists of several fixes, development and upstream merge from go-ethereum/v1.11.6 .

Instructions to Upgrade

  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 -- v0.5.0-beta-5 mumbai <node_type>
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v0.5.0-beta-5
    
  4. Restart bor service

    sudo service bor start
    

Change log

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

What’s Changed

Docker Images

You can find the latest docker images here:

Bor: Docker

Thanks,

Polygon Team

1 Like