A new Heimdall version, v0.2.16, has been released. This is a critical hotfix release that solves the issue which caused the Heimdall mainnet to halt at block 25,723,062.
All mainnet node operators must update to this version immediately.
The primary change in this release prevents the node from producing an error and halting when a validator is not found. This was the root cause of the recent network disruption.
This update also includes:
- Package updates for Sentry profiles on Amoy and Mainnet.
- Internal improvements related to the Kurtosis testing framework.
This release **solves a critical issue** due to which heimdall mainnet halted at block 25,723,062 around 9:21 am UTC today. **Please update you mainnet nodes to this version ASAP.** ## What's Changed * chore: kurtosis migration by @kamuikatsurgi in https://github.com/0xPolygon/heimdall-v2/pull/402 * fix: fetch-depth in kurtosis-e2e.yml by @kamuikatsurgi in https://github.com/0xPolygon/heimdall-v2/pull/404 * Djpolygon/package updates by @djpolygon in https://github.com/0xPolygon/heimdall-v2/pull/403 * Backport v0.2.15 by @pratikspatil024 in https://github.com/0xPolygon/heimdall-v2/pull/407 * Dont error if validator not found by @avalkov in https://github.com/0xPolygon/heimdall-v2/pull/411 * V0.2.16 by @pratikspatil024 in https://github.com/0xPolygon/heimdall-v2/pull/412 **Full Changelog**: https://github.com/0xPolygon/heimdall-v2/compare/v0.2.15...v0.2.16