Results 244 comments of jolestar

We should use crate dirs-next to get home dir in move-package. ``` dirs_next::home_dir() ```

奇怪,build 为什么不运行,可能是需要 resolve conflicts? @nkysg

track by new branch `dev`

I think we can use a light node to fork the mainnet, and do not need to sync all blocks and states, we just fetch it from the remote full...

> I'd like to work on this and the light node. Could you please offer some guide where should I start? You can read the `https://github.com/starcoinorg/starcoin/blob/master/rpc/client/src/remote_state_reader.rs` first, understand how to...

> Largest gaps seem to be from `vm`, `rpc`, `network-p2p` and `commons`. We could start with below order. ![image](https://user-images.githubusercontent.com/3069123/148500256-c448638a-4eec-4581-b9ac-46e11cc04cea.png) > > The only question is source files are with `Copyright...

> There seems to an issue with codecov.yml [Github Action run](https://github.com/starcoinorg/starcoin/runs/4698802391?check_suite_focus=true). My local run has coverage 60+% on Ubuntu 16.04 with clang 3.9/rustc 1.57/grcov 0.8.0 > > ``` > .......

The test output comparison should ignore the CRLF https://github.com/move-language/move/blob/8958b40e97a4f94a588e5365fdb90ec18f00d888/language/testing-infra/transactional-test-runner/src/framework.rs#L742 ``` let expected_output = std::fs::read_to_string(&exp_path).unwrap(); if output != expected_output { let msg = format!( "Expected errors differ from actual errors:\n{}", format_diff(expected_output,...