Hi all, we have released a new stable release for bor (v2.2.10
) with some improvements and bug fixes.
Please note that snap sync is disabled in this release due to reported issues.
We are actively working on resolving these issues and will reintroduce snap sync in a future release.
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.10 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v2.2.10
-
Restart bor service
sudo service bor start
What’s Changed
- chore: fix inconsistent function name in comment by @yumeiyin in #1633
- chore: fix some inconsistent comments by @jingchanglu in #1624
- Upload genesis as assets on releases by @lucca30 in #1641
- backport v2.2.9 by @pratikspatil024 in #1645
- core, consensus: handle statedb interface conversion for hooked state db by @manav2401 in #1623
- core, eth, miner: interrupt block building during fill transactions incase of timeout by @manav2401 in #1625
- Delete heimdall detection logic by @avalkov in #1619
- miner: fix race condition in tests by @manav2401 in #1651
- Dockerfile: use multi-stage build optimisation by @kamuikatsurgi in #1659
- chore: bump alpine image in release dockerfile by @kamuikatsurgi in #1661
- feat(ci): Kurtosis E2E tests by @kamuikatsurgi in #1657
- chore: bump kurtosis by @kamuikatsurgi in #1673
- core/txpool: decouple price heap for reduced miner wait time by @manav2401 in #1617
- core/miner: observability for block building delays by @manav2401 in #1682
- chore: bump kurtosis by @kamuikatsurgi in #1687
- misc: migrated from maticnetwork to 0xPolygon by @pratikspatil024 in #1680
- fix: build by @kamuikatsurgi in #1691
- update: cosmos-sdk and cometbft by @kamuikatsurgi in #1701
- chore: bump cosmos-sdk by @kamuikatsurgi in #1704
- feat: bump kurtosis and migrate to pos-workflows by @kamuikatsurgi in #1706
- internal, eth: disable snap sync momentarily by @manav2401 in #1696
- feat: remove matic-cli e2e-tests by @kamuikatsurgi in #1709
- core: Key-Value Priority Read on BorReceipts by @lucca30 in #1699
- v2.2.10 by @pratikspatil024 in #1715
New Contributors
- @yumeiyin made their first contribution in #1633
- @jingchanglu made their first contribution in #1624
Full Changelog: v2.2.9…v2.2.10
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