v0.12.7
warning
These instructions are only applicable to testnet. This can be ignored for mainnet.
Please do not proceed until Monad Foundation provides notice.
Instructions for node operators
No configuration changes required
This release does not require any node.toml or systemctl override changes. It is a drop-in upgrade from v0.12.6.
1. SSH into the node as root user
2. Upgrade monad package
sudo apt update && sudo apt install --reinstall monad=0.12.7 -y --allow-downgrades --allow-change-held-packages3. Restart the services and verify
sudo systemctl restart monad-bft monad-execution monad-rpcsudo systemctl status monad-bft monad-execution monad-rpc --no-pager -lExpected output: All services should show Active: active (running)
4. Verify the correct version is running
monad-rpc --versionExpected output:
monad-rpc {"commit":"e1e9489b","tag":"v0.12.7","branch":"","modified":false}Patch notes
Please refer to the public changelog for v0.12.7.