
CESS Attended the HK Web3 Month Conference: Building the Web3 Data Value Network
The HK Web3 Month, spanning from October 29 to November 18, featured an in-person conference held in Hong Kong from November 6 to 7. The event sought to bring together industry pioneers to delve into the developing Web3 economy in the Asia-Pacific region. Activities like “Polkadot HK Day,” “Ethereum HK Day: Road to DevCon,” and “Polygon HK Day: Ushering Polygon 2.0,” each centred around distinct ecosystems, garnered significant attention and participation from the Web3 industry.CESS (Cumulus ...

Weekly Report | Aug 26th — Sep 1st, 2024
Weekly HighlightsThe cross-chain mechanism of the CESS chain was tested, successfully achieving token transfer across the CESS and Ethereum test chains.Various proof algorithm modules for storage nodes were improved, resolving issues where nodes could not submit idle space proofs and validate inservice storage proofs.The CESS Merkle event went live this week, offering participants a chance to win a “Navigator” and share mysterious prizes!CESS hosted the IEEE P3233 Standard Launch Meeting with...

Weekly Report | Oct 23rd — 29th, 2023
Weekly HighlightsEnhanced the economic model with a new treasury token management pallet.Improved idle space proof with manual recovery and active state synchronization for stability.Optimized DeOSS’s user file metadata caching and bitswap data transmission.Launching testnet v0.7.4.Nominated for Prime Vote to be listed on Huobi. 300,000 USDT prize pool, vote for us!!Project Development Details:Current testnet: V0.7.3 consists of consensus and storage nodes. Consensus nodes maintain the worl...
CESS is a blockchain powered decentralized storage and content decentralized delivery network (CD²N) infrastructure for Web3.

CESS Attended the HK Web3 Month Conference: Building the Web3 Data Value Network
The HK Web3 Month, spanning from October 29 to November 18, featured an in-person conference held in Hong Kong from November 6 to 7. The event sought to bring together industry pioneers to delve into the developing Web3 economy in the Asia-Pacific region. Activities like “Polkadot HK Day,” “Ethereum HK Day: Road to DevCon,” and “Polygon HK Day: Ushering Polygon 2.0,” each centred around distinct ecosystems, garnered significant attention and participation from the Web3 industry.CESS (Cumulus ...

Weekly Report | Aug 26th — Sep 1st, 2024
Weekly HighlightsThe cross-chain mechanism of the CESS chain was tested, successfully achieving token transfer across the CESS and Ethereum test chains.Various proof algorithm modules for storage nodes were improved, resolving issues where nodes could not submit idle space proofs and validate inservice storage proofs.The CESS Merkle event went live this week, offering participants a chance to win a “Navigator” and share mysterious prizes!CESS hosted the IEEE P3233 Standard Launch Meeting with...

Weekly Report | Oct 23rd — 29th, 2023
Weekly HighlightsEnhanced the economic model with a new treasury token management pallet.Improved idle space proof with manual recovery and active state synchronization for stability.Optimized DeOSS’s user file metadata caching and bitswap data transmission.Launching testnet v0.7.4.Nominated for Prime Vote to be listed on Huobi. 300,000 USDT prize pool, vote for us!!Project Development Details:Current testnet: V0.7.3 consists of consensus and storage nodes. Consensus nodes maintain the worl...
CESS is a blockchain powered decentralized storage and content decentralized delivery network (CD²N) infrastructure for Web3.

Subscribe to CESS_Network

Subscribe to CESS_Network
Share Dialog
Share Dialog


<100 subscribers
<100 subscribers
Cumulus Encrypted Storage System (CESS) is a decentralized cloud storage network for data storing and sharing, which is high-speed, secure, and scalable. CESS is an open-source public blockchain, intended to be the underlying network infrastructure for decentralized storage needs. CESS network consists of four layers: blockchain, data storage, content distribution, and application layer. CESS’s R²S consensus mechanism coordinates the network resources and network load, guarantees data security and integrity through proprietary technologies with data ownership protection, technologies such as Proof of Data Reduplication and Recovery (PoDR²), Multi-format Data Rights Confirmation (MDRC), and decentralized proxy re-encryption. CESS aims to be the first decentralized storage network that supports large-scale commercial applications.
CESS is also compatible with EVM and WASM, and the underlying development framework Substrate is also friendly to cross-chain applications. Its technology stack can support most Web3 applications and the development needs of enterprise-level applications.

Blockchain Network:
Current testnet: V0.7.2 consists of consensus and storage nodes. Consensus nodes maintain the world state of the CESS network (by CESS Node)and serve as the “data authentication station” (by TEE Worker). Storage nodes provide verifiable storage space and serve as the “data storage pool” in the CESS network.
Consensus Miner [v0.7.2]
Increased the number of times for random challenges for chain nodes and allowed more chances for random challenges to fail.
Resolved the issue of chain nodes repeatedly broadcasting events when generating random challenges.
Updated the node selection strategy in random challenges for chain nodes, significantly improving verification efficiency.
Removed the bulk deletion feature for chain nodes to prevent network-wide consensus disruption due to data overload.
Optimized the penalty mechanism for chain nodes, no longer penalizing storage nodes that haven’t submitted idle challenge proofs.
Updated the file segment size configuration in chain nodes’ on-chain file metadata to align with DeOSS updates.
Streamlined Kaleido’s Docker packaging script for quick packaging of the Gramine runtime environment Docker image.
Conducted testing on Kaleido’s Gramine file system’s file read/write functionality.
Improved Kaleido’s code structure and removed unused environment variables in the template files.
Added the ability in Kaleido to set concurrent limits per service, enhancing program efficiency.
Fixed the issue where TEE Worker was unable to process storage node registration requests due to high load.
Fixed accumulator verification failures during TEE Worker’s idle space authentication process.
Removed restrictions on TEE Worker for storage node registration requests, effectively increasing the registration success rate.
Optimized the verification speed for TEE Worker’s idle space challenge proofs.
Fixed service panics in TEE Worker during idle file authentication caused by storage nodes using outdated data submissions.
Enhanced TEE Worker’s idle space authentication process, reducing temporary state data and bolstering resistance to denial-of-service attacks.
Storage Miner [v0.7.1]
Added a feature to limit the maximum number of storage node file storage threads.
Resolved issues with abnormal gRPC requests on storage nodes.
Introduced a user experience improvement plan for storage nodes.
Fixed the problem where the storage node’s space proof module couldn’t reauthenticate after idle file authentication failures.
Adjusted storage node CPU usage to prevent forced restarts due to resource overload.
Updated the p2p-go library to enhance security features in the interaction process between storage nodes and TEE Worker.
Completed an upgrade of the storage node’s space proof module, reducing algorithm resource consumption on CPU and memory.
Implemented file Tag verification for storage node service files to prevent data tampering by intermediaries.
Optimized the storage node’s idle space authentication process by concurrent execution with idle file generation, improving authentication efficiency.
Enhanced the security of the storage node’s idle file generation algorithm by increasing the difficulty of temporary idle file generation.
Optimized the Merkle Hash Tree generation method in the idle space proof algorithm, improving computational efficiency.
Fixed issues in the idle space authentication algorithm caused by errors in file root hash calculations.
Addressed problems in the idle space challenge process related to incorrect Merkle Hash Tree path proof calculations.
Introduced concurrent execution of idle file generation and idle space authentication processes to enhance idle space authentication efficiency.
The mission of CESS is to provide Web3 with practical storage services. The product ecosystem of the current CESS network is becoming more robust and prosperous. Innovative applications such as Decentralized Object Storage Service (DeOSS), online file sharing tool (DeShare), and public chain snapshot storage service have been incubated. Users can experience these functions.
DeOSS(Decentralized Object Storage Service)
Completed updates to the Rust SDK’s file metadata structure and related methods.
Resolved an issue in the Go SDK where parsing transaction events incorrectly caused program crashes.
Updated the transaction process in the Go SDK to increase the nonce value and retry when encountering a ‘Priority is too low’ error.
Implemented a user data caching feature to effectively enhance data stability and availability, reducing the risk of user data loss.
Adjusted user data segment sizes and increased data redundancy backups to further protect the integrity of user data
The technical team has completed a technical DeOSS upgrade proposal aimed at enhancing the quality of DeOSS services. The plan has been discussed and confirmed by the community, the next steps involve regular iteration planning.
Completed the design of a new version of the blockchain explorer. This design includes dedicated pages for different types of users across the CESS network, enabling rapid data retrieval and significantly improving the user experience.
https://github.com/CESSProject/cess/wiki
https://github.com/CESSProject/CIPs
CESS website Twitter Telegram Discord Github Medium LinkedIn
Instagram: cess_storage
Cumulus Encrypted Storage System (CESS) is a decentralized cloud storage network for data storing and sharing, which is high-speed, secure, and scalable. CESS is an open-source public blockchain, intended to be the underlying network infrastructure for decentralized storage needs. CESS network consists of four layers: blockchain, data storage, content distribution, and application layer. CESS’s R²S consensus mechanism coordinates the network resources and network load, guarantees data security and integrity through proprietary technologies with data ownership protection, technologies such as Proof of Data Reduplication and Recovery (PoDR²), Multi-format Data Rights Confirmation (MDRC), and decentralized proxy re-encryption. CESS aims to be the first decentralized storage network that supports large-scale commercial applications.
CESS is also compatible with EVM and WASM, and the underlying development framework Substrate is also friendly to cross-chain applications. Its technology stack can support most Web3 applications and the development needs of enterprise-level applications.

Blockchain Network:
Current testnet: V0.7.2 consists of consensus and storage nodes. Consensus nodes maintain the world state of the CESS network (by CESS Node)and serve as the “data authentication station” (by TEE Worker). Storage nodes provide verifiable storage space and serve as the “data storage pool” in the CESS network.
Consensus Miner [v0.7.2]
Increased the number of times for random challenges for chain nodes and allowed more chances for random challenges to fail.
Resolved the issue of chain nodes repeatedly broadcasting events when generating random challenges.
Updated the node selection strategy in random challenges for chain nodes, significantly improving verification efficiency.
Removed the bulk deletion feature for chain nodes to prevent network-wide consensus disruption due to data overload.
Optimized the penalty mechanism for chain nodes, no longer penalizing storage nodes that haven’t submitted idle challenge proofs.
Updated the file segment size configuration in chain nodes’ on-chain file metadata to align with DeOSS updates.
Streamlined Kaleido’s Docker packaging script for quick packaging of the Gramine runtime environment Docker image.
Conducted testing on Kaleido’s Gramine file system’s file read/write functionality.
Improved Kaleido’s code structure and removed unused environment variables in the template files.
Added the ability in Kaleido to set concurrent limits per service, enhancing program efficiency.
Fixed the issue where TEE Worker was unable to process storage node registration requests due to high load.
Fixed accumulator verification failures during TEE Worker’s idle space authentication process.
Removed restrictions on TEE Worker for storage node registration requests, effectively increasing the registration success rate.
Optimized the verification speed for TEE Worker’s idle space challenge proofs.
Fixed service panics in TEE Worker during idle file authentication caused by storage nodes using outdated data submissions.
Enhanced TEE Worker’s idle space authentication process, reducing temporary state data and bolstering resistance to denial-of-service attacks.
Storage Miner [v0.7.1]
Added a feature to limit the maximum number of storage node file storage threads.
Resolved issues with abnormal gRPC requests on storage nodes.
Introduced a user experience improvement plan for storage nodes.
Fixed the problem where the storage node’s space proof module couldn’t reauthenticate after idle file authentication failures.
Adjusted storage node CPU usage to prevent forced restarts due to resource overload.
Updated the p2p-go library to enhance security features in the interaction process between storage nodes and TEE Worker.
Completed an upgrade of the storage node’s space proof module, reducing algorithm resource consumption on CPU and memory.
Implemented file Tag verification for storage node service files to prevent data tampering by intermediaries.
Optimized the storage node’s idle space authentication process by concurrent execution with idle file generation, improving authentication efficiency.
Enhanced the security of the storage node’s idle file generation algorithm by increasing the difficulty of temporary idle file generation.
Optimized the Merkle Hash Tree generation method in the idle space proof algorithm, improving computational efficiency.
Fixed issues in the idle space authentication algorithm caused by errors in file root hash calculations.
Addressed problems in the idle space challenge process related to incorrect Merkle Hash Tree path proof calculations.
Introduced concurrent execution of idle file generation and idle space authentication processes to enhance idle space authentication efficiency.
The mission of CESS is to provide Web3 with practical storage services. The product ecosystem of the current CESS network is becoming more robust and prosperous. Innovative applications such as Decentralized Object Storage Service (DeOSS), online file sharing tool (DeShare), and public chain snapshot storage service have been incubated. Users can experience these functions.
DeOSS(Decentralized Object Storage Service)
Completed updates to the Rust SDK’s file metadata structure and related methods.
Resolved an issue in the Go SDK where parsing transaction events incorrectly caused program crashes.
Updated the transaction process in the Go SDK to increase the nonce value and retry when encountering a ‘Priority is too low’ error.
Implemented a user data caching feature to effectively enhance data stability and availability, reducing the risk of user data loss.
Adjusted user data segment sizes and increased data redundancy backups to further protect the integrity of user data
The technical team has completed a technical DeOSS upgrade proposal aimed at enhancing the quality of DeOSS services. The plan has been discussed and confirmed by the community, the next steps involve regular iteration planning.
Completed the design of a new version of the blockchain explorer. This design includes dedicated pages for different types of users across the CESS network, enabling rapid data retrieval and significantly improving the user experience.
https://github.com/CESSProject/cess/wiki
https://github.com/CESSProject/CIPs
CESS website Twitter Telegram Discord Github Medium LinkedIn
Instagram: cess_storage
Added a feature in nodeadm to proactively clear invalid private keys during image updates.
Updated core functionalities in nodeadm, including multiple RPC node configurations for bucket programs.
Fixed program path configuration errors in nodeadm.
Added the capability in nodeadm to clear invalid shared private keys in Kaleido.
Improved core functionalities in nodeadm by prompting users to create a bucket path if it doesn’t exist, enhancing the user experience.
Added a feature in nodeadm to proactively clear invalid private keys during image updates.
Updated core functionalities in nodeadm, including multiple RPC node configurations for bucket programs.
Fixed program path configuration errors in nodeadm.
Added the capability in nodeadm to clear invalid shared private keys in Kaleido.
Improved core functionalities in nodeadm by prompting users to create a bucket path if it doesn’t exist, enhancing the user experience.
No activity yet