jiangying
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 特别多的)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
实现 jsonrpcdoc 自动部署静态页:https://github.com/starcoinorg/jsonrpcdoc
issue:https://github.com/starcoinorg/starcoin-cookbook/issues/200
2022-09 total:85h
2022-09-30 4h
issue:https://github.com/starcoinorg/move/issues/37
配置 windows 环境,测试 pr : https://github.com/starcoinorg/starcoin/pull/3762
2022-09-28 2h
chain meeting & move parterner meeting
2022-09-28 0h
review: https://github.com/movefuns/web3startrek/pull/99
2022-09-27 6h
review: https://github.com/movefuns/web3startrek/pull/7
review:https://github.com/starcoinorg/move/pull/35
pr: https://github.com/starcoinorg/starcoin/pull/3762
dao meeting
2022-09-26 0h
pr: https://github.com/rust-lang/cargo/pull/11146
2022-09-25 3h
review: https://github.com/Elements-Studio/starswap-core/pull/63,
review:https://github.com/move-language/move/pull/494
2022-09-24 1h
pr:https://github.com/move-language/move/pull/497
2022-09-23 3h
pr:https://github.com/starcoinorg/move/pull/31
2022-09-22 8h
pr:https://github.com/starcoinorg/move/pull/28
pr:https://github.com/nextest-rs/nextest/pull/518
issue:https://github.com/starcoinorg/starcoin/issues/3754
review:https://github.com/starcoinorg/omo/pull/10
chain meeting & move parterner meeting
2022-09-21 5h
pr:https://github.com/starcoinorg/move/pull/23
pr:https://github.com/starcoinorg/move/pull/24 ,遇到问题:https://github.com/dotnet/sdk/issues/28075
测试 新版 move 时遇到问题:https://github.com/Z3Prover/z3/issues/6356
2022-09-20 8h
pr:https://github.com/starcoinorg/move/pull/21
review:https://github.com/starcoinorg/move/pull/12
review:https://github.com/starcoinorg/starcoin/pull/3749
review、讨论: https://github.com/move-language/move/pull/490
测试 move tuple 语法的细节:
let (_x1, _x2,) = (1, 2,); // Test a trailing comma in the let binding
let (_x1, _x2) = (1, 2); // Test a trailing comma in the let binding
let (_x) = (1);
let _x = (1);
let _x = (1,);
// 用最新的 move cli,analyzer,这里所有表达式都是合法的,所有变量都被推导为u64类型
研究 starcoinorg/move starcoin-main、dev 分支 测试有很多失败的问题:https://github.com/starcoinorg/move/issues/19 https://github.com/starcoinorg/move/issues/20 (两个月以前试过一次修复,那时测试错误多到修不过来,就放弃了)
提出pr:https://github.com/starcoinorg/move/pull/21
dao meeting
2022-09-19 6h
pr:https://github.com/starcoinorg/starcoin/pull/3744
review:https://github.com/starcoinorg/starcoin-framework/pull/133
review:https://github.com/starcoinorg/starcoin-framework/pull/132
review:https://github.com/move-language/move/pull/485
review:https://github.com/starcoinorg/move/pull/18
用 rust-analysis 分析 starcoin 依赖时遇到错误,issue:https://github.com/rust-lang/rust-analyzer/issues/13256
重新检查和关闭:https://github.com/starcoinorg/starcoin/issues/3508 ,https://github.com/starcoinorg/starcoin/issues/3654
查看测试失败的问题和解决方案:https://github.com/starcoinorg/starcoin/pull/3741
review:https://github.com/starcoinorg/move/pull/18
pr: https://github.com/starcoinorg/starcoin/pull/3744 https://github.com/starcoinorg/starcoin/pull/3745
2022-09-16 4h
review:https://github.com/starcoinorg/starcoin-framework/pull/124
review:https://github.com/starcoinorg/starcoin-framework/pull/122
review:https://github.com/starcoinorg/move/pull/18
review: https://github.com/move-language/move/pull/431
pr: https://github.com/young-rocks/rocks-smt/pull/1
2022-09-15 3h
issue:https://github.com/movefuns/movefuns/issues/64
issue:https://github.com/movefuns/movefuns/issues/63
issue:https://github.com/movefuns/movefuns/issues/62
chain meeting & move parterner meeting
2022-09-13 2h
feature request: https://github.com/nextest-rs/nextest/issues/526 for https://github.com/starcoinorg/starcoin/issues/3660
issue:https://github.com/move-language/move/issues/475
track & close:https://github.com/starcoinorg/starcoin/issues/3733
dao meeting
2022-09-08 12h
pr:https://github.com/starcoinorg/starcoin/pull/3725
pr:https://github.com/nextest-rs/nextest/pull/518
review:https://github.com/movefuns/movetool/pull/65
issue:https://github.com/move-language/move/issues/463
chain meeting & move parterner meeting
2022-09-07 2h
issue:https://github.com/starcoinorg/starcoin/issues/3723
issue:https://github.com/starcoinorg/starcoin/issues/3721
2022-09-06 6h
pr:https://github.com/starcoinorg/starcoin/pull/3719
review:https://github.com/starcoinorg/starcoin-cookbook/pull/191
issue:https://github.com/starcoinorg/starcoin/issues/3717
实验 llvm-cov 和 nextest 结合使用的方式,发现bug,issue:https://github.com/taiki-e/cargo-llvm-cov/issues/213
issue:https://github.com/nextest-rs/nextest/issues/515
issue:https://github.com/nextest-rs/nextest/issues/514
dao meeting
2022-09-05 3h
review:https://github.com/starcoinorg/starcoin/pull/3707
review:https://github.com/starcoinorg/starcoin-cookbook/pull/191
improve: https://github.com/starcoinorg/starcoin/pull/3710
2022-09-03 4h
pr: https://github.com/starcoinorg/starcoin/pull/3710
review:https://github.com/starcoinorg/starcoin/pull/3707
2022-09-02 3h
pr: https://github.com/starcoinorg/starcoin/pull/3707
pr: https://github.com/starcoinorg/starcoin/pull/3708
review: https://github.com/movefuns/movetool/pull/65
2022-09-01 4h
pr: https://github.com/starcoinorg/starcoin/pull/3704
review: https://github.com/starcoinorg/jsonrpcdoc/pull/2
chain meeting & move parterner meeting