Bor v2.6.0-beta and Erigon v3.4.0-beta for Amoy

Hi all, we have released new beta version of PoS clients for the upcoming Lisovo HF on Amoy testnet.

Bor

Hi all, we have released a new beta version of bor (v2.6.0-beta).

This release defines the upcoming Lisovo hardfork, includes performance improvements, and upstream updates from go-ethereum.

The Amoy Testnet Lisovo Hardfork will happen on block 33,634,700, at around ~2PM UTC, February 12th, 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:

  • 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 tracer, …) more tests and improvements around code quality.

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/0xpolygon/install/main/bor.sh | bash -s -- v2.6.0-beta <network> <node_type>
    
    
  3. Check bor version

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

    sudo service bor start
    
    

Erigon

The corresponding Erigon version (ready for the Amoy Lisovo HF) is Erigon v3.4.0-beta

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