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 filesmdbx.datandmdbx.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
- polygon/heimdall: port changes from bor by @marcello33 in #90
Full Changelog: v3.3.4...v3.3.5