Skip to main content

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-packages

3. Restart the services and verify

sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l

Expected output: All services should show Active: active (running)

4. Verify the correct version is running

monad-rpc --version

Expected output:

monad-rpc {"commit":"e1e9489b","tag":"v0.12.7","branch":"","modified":false}

Patch notes

Please refer to the public changelog for v0.12.7.