Erigon v0.0.7 Release

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

If you are running erigon nodes on Mumbai, you need to upgrade to this version before the Indore hardfork kicks in on 20th Jan 2023 (https://mumbai.polygonscan.com/block/countdown/37075456).

Same block on erigon repo is included in v2.45.3 or above, If you are running nodes on erigon repo then upgrade to that before the above timeline.

Instructions to Upgrade

These are the instructions to upgrade Erigon on your nodes:

  1. Upgrade Erigon to the latest version:

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

    ./build/bin/erigon --version
    
    # It should return
    erigon version 0.0.7-bor-556f559a
    
  3. Restart erigon

    sudo service erigon restart