Hi all, we have released a new version of heimdall-v2, v0.2.9
(ONLY FOR MAINNET for the time being).
This solves a bug in an API and improve the memory consumption.
Steps for Upgrading Heimdall
Before proceeding, please create a backup of your heimdall
config file whose default location is: /var/lib/heimdall/config/config.toml
. This might differ if you have setup heimdall
at a different location.
-
Stop
heimdalld
servicesudo service heimdalld stop
-
Install
heimdall
with a version tag, network name (mainnet), and node type (sentry or validator).# Replace the network and node type curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.2.9 mainnet <node_type>
-
Check
heimdall
version/usr/bin/heimdalld version # It should print # 0.2.9
-
Restart
heimdall
servicesudo service heimdalld start
-
Restart the telemetry services
sudo service telemetry restart
What’s Changed
- clerk pagination and version endpoint by @marcello33 in #321
Full Changelog: v0.2.4…v0.2.5
What’s Changed
Full Changelog: v0.2.8…v0.2.9
Thanks,
Polygon Team