0xPolygon/heimdall-v2 - v0.10.0-beta2 New

Published: Jul 15, 2026

Release Summary

This is a bug-fix release, v0.10.0-beta2, built on top of the v0.10.0-beta version.

This update addresses a critical issue that could cause a span to "freeze." The problem occurred when a producer for a veBlop span was selected from a list that could include a validator who was no longer active in the current set (i.e., had zero power). This inconsistency between the selected producer and the active validator set would halt the span's progress.

The fix hardens the producer selection process by ensuring that any selected span producer is always an active member of the current validator set with positive power. This is enforced in two ways:

This is a consensus-relevant change that will be activated with the Ithaca hard fork. The behavior of the chain before the fork remains unchanged.

Release Notes

Additional release on top of v0.10.0-beta to fix a bug. 

## What's Changed
* bor: validate veblop span producer against current validator set by @pratikspatil024 in https://github.com/0xPolygon/heimdall-v2/pull/625


**Full Changelog**: https://github.com/0xPolygon/heimdall-v2/compare/v0.10.0-beta...v0.10.0-beta2

Links

Back to 0xPolygon/heimdall-v2 releases