Node Upgrade

The latest required testnet version is v0.13.0 (MONAD_NINE).

Hard Fork activation

  • 17731530002026-03-10 14:30 GMT

Notes

  • Drop-in upgrade from v0.12.7

  • No node.toml changes required

  • No systemctl override changes required

Upgrade command

sudo apt update && sudo apt install --reinstall monad=0.13.0 -y --allow-downgrades --allow-change-held-packages

Restart services

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

Expected status:

Active: active (running)

Verify version

monad-rpc --version

Expected output:

Included changes

  • MIP-3: Linear memory implementation

  • MIP-4: Reserve balance precompile

  • MIP-5: Osaka fork (CLZ opcode - EIP-7939)

Last updated