Hello All,
We are releasing a new patch release of Bor - v1.2.5-beta
for Mumbai.
Instructions to Upgrade
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (mainnet or mumbai), 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.2.5-beta mumbai <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.2.5-beta
-
Restart bor service
sudo service bor start
Change log
This is a patch fix which fixes a go-routine leak affecting non-validating nodes.
What’s Changed
- blockstm: hot fix: only enable go routine to update dependencies if worker is enabled by @pratikspatil024 in #1159
Full Changelog: v1.2.4-beta…v1.2.5-beta
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Thanks,
Polygon Team