Hello All,
We are releasing a new version of Bor - v0.3.7 for Mainnet and Testnet
Instructions to Upgrade
Before proceeding, please create a backup of your bor config.toml file as well as password.txt and keystore folder.
-
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 -- v0.3.7 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # 0.3.7 -
Restart bor service
sudo service bor start
Change log
Compared to last stable version v0.3.5 , the following features and improvements have been implemented, mostly about security.
- upgrade crypto lib version by @temaniarpit27 in #770
- bump dep : github.com/Masterminds/goutils to v1.1.1 by @0xsharma in #769
- security upgrades by @marcello33 in #772
- bump dependencies : golang.org/x/net to v0.8.0 by @0xsharma in #771
- Verify validator set against local contract on receiving an end-of-sprint block by @cffls in #768
- core/txpool: implement additional DoS defenses from geth by @manav2401 in #778
- hotfixes and deps bump by @marcello33 in #776
- packaging params: bump by @Raneet10 in #782
- v0.3.6 fix by @cffls in #787
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Thanks,
Polygon Team