Bor v1.4.0-beta Amoy Release (Ahmedabad HardFork)

Hello All,

New version of Bor v1.4.0-beta have been released for Polygon Amoy. This version includes a hard fork named Ahmedabad fork. Please upgrade your amoy nodes before block number 11,865,856 (https://amoy.polygonscan.com/block/countdown/11865856) which is expected to be mined on Thu, Sept 12 2024 around 8 AM UTC.

For more information about Ahmedabad HardFork, please refer to PIP-37.

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.4.0-beta <network> <node_type>
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v1.4.0-beta
    
  4. Restart bor service

    sudo service bor start
    

Bor Changelog

What’s Changed

Misc

Full Changelog: v1.3.7…v1.4.0-beta

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

1 Like

Wow amazing top project polygon thank you sir for all informations