An important new version of Heimdall-v2, v0.2.9, has been released for mainnet. Before upgrading to Heimdall-v2 v0.2.9, it is critical that your Bor is upgraded to v2.2.8 and Erigon to v3.0.14. Please ensure this order is followed for a smooth transition.
This release brings several notable enhancements and fixes. A key improvement is the optimization of state sync queries, which will contribute to better performance for operators.
Additionally, this version addresses important operational aspects, including fixes for migration scripts and shasum paths, ensuring a more reliable upgrade process. Extensive updates have been made to the documentation and installation instructions, covering areas such as Docker setups, port configurations, and general operational guidance, making it easier for users to manage their nodes.
We also welcome @kaustubhkapatral, who made their first contribution in this release!
:warning::rotating_light: This version of heimdall-v2 for mainnet must be installed only after Bor is upgraded to v2.2.8 and Erigon is upgraded to v3.0.14 :rotating_light::warning: Once Bor/Erigon is upgraded, Heimdall-v2 should be upgraded to v0.2.9 in the same order. ## What's Changed * Fix migration script and shasum paths in doc by @kaustubhkapatral in https://github.com/0xPolygon/heimdall-v2/pull/341 * update docs with final v2 version by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/343 * update docs with telemetry upgrade info by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/345 * update order of instructions for docker by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/346 * update instructions with ports protocols by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/347 * update instructions with open ports for sentries by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/348 * update instructions for docker vals by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/349 * update send-ack instruction by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/350 * update send-ack instruction - fix by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/351 * update pex info by @marcello33 in https://github.com/0xPolygon/heimdall-v2/pull/352 * Updating sha512 and migrate.sh by @djpolygon in https://github.com/0xPolygon/heimdall-v2/pull/353 * x/clerk: fix TestGetRecordListWithTime_Pagination by @Raneet10 in https://github.com/0xPolygon/heimdall-v2/pull/355 * Optimize state sync query by @avalkov in https://github.com/0xPolygon/heimdall-v2/pull/354 * Dummy commit by @avalkov in https://github.com/0xPolygon/heimdall-v2/pull/356 ## New Contributors * @kaustubhkapatral made their first contribution in https://github.com/0xPolygon/heimdall-v2/pull/341 **Full Changelog**: https://github.com/0xPolygon/heimdall-v2/compare/v0.2.7...v0.2.8