github 0xPolygon/erigon v3.3.5

22 hours ago

Description

Stable version to test a fix for the recent mainnet outage.

Instruction to fix the bad block error and unstuck erigon:

  • Install this new version
  • If the node throws a bad block error at height 80440819 , stop erigon and delete the content of the heimdall folder under <ERIGON_HOME>/data/heimdall/ (basically remove the files mdbx.dat and mdbx.lck), then restart erigon
  • If the node is still stuck on the bad block, try to unwind it by using the following commands
1. Stop erigon node (e.g. `sudo service erigon stop`)
2. (`clone` erigon repo and) `cd` into erigon folder to run `make integration`
3. run `./build/bin/integration stage_exec --datadir ./data/ --chain bor-mainnet --unwind 10`
4. Start erigon node (e.g. `sudo service erigon start`)

What's Changed

Full Changelog: v3.3.4...v3.3.5

Don't miss a new erigon release

NewReleases is sending notifications on new releases.