Heimdall Mainnet Update v0.2.4

Hi All,

This release contains a fix to handle invalid value for mainChainMaxGasPrice by using the value DefaultMainchainMaxGasPrice. When mainChainMaxGasPrice has been configured incorrectly or left blank, the value of DefaultMainchainMaxGasPrice is considered which ensures that the checkpoint tx is sent to mainchain by the current proposer without any issues (even in case of a misconfiguration).

Instructions to Upgrade Mainnet Heimdall:

  1. Navigate to heimdall directory
cd ~/heimdall
  1. Checkout to the new release tag:
git fetch
git checkout v0.2.4
  1. Build:
make install
  1. Restart Services:
sudo service heimdalld restart
sudo service heimdalld-rest-server restart
sudo service heimdalld-bridge restart

Please let us know if you have any questions.

Thank you.

Other Links:

Release on Github: https://github.com/maticnetwork/heimdall/releases/tag/v0.2.4