Bor and Erigon release for Amoy

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

  1. Stop bor service

    sudo service bor stop
    
  2. 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>
    
  3. Check bor version

    /usr/bin/bor version 
    
    Version: 1.3.4-beta3
    GitCommit: 31545e536525bd221c38b392dff32dc8cc463f9f
    
  4. Restart bor service

    sudo service bor start
    

Bor Changelog

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

2 Likes

Thank you sir for all informations a good working