Skip to main content
Please do not proceed until Monad Foundation provides notice.

Instructions for node operators

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":"e1e9489b8fc42c0a5af208bab20f6704f83c91c0","tag":"v0.12.7","branch":"","modified":true}

Patch notes

Please refer to the public changelog for v0.12.7.