Hello All,
New version of Bor v1.4.0 has been released for Polygon Mainnet. This version includes a hard fork named Ahmedabad fork.
Please upgrade your mainnet nodes before block number 62,278,656 (https://polygonscan.com/block/countdown/62278656) which is expected to be mined on Thu Sep 26 2024 around 9 AM UTC.
For more information about Ahmedabad HardFork, please refer to PIP-37.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (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.4.0 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.4.0
-
Restart bor service
sudo service bor start
Bor Changelog
What’s Changed
- PIP-30: increased max code size limit to 32KB by @pratikspatil024 in #1310
- consensus/bor: use CallWithState to fetch last state id by @manav2401 in #1323
- Added Ahmedabad HF related configs and block number for amoy netwwork by @pratikspatil024 in #1324
- Added Ahmedabad HF related configs and block number for mainnet network by @pratikspatil024 in #1330
Misc
- internal/debug: remove memsize to fix docker by @marcello33 in #1308
- Merge master into develop by @marcello33 in #1309
- build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #1293
- Master to develop by @pratikspatil024 in #1315
- README, .github: update discord links by @manav2401 in #1318
- Update artifacts upload/download actions version by @marcello33 in #1331
- v1.4.0 release by @pratikspatil024 in #1332
Full Changelog: v1.3.7…v1.4.0
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