Bor v2.7.2 for Amoy and Mainnet

Hi Everyone,

We have released bor v2.7.2 which is a maintenance release containing some improvements and bug fixes.

Steps to upgrade bor

  1. Stop bor service
sudo service bor stop

  1. 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.7.2 <network> <node_type>

  1. Check bor version
/usr/bin/bor version
# It should print
# v2.7.2

  1. Restart bor service
sudo service bor start

Changelog: v2.7.1…v2.7.2

Docker Images

You can find the latest docker images here:

Bor: iconDocker0xpolygon/bor - Docker Image

Erigon: iconDocker0xpolygon/erigon - Docker Image

Thanks,

Polygon Team