Hello All,
We have released a new version of bor v2.2.9. This release contains a few bug fixes and improvements. It is recommended to upgrade your Mainnet and Amoy nodes to this version.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (amoy, 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 -- v2.2.9 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # 2.2.9
-
Restart bor service
sudo service bor start
What’s Changed
- eth: fix canonical chain state inconsistency in checkpoint verifier by @cffls in #1593
- chore: improve smoke tests by @kamuikatsurgi in #1602
- v2.2.5 - backport to develop by @pratikspatil024 in #1615
- core/types: bumped fakesigner from london to prague by @pratikspatil024 in #1616
- Add historical data retention related flags by @manav2401 in #1580
- chore: fix some minor issues in the comments by @gopherorg in #1599
- Refactor and optimise commit interrupt by @manav2401 in #1570
- backport v2.2.8 by @pratikspatil024 in #1634
- Stop miner when reorg from milestone by @cffls in #1635
- core: added a check which prevents the unnecessary Impossible reorg log by @pratikspatil024 in #1636
- miner: fix deadlock and panic issues in block production by @cffls in #1639
- Start GRPC server after backend assignment by @lucca30 in #1637
- v2.2.9 by @pratikspatil024 in #1644
New Contributors
- @gopherorg made their first contribution in #1599
Full Changelog: v2.2.8…v2.2.9
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