Erigon v0.0.5 Release for Mainnet [Action Required]

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

If you are running erigon nodes on Mainnet, you need to upgrade to this version before the Delhi hardfork kicks in on 17th Jan 2023 (https://polygonscan.com/block/countdown/38189056).

Same block on erigon repo is included in v2.33.0, 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.5
    make erigon
    
  2. Ensure that you are on the latest version:

    ./build/bin/erigon --version
    
    # It should return
    erigon version 0.0.5-bor-9b3480d5
    
  3. Restart erigon

    sudo service erigon restart
    
1 Like