A new version of Erigon (on Polygon Fork) is available - v0.0.6
Major updates (For Bor consensus)
- Updated the consensus engine from the bor repository
- Enabled Heimdall gRPC support
- Added support to add tracing for state sync transactions in RPC calls
- Made eth_getCode and eth_blockByNumber RPC calls consistent with the bor response
- Fixed No block header issue and other minor stability-related issues
It also has all the latest upstream changes from erigon version v2.40.1
Instructions to Upgrade
These are the instructions to upgrade Erigon on your nodes:
-
Upgrade Erigon to the latest version:
cd ~/erigon git pull --tags git checkout v0.0.6 make erigon
-
Ensure that you are on the latest version:
./build/bin/erigon --version # It should return erigon version 0.0.6-bor-a5b43a30
-
Restart erigon
sudo service erigon restart