Bor v1.1.0-beta3 Mumbai Release

Hello All,

We are releasing a new version of Bor v1.1.0-beta3 for Mumbai. This release contains some patch fixes on top of previously released versions for the Agra Hardfork (more details about the previous versions are are available here). Note that this is an optional release and doesn’t affect the underlying changes for the hard fork. Those running on old v1.1.0-beta or v1.1.0-beta2 version will also support the hard fork. The hard fork will kick in at block 41874000 and is expected to mine on 31st October, 2023.

Instructions to Upgrade Bor

  1. Stop bor service

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

    /usr/bin/bor version
    
    # It should print 
    # v1.1.0-beta3
    
  4. Restart bor service

    sudo service bor start
    

Patch notes

  • Handle nil blocks and state access when RPC called using ‘pending’ tag (#1053)
  • Better error and withdrawals handling for Shanghai hard fork (#1054, #1056)
  • Fix key value lookup while reading bor config (#1055)
  • Selectively log message execution failed on contract on bor (b88d00c)

View full change log here: Release v1.1.0-beta3 · maticnetwork/bor · GitHub

Docker Images

You can find the latest docker images here:

Bor: Docker

Thanks,

Polygon Team