Bor v1.3.4 And Erigon v2.60.5 release for Mainnet (PIP-35)

Hello all,

A new version of bor v1.3.4 has been released for Polygon PoS Mainnet.

This release of bor contains the updated implementation of PIP-35 which enforces the min gas values to 25 gwei. These values are applicable to all networks (i.e. mainnet and amoy). Irrespective of the values set by the cli flags, they will be enforced to 25 gwei. This version also contains changes from upstream (v1.13.6) geth as compared to v1.13.5 that was present in Bor v1.3.3.

Steps for upgrading Bor node

  1. Stop bor service

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

    /usr/bin/bor version
    
    Version: 1.3.4
    GitCommit: 29840e2016c2f3c2091db69b0441d1bd443d03ad
    
  4. Restart bor service

    sudo service bor start
    

Bor Changelog

What’s Changed

Upstream Geth Merge

Misc

Full Changelog: https://github.com/maticnetwork/bor/compare/v1.3.3...v1.3.4

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

4 Likes

Wow amazing project Thank you very much for a good informations

1 Like

Erigon v2.60.5 containing the updated implementation of PIP-35 is live on mainnet now.

1 Like

How do these updates affect performance, especially in terms of speed and resource efficiency on the mainnet?

1 Like

Yes, Bor v1.3.4 and Erigon v2.60.5 have been released for Mainnet as part of PIP-35. These updates include important performance improvements, bug fixes, and enhanced compatibility with the Polygon network. If you’re running nodes, it’s recommended to update to these versions for better stability and network performance. Check the official release notes for detailed changes and instructions on how to upgrade your setup.