Hello all,
A new version of bor v1.3.4-beta3 and erigon v2.60.4 has been released for Polygon Amoy.
This release contains the updated implementation of PIP-35 which enforces the min gas values to 25 gwei. For this release, these values are only applicable to Amoy Network.
Note: If you’ve deployed previous beta releases (i.e. v1.3.4-beta or v1.3.4-beta2 which applied the values for all networks) on mainnet, the values will now fall back to default (unless explicitly overwritten).
Also as a heads up to users and node operators, a new stable release with these enforcement for mainnet will follow soon in coming weeks. Until then, kindly deploy this version only on amoy.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (amoy), 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.3.4-beta3 amoy <node_type>
-
Check bor version
/usr/bin/bor version Version: 1.3.4-beta3 GitCommit: 31545e536525bd221c38b392dff32dc8cc463f9f
-
Restart bor service
sudo service bor start
Bor Changelog
- PIP-35 for amoy: enforce gas related configs by @manav2401 in https://github.com/maticnetwork/bor/pull/1285
- miner: log last tx hash before commit interrupt by @manav2401 in https://github.com/maticnetwork/bor/pull/1289
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