Erigon v2.53.0 Release [Agra Hardfork]

Hello All,

A new version of Erigon is available - v2.53.0 for mumbai. This release contains Agra Hardfork(details below). This will hardfork the Erigon Mumbai network at block #41874000 which will be mined on 31st October 2023 (approx).

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 v2.53.0
make erigon
  1. Ensure that you are on the latest version:
./build/bin/erigon --version

# It should return
erigon version 2.53.0-dev-b9a8c2d6
  1. Restart erigon
sudo service erigon restart

Changes

In this version, we implement changes for Agra Hardfork. The changes include selected Shanghai EIPs (EIP-3651: Warm COINBASE , EIP-3855: PUSH0 instruction , EIP-3860: Limit and meter initcode , EIP-6049: Deprecate SELFDESTRUCT ), StateSyncReceiver Contract Bytecode changes, New EIP1559 burn contract address change.

Thanks,
Polygon Team

1 Like

After upgrading to v2.53.0 I’m getting this warnings, making my node stop syncing.

[WARN] [10-27|06:27:58.219] unable to handle whitelist milestone     err="context deadline exceeded"
[WARN] [10-27|06:28:06.316] Failed to whitelist checkpoint           err="context deadline exceeded"
[WARN] [10-27|06:28:06.316] unable to handle whitelist checkpoint    err="context deadline exceeded"
[INFO] [10-27|06:28:08.594] [p2p] GoodPeers                          eth66=9 eth67=62
[WARN] [10-27|06:28:28.221] unable to handle whitelist milestone     err="context deadline exceeded"
[WARN] [10-27|06:28:58.221] unable to handle whitelist milestone     err="context deadline exceeded"
[INFO] [10-27|06:29:16.318] Got new checkpoint from heimdall         start=41695235 end=41695746 rootHash=0xe320873c506f5562661e00878398496af3f577aee5b2b4bb15b399e3c6eae822
[WARN] [10-27|06:29:28.222] unable to handle whitelist milestone     err="context deadline exceeded"
[WARN] [10-27|06:29:46.316] Failed to whitelist checkpoint           err="context deadline exceeded"
[WARN] [10-27|06:29:46.317] unable to handle whitelist checkpoint    err="context deadline exceeded"

I guess it’s a bug in the new version. Please have a look.

1 Like