Bor v2.6.0 and Erigon v3.4.0 for Mainnet and Amoy

Hi all, we have released new stable versions of PoS clients for the upcoming Lisovo/LisovoPro HF on Mainnet.

The hardfork will happen on block 83756500, at around 2 PM UTC, March 4th, 2026.

Bor

Bor v2.6.0 release defines the upcoming Lisovo/LisovoPro hardfork, includes performance improvements, and upstream updates from go-ethereum.

The Mainnet Lisovo/LisovoPro Hardfork will happen on block 83756500, at around 2 PM UTC, March 4th, 2026.

The changes included in this HF are:

  • CLZ Opcode Support

  • P256 Gas Cost Updates

With regards to upstream updates, we are rolling out changes up to go-ethereum v1.16.8

Other major changes include:

  • Security fixes

  • Go bump

  • Bugs fixes

  • Implementation of PIP-82 (changes in BurntContract)

  • Peer Consensus-Based Witness Verification (#1766)

  • Dynamic EIP-1559 Parameters (#1989)

  • Transaction Rebroadcast Mechanism (#1992, #2028, #2037)

  • Validator Set Overrides (#1958)

  • Witness Memory Cache (#1962)

  • Block Production Metrics (#1991)

  • Late Block Build Time (#1963)

  • Pruner Reorg Handling (#1916)

  • Race Condition Fixes (#1946)

  • Witness Protocol Concurrency Fix (#2023)

Also, the release includes minor bug fixes (crash in eth_simulateV1, stateless mode stability, state-sync support for the tracer, …), more tests, and improvements to code quality.

What’s Changed

New Contributors

Full Changelog: https://github.com/0xPolygon/bor/compare/v2.5.9…v2.6.0

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
    
  2. Install Bor with a version tag, network name (mainnet/amoy), and node type (sentry, validator, or archive).

    # Replace the node type
    curl -L https://raw.githubusercontent.com/0xpolygon/install/main/bor.sh | bash -s -- v2.6.0 <network> <node_type>
    
    
  3. Check bor version

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

    sudo service bor start
    
    

Erigon

The corresponding Erigon version (ready for the Mainnet LisovoPro HF) is Erigon v3.4.0

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