Bor v2.8.3 for Amoy and Mainnet

Hi everyone,

We have released bor v2.8.3 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.8.3 <network> <node_type>

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

  1. Restart bor service
sudo service bor start

Changelog: v2.8.2…v2.8.3

Docker Images

You can find the latest docker images here:

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

Erigon: https://hub.docker.com/r/0xpolygon/erigon/tags

Thanks,

Polygon Team