๐Ÿ› ๏ธ Upgrade

Proceed with this upgrade only after an official notice from the Monad Foundation.

Upgrade โ€” v0.12.7

apt update && apt install --reinstall monad=0.12.7 -y \
  --allow-downgrades --allow-change-held-packages
  
systemctl restart monad-bft monad-execution monad-rpc

Check service status

systemctl status monad-bft monad-execution monad-rpc --no-pager

Verify version

monad-rpc --version

Expected:

monad-rpc {"commit":"e1e9489b8fc42c0a5af208bab20f6704f83c91c0","tag":"v0.12.7","branch":"","modified":true}

Last updated