EDIT: use v2.2.7 instead
This release fixes a bug in committing state sync into bor. We now explicitly do not allow any state sync events into bor (Mainnet) for a given block range from 73812433
to 73822500
. This is to allow syncing bor from a block which was prior to the heimdall (v1 to v2) migration.
Without this, bor cannot sync as it will reject blocks with bad block error.
What's Changed
- consensus/bor/heimdall: increased the internalFetchWithTimeout to 30 seconds by @pratikspatil024.
- consensus/bor: skipping override state sync if value is 0 by @pratikspatil024.
- mainnet: added blocks in the OverrideStateSyncRecordsInRange for heimdall (v1 -> v2) migration by @pratikspatil024.
Full Changelog: v2.2.5...v2.2.6