Bor v1.2.5-beta Mumbai Release

Hello All,

We are releasing a new patch release of Bor - v1.2.5-beta for Mumbai.

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 -- v1.2.5-beta mumbai <node_type>
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v1.2.5-beta
    
  4. Restart bor service

    sudo service bor start
    

Change log

This is a patch fix which fixes a go-routine leak affecting non-validating nodes.

What’s Changed

  • blockstm: hot fix: only enable go routine to update dependencies if worker is enabled by @pratikspatil024 in #1159

Full Changelog: v1.2.4-beta…v1.2.5-beta

Docker Images

You can find the latest docker images here:

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

Thanks,

Polygon Team

1 Like