Hi everyone,
We have released bor v2.7.3 which is a maintenance release containing some improvements and bug fixes to the pre-confirmation and private transaction relay.
Note for private transaction users: This release enforces a 10 min hard TTL for private transactions. This means that transactions sent privately will be pruned after 10 mins if not included in a block making them available in the public networks (i.e. they won’t be private anymore). If a transaction is not included, one can send a private replacement transaction with a fee bump to improve inclusion chances.
Steps to upgrade bor
- 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.7.3 <network> <node_type>
- Check bor version
/usr/bin/bor version
# It should print
# Version: 2.7.3
# GitCommit: 8329cb4178a350fab60a7fbc8b59a1bcb1a6e52d
- Restart bor service
sudo service bor start
What’s Changed
-
(feat): relay improvements by @manav2401 in #2205
-
v2.7.3 release by @manav2401 in #2212
Full Changelog: v2.7.2…v2.7.3
Docker Images
You can find the latest docker images here:
Bor: Docker0xpolygon/bor - Docker Image
Erigon: Docker0xpolygon/erigon - Docker Image
Thanks,
Polygon Team