Heimdall v0.6.0 has been released, bringing a series of important updates focused on stability, developer experience, and core components.
Key Highlights:
Core Dependency Upgrades
The most significant change is the update of core dependencies, including bumps to CometBFT and the Cosmos SDK. This upgrade addresses known stability issues (specifically #32 and #35) and enhances the overall performance and security of the node.
Logs Refactoring
This release introduces a major refactoring of the logging system. Node operators can expect improved and more informative logs, making it easier to monitor node health and troubleshoot issues.
Bug Fixes and Reliability
Several bug fixes have been included to increase reliability. This includes resolving issues #29 and #37, and strengthening message validation by adding duplicated checks in message handlers.
Code Quality and Documentation
Additionally, the update brings improved documentation, better unit test coverage with Codecov integration, and other CI enhancements, all contributing to a more robust and maintainable codebase.
## What's Changed * init: CLAUDE.md file by @kamuikatsurgi in https://github.com/0xPolygon/heimdall-v2/pull/533 * V0.6.0 candidate by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/534 **Full Changelog**: https://github.com/0xPolygon/heimdall-v2/compare/v0.5.6...v0.6.0