Hello All,
We have released a new version of heimdall-v2 v0.2.15.
This release contains some bug fixs and improvements. It is recommended to upgrade your amoy and mainnet nodes to this version.
Steps for upgrading Heimdall:
-
Stop
heimdalldservicesudo service heimdalld stop -
Install
heimdallwith a version tag, network name, 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.15 <network> <node_type> -
Check
heimdallversion/usr/bin/heimdalld version # It should print # 0.2.15 -
Restart
heimdallservicesudo service heimdalld start -
Restart the telemetry services
sudo service telemetry restart
What’s Changed
- backport v0.2.14 to develop by @pratikspatil024 in #391
- Dockerfile: use multi-stage build optimisation by @kamuikatsurgi in #394
- Add missing nil check if account is not found by @avalkov in #397
- feat: Initialise metrics package and add metrics related to module APIs by @kamuikatsurgi in #388
- feat(ci): Kurtosis E2E tests by @kamuikatsurgi in #389
- Fix generating of priv validator file from private key by @avalkov in #398
- Add show-account command by @Raneet10 in #396
- Set bor chain id in send-checkpoint command when auto-configure is set by @Raneet10 in #395
- fix(listener): fallback to correct ChainID when cliCtx.ChainID is unset by @SunSet0418 in #393
- chore: bump alpine image in release dockerfile by @kamuikatsurgi in #400
- Fix import-validator-key command by @Raneet10 in #399
- Fix contract address validation in side handler by @Raneet10 in #405
- V0.2.15 by @pratikspatil024 in #406
New Contributors
- @SunSet0418 made their first contribution in #393
Full Changelog: v0.2.14…v0.2.15
Docker Images
You can find the latest docker images here:
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall-v2/tags
Thanks,
Polygon Team