Chain Releases

maticnetwork/heimdall - v1.2.3

Published: Apr 16, 2025

Release Summary

Heimdall v1.2.3 has been released, bringing several important updates and enhancements.

A notable change in this version is the patch to the underlying Cosmos SDK, upgrading from v0.50.6 to v0.50.12. This incorporates the latest fixes and improvements from the SDK.

Default seed nodes for both the Amoy testnet and Mainnet have been updated. Node operators should make sure they are using the latest seeds.

For improved monitoring, a new heimdalld_info metric has been introduced.

The release also includes various general improvements and bug fixes, enhancements to the packaging workflow for easier deployment, and ensures deterministic genesis export for better reliability and tooling support.

This version also incorporates dependency bumps and internal code cleanups.

Many thanks to all the contributors for this release, including those making their first contributions!

Release Notes

## What's Changed
* Remove some tests by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1210
* Simplify e2e-tests CI by using the consolidated script by @kamuikatsurgi in https://github.com/maticnetwork/heimdall/pull/1228
* Bump dependencies by @avalkov in https://github.com/maticnetwork/heimdall/pull/1225
* chore: fix some function names in comment by @pwdcd in https://github.com/maticnetwork/heimdall/pull/1222
* POS-2821: improvements by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1233
* Djpolygon/spec 783 by @djpolygon in https://github.com/maticnetwork/heimdall/pull/1231
* Backport master by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1240
* use matic-cli docker scripts by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1244
* update amoy and mainnet default seeds by @pratikspatil024 in https://github.com/maticnetwork/heimdall/pull/1246
* refactor: using slices.Contains to simplify the code by @sjtucoder in https://github.com/maticnetwork/heimdall/pull/1236
* chore: fix wrong function name in go docs by @luchenhan in https://github.com/maticnetwork/heimdall/pull/1235
* Patch Cosmos SDK v0.50.6 -> v0.50.12 by @lucca30 in https://github.com/maticnetwork/heimdall/pull/1247
* Enhance Packaging Workflow with Dynamic Network Profiles and System Configuration by @vinayak0035 in https://github.com/maticnetwork/heimdall/pull/1242
* Fix seed config typos by @avalkov in https://github.com/maticnetwork/heimdall/pull/1248
* use ubuntu 22.04 by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1250
* feat: `heimdalld_info` metric by @kamuikatsurgi in https://github.com/maticnetwork/heimdall/pull/1252
* chore: Remove usage of Mumbai from README by @kamuikatsurgi in https://github.com/maticnetwork/heimdall/pull/1254
* CI changes to accommodate anvil by @AryaLanjewar3005 in https://github.com/maticnetwork/heimdall/pull/1251
* Fix minor typo by @vipocenka in https://github.com/maticnetwork/heimdall/pull/1219
* additional check on contracts call by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1255
* ci fix by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1261
* revert additional check on producers selection algo by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1263
* make genesis export deterministic by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1266
* bump x/net by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1267
* v1.2.3 candidate by @marcello33 in https://github.com/maticnetwork/heimdall/pull/1272

## New Contributors
* @kamuikatsurgi made their first contribution in https://github.com/maticnetwork/heimdall/pull/1228
* @pwdcd made their first contribution in https://github.com/maticnetwork/heimdall/pull/1222
* @sjtucoder made their first contribution in https://github.com/maticnetwork/heimdall/pull/1236
* @luchenhan made their first contribution in https://github.com/maticnetwork/heimdall/pull/1235
* @lucca30 made their first contribution in https://github.com/maticnetwork/heimdall/pull/1247
* @AryaLanjewar3005 made their first contribution in https://github.com/maticnetwork/heimdall/pull/1251
* @vipocenka made their first contribution in https://github.com/maticnetwork/heimdall/pull/1219

**Full Changelog**: https://github.com/maticnetwork/heimdall/compare/v1.2.2...v1.2.3

Links

Back to maticnetwork/heimdall releases