sgkim126 on master
Bug fix in on_request_commit_me… (compare)
cargo fix --edition-idioms
in the foundry project?extern crate
in many cases, but from the 2018 edition, we don't need it in most cases.Our check_shard_level_state macro is an excellent point to study Rust macro. I understood how to use the macro by reading it.
https://github.com/CodeChain-io/foundry/blob/master/state/src/impls/test_helper.rs#L558
sendRpcRequest
function in our e2e tests so that no SDK publish is required.