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:
- Navigate to heimdall directory
cd ~/heimdall
- Checkout to the new release tag:
git fetch
git checkout v0.2.4
- Build:
make install
- 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