版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
account execute-function -s 0xed9ea1f3533c14e1b52d9ff6475776ba --function 0x1::Dao::destroy_terminated_proposal -t 0x1::STC::STC -t 0x1::OnChainConfigDao::OnChainConfigUpdate<0x1::LanguageVersion::LanguageVersion> --arg 0xed9ea1f3533c14e1b52d9ff6475776ba0xed9ea1f3533c14e1b52d9ff6475776ba0xed9ea1f3533c14e1b52d9ff6475776ba --arg 0u64

10.查看move版本字节码

代码块
starcoin% state get resource 0x1 0x1::Config::Config<0x1::LanguageVersion::LanguageVersion>
{
  "ok": {
    "json": {
      "payload": {
        "major": 6
      }
    },
    "raw": "0x0600000000000000"
  }
}

...