Hello All,
New version of Bor v1.5.4 have been released for Polygon Amoy and Mainnet. It’s advisable to upgrade bor to this version, especially if using a arm binary package.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
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 -- v1.5.4 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # 1.5.4
-
Restart bor service
sudo service bor start
Bor Changelog
This version mainly contains fixes for a couple chain sync issues.
What’s Changed
- Fix incorrect balance when CreateContract is used in block-stm by @cffls in #1382
- consensus/bor: fetch validator set using parent hash by @manav2401 in #1384
- Removing control files and updating the updateVersion.sh by @djpolygon in #1385
- Fix typos and improve documentation across several files by @Dimitrolito in #1381
- Fallback to serial execution if parallel execution fails by @cffls in #1392
- core/state: fix SetStorage override behavior (#30185) by @cffls in #1393
- Fix hasher by @cffls in #1394
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in #1386
- Backport master to develop by @cffls in #1395
- Additional GRPC API checks by @avalkov in #1401
- V1.5.4 candidate by @cffls in #1402
New Contributors
- @Dimitrolito made their first contribution in #1381
Full Changelog: v1.5.3…v1.5.4
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags
Thanks,
Polygon Team