Bor v2.10.1 for Amoy and Mainnet

Hi Everyone,

We have released bor v2.10.1.
v2.10.1 comes with two main features, BlockSTM v2 and devp2p peer jailing, both enabled by default.

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.10.1 <network> <node_type>

  1. Check bor version

`/usr/bin/bor version

It should print

Version: 2.10.1

GitCommit: 7938b8afd281ed9e88729a349a3d401ed3dce4ce`

  1. Restart bor service

sudo service bor start

What’s Changed

Comparing v2.10.0…v2.10.1 · 0xPolygon/bor

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

Thanks,
Polygon Team