Bor v2.1.0-beta4 Release (Bhilai HF on Amoy)

Hi all, we have released a new version of bor, v2.1.0-beta4

This release schedules the Bhilai Hard Fork for Amoy.

The Bhilai Hard Fork on Amoy is scheduled for block number 22765056. Which is expected to hit at Jun-11-2025 10 AM UTC (3:30 pm IST). Make sure to update all your Amoy nodes before this time.

If you are updating to v2.1.x for the first time, make sure to check out the release notes of v2.1.0-beta.

Countdown: https://amoy.polygonscan.com/block/countdown/22765056

:warning: Validator Configuration Update (Mandatory)

All validators are required to check their config.toml file.

If the gaslimit field under the [miner] section is uncommented, it must be updated to 45000000 (45M) to support PIP-60.

[miner]
  gaslimit = 45000000

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 -- v2.1.0-beta4 amoy <node_type>
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v2.1.0-beta4
    
  4. Restart bor service

    sudo service bor start
    

What’s Changed

On top of v2.1.0-beta this release contains the following changes.

Full Changelog: v2.1.0-beta…v2.1.0-beta4

1 Like

Thanks for the update! All Amoy node operators should upgrade to Bor v2.1.0-beta4 before the Bhilai HF at block 22,765,056 (~Jun 11, 10 AM UTC). Remember to update the gaslimit to 45M in your config.toml under [miner] to support PIP-60. Follow the steps: stop service, install with the script, verify version, then restart. This release fixes consensus and localEndBlock issues and adds the Bhilai block. Check the full changelog for details. Staying updated ensures smooth operation and avoids downtime during the hard fork.