Bor v2.7.0-beta2 and Erigon v3.5.0-beta2 for Amoy

Hi everyone,

We have released a new beta version of Bor v2.7.0-beta2 and Erigon v3.5.0-beta2.

This release schedules the Giugliano Hard Fork for Amoy.

The Giugliano Hard Fork on Amoy is scheduled for block number 35573500. Which is expected to hit at Mar-23-2026 2 PM UTC. Make sure to update all your Amoy nodes before this time.

Steps for upgrading Bor node

  1. Stop bor service

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

    /usr/bin/bor version
    
    # It should print 
    # v2.7.0-beta2
    
    
  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

What’s Changed

Features

Performance

Bug Fixes

Observability & Metrics

  • Sync metrics by @avalkov in #1928

  • core, eth, miner: add metrics to track block creation and write pipeline latency by @pratikspatil024 in #2097

  • metrics: add more go runtime metrics by @manav2401 in #2109

  • Slow TX observability, per-TX latency metric, and timeout-interrupt diagnostics by @lucca30 in #2134

  • Including missing metrics from import blocks path into production by @lucca30 in #2139

  • Change log level of commit interrupt on non-BP nodes by @cffls in #2133

Configuration & CLI

  • internal/cli, packaging, docs: add config.toml updater, refresh templates, and document workflow by @kamuikatsurgi in #2100

  • internal/cli, node, rpc: port missing geth flags by @kamuikatsurgi in #2106

  • internal/cli/server: wire txpool.locals flag to txpool config by @manav2401 in #2114

  • docs/cli: update the docs with --witness.filestore flag by @pratikspatil024 in #2108

CI, Build & Chores

New Contributors

Full Changelog: https://github.com/0xPolygon/bor/compare/v2.6.3…v2.7.0-beta2

Thanks,

Polygon Team