> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.13.0 (MONAD_NINE)

# v0.13.0 (MONAD\_NINE)

<Warning>
  在 Monad 基金会发出通知之前，请不要执行此操作。
</Warning>

<Warning title="硬分叉版本">
  此版本在以下时间戳激活 **MONAD\_NINE**（所有节点必须在激活之前升级）：

  * `1773153000` - `2026-03-10 14:30GMT` (testnet)
  * `1773930600` - `2026-03-19 14:30GMT` (mainnet)
</Warning>

## 节点运营者操作说明

<Tip title="无需配置更改">
  此版本不需要任何 `node.toml` 或 systemctl 覆盖更改。它是从 v0.12.7 的即插即用升级。
</Tip>

### 1. 以 `root` 用户身份 SSH 登录节点

### 2. 升级 monad 软件包

```bash theme={null}
sudo apt update && sudo apt install --reinstall monad=0.13.0 -y --allow-downgrades --allow-change-held-packages
```

### 3. 重启服务并验证

```bash theme={null}
sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l
```

预期输出：所有服务应显示 `Active: active (running)`

### 4. 验证运行的版本正确

```bash theme={null}
monad-rpc --version
```

预期输出：

```json theme={null}
monad-rpc {"commit":"0a9cbb8227207a7b33ddf5caf7bd796e855df99f","tag":"v0.13.0","branch":"","modified":true}
```

## 补丁说明

请参考 [`v0.13.0`](/zh/developer-essentials/changelog/releases#v0-13-0-monad_nine) 的公开变更日志。

### MONAD\_NINE 中的关键变更

* **[MIP-3](https://github.com/monad-crypto/MIPs/blob/main/MIPs/MIP-3.md)**：线性内存实现
* **[MIP-4](https://github.com/monad-crypto/MIPs/blob/main/MIPs/MIP-4.md)**：保留余额预编译
* **[MIP-5](https://github.com/monad-crypto/MIPs/blob/main/MIPs/MIP-5.md)**：Osaka 分叉 EIP：EIP-7823、EIP-7883、EIP-7939（CLZ 操作码）
