...
2022-10 total: 35小时(包括会议)
2022-10-25 1h
review: https://github.com/starcoinorg/move/pull/36
2022-10-12 3h
2022-10-11 8h
发现 get_account_state_set 有更多nested type tags,分析对比 list_resource 和 `curl --location --request POST 'https://main-seed.starcoin.org/' --header 'Content-Type: application/json' --data-raw '{"method":"state.get_account_state_set","params":["0x1"],"id":56,"jsonrpc":"2.0"}'` 的结果
问题:暂时没找到扫描整个 main 和 barnard 网络的 nested type param 的最大层数的方案,只能取样一些(resource 的最大层数的方案,取样一些(resource 特别多的)address研究下,发现最大为 3
2022-10-10 7h
使用 resource-exporter 各种命令研究 最大 tag nested level 的分析方案,issue:https://github.com/starcoinorg/move/issues/38
pr:reduce coverage testing time from 45min to 12min:https://github.com/starcoinorg/starcoin/pull/3777
衡量是否去掉 cov test 的 --lib 选项,实验以后发现受益代价比不高,暂时不去掉
2022-10-08 8h
pr: https://github.com/starcoinorg/starcoin/pull/3771
...