stdlib v12 升级 halley 网络遇到的问题

  1. state get 0x1 0x1::Config::Config<0x1::Version::Version>

返回为0,这是正常的因为halley stdlib版本为latest, 解析就是0

  1. move-js解析时候故障
    访问 https://stcscan.io/halley/address/0x1/codes, 某些info返回值为false,
    60: {name: 'RewardConfig', info: false, code: '0xa11ceb0b060000000b010008020804030c2f043b04053f17…30b00

    这是因为请求太快
    Error: processing response error (body="{\"jsonrpc\":\"2.0\",\"error\":{\"code\":-10000,\"message\":\"rate-limited until QuantaInstant(Nanos(23332116.900197967s))\"},\"id\":117}\n", error={"code":-10000}, requestBody="{\"method\":\"contract.resolve_module\",\"params\":[\"0x1::RewardConfig\"],\"id\":117,\"jsonrpc\":\"2.0\"}", requestMethod="POST", url="https://halley-seed.starcoin.org", code=SERVER_ERROR, version=web/5.6.1)
    at h.makeError (7.4d26a6b5.chunk.js:1:17927)
    at h.throwError (7.4d26a6b5.chunk.js:1:18047)
    at 7.4d26a6b5.chunk.js:1:368329
    at Generator.next (<anonymous>)