Hello All,
We are releasing a new version of Bor v1.2.4-beta
for Mumbai Testnet. This includes Napoli HF on Bor which is scheduled for Feb 7th, 2024 around 8 AM UTC. The HF block number is 45648608. With this hardfork, we are enabling PIP-33. Please upgrade all bor nodes (validators, sentries, archive) before the HF block number hits as this is a mandatory release
For more information, Please refer below
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (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.4-beta mumbai <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.2.4-beta
-
Restart bor service
sudo service bor start
For Erigon Release refer to forum post here
What’s Changed
- fix: bootnode by @anshalshukla in #1149
Full Changelog: v1.2.3…v1.2.4-beta
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