Hello All,
We are releasing a new version of Bor v1.2.0
for Mainnet**.** This release contains upstream geth merge till v1.12.2.
Please note that this is a recommended release for all Mainnet nodes running Bor client.
Instructions to Upgrade Bor
-
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.0 mainnet <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.2.0
-
Restart bor service
sudo service bor start
What’s Changed
- Arpit/pos 1731 6 by @temaniarpit27 in #1046
- install go in CodeQL workflow by @marcello33 in #1052
- Change legacy rando geth fork choice to be deterministic by @paulgoleary in #871
- cmd/evm: fix typos by @vuittont60 in #1058
- fix : typo in (tx *DynamicFeeTx) gasPriceU256() by @0xsharma in #1064
- Merge V1.1.0 beta candidate to ‘develop’ by @0xsharma in #1068
- chore: improve
bor server --help
by @leovct in #1063 - Geth Merge v1.12.2 by @temaniarpit27 in #968
- build(deps): bump github.com/consensys/gnark-crypto from 0.12.0 to 0.12.1 by @dependabot in #1077
- Bump deps for sec updates by @marcello33 in #1082
- Added cache.blocklogs (FilterLogCacheSize) flag by @pratikspatil024 in #1083
- merge master into develop by @temaniarpit27 in #1093
- Fix ParallelSpeculativeProcesses flag by @pratikspatil024 in #1094
- Geth merge v1.12.2 by @temaniarpit27 in #1095
New Contributors
- @paulgoleary made their first contribution in #871
- @vuittont60 made their first contribution in #1058
- @leovct made their first contribution in #1063
Full Changelog: v1.1.0…v1.2.0
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Thanks,
Polygon Team