1. Important submission, modification and release
CESS chain:
1. Release CESS v0.2.0
https://github.com/CESSProject/cess/releases/tag/v0.2.0
The version includes modules such as CESS chain and distributed cloud storage system, and realizes the following features:
1) Optimized the connection interface between scheduling and storage;
2) Added storage space rental function;
3) Added real-time pricing module;
4) Added data segment routing module;
5) Client added for the first time.
6) CESS v0.2.0 continues to be improved.
7) Added Docker quick deployment method;
8) Fixed the pallets module dependency error by renaming it.
9) A storage proof aggregation structure is designed to alleviate on-chain transaction congestion.
2. Added Docker quick deployment method
https://github.com/CESSProject/cess/pull/8
3. Start designing CESS v0.3.0
1) The goal is to implement a multi-copy recoverable proof mechanism and optimize the distributed cloud storage system to further improve system security;
2) Design storage proof aggregation rules for multiple data segments to improve verification efficiency;
3) Based on the test report of the previous version, the improvement requirements were summarized and added to the feature list of v0.3.0;
4) Prepared the distributed storage design document, including system architecture diagram, encryption and decryption flow chart, mining area division rules, local cache, file meta information description, file ID description, etc.
CESS distributed cloud storage system:
1. Start testing the v0.2.0 version.
2. Debug the storage proof reading and verification functions of the scheduler and fix several vulnerabilities;
3. Add several types of exception handling to the data allocation process in the scheduler.
2. Discussion on technical solutions
1. Design an aggregated structure to store proofs to alleviate on-chain congestion.
https://github.com/CESSProject/cess/issues/9
2. Design a new naming method to correct errors in pallets modules.
Check the diff by jimmychu0807 · Pull Request#6· CESSProject/cess
@yeousunn Check the code difference. Also the following two arrowed-lines (->) have a problem. Let's talk in a call…
3. Technical Documentation Reference
Completed the writing of all process documents and usage documents for the v0.2.0 storage system.
GitHub:http://github.com/CESSProject