🚨 This is a hot fix release for bor, addressing the ongoing issues on Polygon Mainnet, containing some bug fixes and improvements.
A new cli subcommand has been added to prune local whitelisted entries for checkpoints and milestones.
If your bor is stuck and is unable to progress, please follow the steps below.
- Stop bor and update to this version.
- Purge the whitelisted entries via the new command.
bor purge-whitelisted-entries --datadir <datadir>
- Start bor
- Rewind bor to the block before the incorrect milestone was proposed via IPC. This translates to block 76273069 which is 1 block before the incorrect milestone.
debug.setHead("0x48BD5AD")
It should be able to find healthy peers and continue syncing.
What's Changed
- Purge whitelisted entries and bypass validation for incorrect milestone by @manav2401 in #1757
- Improving fail handling from reorgs by @lucca30 in #1677
Full Changelog: v2.2.10...v2.2.11-beta