weiqiushi
weiqiushi
I confirmed. My address: 0xad82A5fb394a525835A3a6DC34C1843e19160CFA
To complete this goal, I think the following steps may be required: - [ ] 1. confirm and test that MetaChain correctly supports packaging multiple object update requests in a...
I wrote a simple test like yours: ```rust #[test] fn chunk2() { let mut chunk_data = [0u8;1024*1024]; let chunk_len = chunk_data.len(); rand::thread_rng().fill_bytes(&mut chunk_data); let chunk_hash = hash_data(&chunk_data); println!("{:?}", chunk_hash); let...
Great Job! But why need 2 programs to test bdt prorocol stack? Is it possible use single program to test it? And If I want to initialize the local BDT...
@jing-git I want to integrate this function into the cyfs-monitor program to detect whether a given OOD is connectable or not. What would be the best way for me to...
I think you can refer to the design of cyfs-meta-client and cyfs-meta-lib. cyfs-meta-lib is a rust lib, and this lib defines the MetaClient structure. By constructing the MetaClient example. Third-party...
Currently there is no real web dec app in use, except for the test dec app. This bug will probably be fixed in the next release, if I don't have...
> What is the purpose of this BDT tool? > > As a network protocol testing tool, if it is only used to diagnose the running status of the server,...
This is not a bug, but can be considered for improvement: ood-daemon takes a monitor dual process mode to keep the ood-daemon service running. This startup sequence is as follows:...
Which popular linux distributions that do not yet support systemd? I think if systemd is a popular choice around popular linux distributions , switching the startup script to systemd is...