Bor v2.5.0 and Erigon v3.3.0 for Amoy and Mainnet

Hi all, we have released a new version of bor (v2.5.0) and erigon (v3.3.0)

These releases contain some bug fixes and the block heights definition for MadhugiriPro HF on amoy and Madhugirion mainnet.

The timeline for such HFs are:

  • Thursday, Nov 20th at 10.00 UTC for MadhugiriPro HF on amoy (block 29287400)

  • Tuesday, Dec 9th at 10.00 UTC for Madhugiri AND MadhugiriPro HFs on mainnet (block 80084800)

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
    
  2. Install Bor with a version tag, network name (amoy or 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.5.0 <network> <node_type>
    
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v2.5.0
    
    
  4. Restart bor service

    sudo service bor start
    
    

Docker Images

You can find the latest docker images here:

Bor: https://hub.docker.com/r/0xpolygon/bor/tags

Erigon: https://hub.docker.com/r/0xpolygon/erigon/tags

Thanks,

Polygon Team