Bor v2.3.2-beta release for Amoy

Hi all, we have released a new version of bor, v2.3.2-beta for Amoy Testnet containing upstream merge of geth v1.16.1 along with several improvements and bug fixes.

The upstream merge from geth enables support of archive mode in combination with the path based storage scheme (PBSS enabled by --state.scheme=path) reducing the size of archive data by significant margins.

Steps for upgrading Bor:

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

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

    sudo service bor start
    
    

Docker Images:
You can find the latest docker images here:
https://hub.docker.com/r/0xpolygon/bor/tags