升级说明
无破坏性更改。Authenticated UDP 现在在代码层面被强制执行 — 已经在运行 Authenticated UDP 的节点(自 v0.14.0 起为必需)不受影响。1. 以 root 用户身份 SSH 登录节点
2. 升级 monad 软件包
3. 重启服务并验证
Active: active (running)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
root 用户身份 SSH 登录节点sudo apt update && sudo apt install --reinstall monad=0.14.3 -y --allow-downgrades --allow-change-held-packages
sudo apt-mark hold monad
sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l
Active: active (running)
monad-rpc --version
monad-rpc {"commit":"f2a2092b9ba52c4e1fcd333b93fa382e52e44878","tag":"v0.14.3","branch":"","modified":true}
