Bor v2.10.0 release

Hello everyone,

We have released Bor v2.10.0 for Amoy and Mainnet networks. This release includes the Austin hardfork.

Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety.

Steps to upgrade

  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 -- v2.10.0 <network> <node_type>

3. Check bor version

/usr/bin/bor version
# It should print
# v2.10.0

4. Restart bor service

sudo service bor start

**
Changelog:** https://github.com/0xPolygon/bor/compare/v2.9.0...v2.10.0

Docker Images

You can find the latest docker images here: https://hub.docker.com/r/0xpolygon/bor/tags

Thanks,

Polygon Team