Bor v2.6.2 stable release

Hi all, we have released a new stable version of Bor v2.6.2 for Polygon Mainnet and Amoy. This version includes a new relay service for preconfirmations and private transactions along with some observability changes and go version bump to 1.26.0.

Steps for upgrading Bor node

  1. Stop bor service

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

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

    sudo service bor start
    
    

Thanks,

Polygon Team