Hello All,
We have released a new version of heimdall-v2 v0.2.16.
This release resolves a critical issue that caused the Heimdall mainnet to halt at block height 25_723_062
, approximately 9:21 a.m. UTC today. Please update your mainnet nodes to this version ASAP.
Steps for upgrading Heimdall:
-
Stop
heimdalld
servicesudo service heimdalld stop
-
Install
heimdall
with a version tag, network name, and node type (sentry or validator).# Replace the network and node type curl -L https://raw.githubusercontent.com/0xpolygon/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.2.16 <network> <node_type>
-
Check
heimdall
version/usr/bin/heimdalld version # It should print # 0.2.16
-
Restart
heimdall
servicesudo service heimdalld start
-
Restart the telemetry services
sudo service telemetry restart
What’s Changed
- chore: kurtosis migration by @kamuikatsurgi in #402
- fix: fetch-depth in kurtosis-e2e.yml by @kamuikatsurgi in #404
- Djpolygon/package updates by @djpolygon in #403
- Backport v0.2.15 by @pratikspatil024 in #407
- Dont error if validator not found by @avalkov in #411
- V0.2.16 by @pratikspatil024 in #412
Full Changelog: v0.2.15…v0.2.16
Docker Images
You can find the latest docker images here:
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall-v2/tags
Thanks,
Polygon Team