Results 56 issues of nk_ysg

The logger use log4rs. It has a dependency traitobject which may has a memory corruption problem. There is a linker described it https://github.com/starcoinorg/starcoin/security/dependabot/1. And log4rs mentioned it https://github.com/estk/log4rs/issues/247

enhancement
help wanted

# Feature Request block execute support move feature table-extension **Describe the Feature Request** using table-extension can support large-scale storage, **Describe Preferred Solution** **Describe Alternatives** **Related Code** **Additional Context** **If the...

enhancement

May be we can get a better code. Is it possible to refactor these code? ** Related Code ** https://github.com/starcoinorg/starcoin/blob/6c0546e1326387d27b6c92cb3c449301dac229b9/storage/src/lib.rs#L612-L625

enhancement
help wanted

## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [...

In Accumulator AccumulatorNode define as below ```rust #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, CryptoHasher, CryptoHash)] pub enum AccumulatorNode { Internal(InternalNode), Leaf(LeafNode), Empty, } #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)] pub...

enhancement

# Feature Request Add new transaction status code need add new move status code, https://github.com/starcoinorg/move/blob/main/language/move-core/types/src/vm_status.rs 。Make this loose coupling **Describe the Feature Request** **Describe Preferred Solution** **Describe Alternatives** **Related Code**...

enhancement

https://github.com/rust-rocksdb/rust-rocksdb/pull/526 the build.rs show this ```rust config.flag_if_supported("-msse2"); } if target_features.contains(&"sse4.1") { config.flag_if_supported("-msse4.1"); } if target_features.contains(&"sse4.2") { config.flag_if_supported("-msse4.2"); config.define("HAVE_SSE42", Some("1")); } ``` we can add this compile flags

feature

# storage - [x] block offline export and import #2997 - [ ] clean branch block reduce storage size - [x] improve execute block with execute block_list - [x] storage...

RocksDB open SSE4.2 for Fast_CRC32 compute