Results 56 issues of nk_ysg

# Feature Request **Describe the Feature Request** If it's possible to rename starcoin framework **Describe Preferred Solution** **Describe Alternatives** **Related Code** **Additional Context** **If the feature request is approved, would...

enhancement

use Vec::with_capacity avoid realloc mem * [ ] Referenced an issue explaining the need for the change * [ ] Updated all relevant documentation in docs * [ ] Updated...

Rust’s Option type already supports as_ref for converting Option to Option ```rust pub const fn as_ref(&self) -> Option { match *self { Some(ref x) => Some(x), None => None, }...

spl
Patch

## 公司/团队介绍 此项必须填写,否则 Rebase 公众号和其它媒体渠道**不会**转发。 在Westar Labs,我们致力于探索区块链技术的潜力及其改变世界的能力 世界。我们相信去中心化是互联网的未来,并一直建设 基础设施和工具使未来成为现实。 https://westar.io/ ## 薪资福利待遇 开发者喜欢薪资范围准确的招聘信息。 此项必须填写,否则 Rebase 公众号和其它媒体渠道可能不会转发。 5k-8k U 简历投递请提供github地址 ## 地点 - 工作地点: 远程 - 联系方式:[email protected] ## 工作性质 - 是否全职:是...

[merkle-distributor] fixed the compiler error of test update merkle distributor ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ]...

# Bug Report **Starcoin version:** branch : dag-master && nkysg/compiler-v2-update ```shell cargo test -p starcoin-miner ``` It shows that ``` starcoin/target/debug/deps/miner_test-b8f2cd8de53a6352` (signal: 11, SIGSEGV: invalid memory reference) ``` branch :...

bug