Skip to content

Releases: 0xPolygon/heimdall-v2

v0.4.2-demo

23 Oct 12:16
530de1c

Choose a tag to compare

v0.4.2-demo Pre-release
Pre-release

Test demo release - do not use on any network

v0.4.2

14 Oct 16:22
640c060

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.2

v0.4.1-beta2

29 Sep 17:55
e411750

Choose a tag to compare

bump versions

v0.4.1-beta

28 Sep 20:42
d9f8445

Choose a tag to compare

v0.4.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.4.1-beta

v0.4.0

24 Sep 19:55
37b299c

Choose a tag to compare

Description

This release introduces Rio hardfork at bor's block height 77414656 on mainnet.
The hardfork will enable validator-elected block producer (VEBloP).

For more details about producer election process, see the migration plan in #283 .

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Sep 12:47
fd60589

Choose a tag to compare

This is a hardfork release for mainnet, scheduled for September 10th 2025, at around 15:00 UTC (block number 28525000)
It contains a hot fix for the ongoing mainnet issue.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.4.0-beta3

08 Sep 15:23
be51441

Choose a tag to compare

v0.4.0-beta3 Pre-release
Pre-release

Description

This release introduces Rio hardfork at bor's block height 26272256.
The hardfork will enable validator-elected block producer (VEBloP).

For more details about producer election process, see the migration plan in #283 .

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0-beta3

v0.4.0-beta2

04 Sep 18:57
9983f4f

Choose a tag to compare

v0.4.0-beta2 Pre-release
Pre-release

Description

This release introduces Rio hardfork at bor's block height 26272256.
The hardfork will enable validator-elected block producer (VEBloP).

For more details about producer election process, see the migration plan in #283 .

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0-beta2

v0.3.0

02 Sep 09:47
458db76

Choose a tag to compare

This is a hardfork release for mainnet, scheduled for September 16th 2025, at around 14:00 UTC (block number 28913694)

It mainly contains the following changes.

Breaking changes:

  • a permanent fix for the recent outage requiring a hard fork, hence all node operators are required to upgrade ahead of time.
  • the deletion of bridge as a standalone process. This means the bridge can't run now as a separate process, but will always be embedded in heimdalld as a child process via the --bridge flag. All validators (hence running the bridge) will need to adapt and use heimdalld start --bridge --all --rest-server (or variants of this command based on their setup) to start the bridge within the heimdalld service.

New features, improvements and bug fixes:

  • Improvements to the bridge service and rest-server connection
  • Validation of bor_chain_id during checkpoints workflow at side_server level against the chain parameters
  • bump of dependencies
  • replace nhooyr.io library with github.com/coder ws as per #421 (thanks @DaveWK for your contribution)
  • Fix some functions' comments as per #383 (thanks @stellrust for your contribution)
  • Expose proposer transfer event during EndBlocker as per #376 (thanks @haiyanghe for your contribution).
  • Replace matic-cli with kurtosis for CI e2e tests
  • additional metrics for side_msgs and ABCI handlers
  • Removal of spans backfill logic post v1->v2 migration
  • Fix the generate-keystore command
  • Various minor improvements

What's Changed

V0.3.0 candidate by @marcello33 in #449, including the following PRs:

Full Changelog: v0.2.17...v0.3.0

v0.4.0-beta

31 Aug 16:08
0b42fd5

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

⚠️ Do not upgrade to v0.4.0-beta

The planned hard fork has been delayed, and this beta contains changes tied to that timing.
Please do not upgrade to this release. A new version with the final HF schedule and additional fixes will be published soon.
We’ll update this page when the new build is available.

Description

This release introduces Rio hardfork at bor's block height 26201856.
The hardfork will enable validator-elected block producer (VEBloP).

For more details about producer election process, see the migration plan in #283 .

What's Changed

New Contributors

Full Changelog: v0.3.0-beta...v0.4.0-beta