Ergion v0.0.4 Release for Mumbai Testnet [Action Required]

A new version of Erigon (on Polygon Fork) is available - v0.0.4.

It has all the upstream changes from v2.31.0 from the Erigon repo. It also includes changes for the upcoming Delhi hard-fork on Mumbai Testnet.

If you are running erigon nodes on Mumbai, you need to upgrade to this version before the Delhi hardfork kicks in on 13th Dec 2022 (https://mumbai.polygonscan.com/block/countdown/29638656).

Instructions to Upgrade

These are the instructions to upgrade Erigon on your nodes:

  1. Upgrade Erigon to the latest version:

    cd ~/erigon
    git pull
    git checkout v0.0.4
    make erigon
    
  2. Ensure that you are on the latest version:

    ./build/bin/erigon --version
    
    # It should return
    erigon version 0.0.4-bor-de539160
    
  3. Restart erigon

    sudo service erigon restart
    
1 Like