github 0xPolygon/bor v2.2.11-beta2

pre-release8 hours ago

🚨 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.

  1. Stop bor and update to this version.
  2. Purge the whitelisted entries via the new command.
bor purge-whitelisted-entries --datadir <datadir>
  1. Start bor
  2. 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

Don't miss a new bor release

NewReleases is sending notifications on new releases.