Bor v1.5.0 release

Hello All,

New version of Bor v1.5.0 have been released for Polygon Mainnet. It’s advisable to upgrade bor to this version at the earliest.

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

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

    sudo service bor start
    

Bor Changelog

The major change in this release is the commits merged from go-ethereum up to geth 1.14.6.

What’s Changed

Full Changelog: https://github.com/maticnetwork/bor/compare/v1.4.1...v1.5.0

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

2 Likes

Is it possible to use PathDB with Bor yet?!

Yes @Gaia, you can follow the instructions in https://forum.polygon.technology/t/optimizing-node-performance-with-pbss-and-pebbledb-a-quick-guide/19937 to switch over to PBSS and PebbleDB.