
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


CESS is a blockchain powered decentralized storage and CD²N (content decentralized delivery network) infrastructure for Web3. Users and creators alike use the platform for on-chain data sharing, whilst builders can develop and deploy DApps.
Offering the most optimal Web3 solution for storing and retrieving high-frequency dynamic data, CESS reshapes the value distribution and circulation of data assets whilst ensuring data sovereignty and user privacy. By utilizing a decentralized physical infrastructure network (DePIN) model, CESS drives mass deployment of network nodes globally through incentives.
CESS network consists of four layers: Blockchain Layer, Distributed Storage Resource Layer, Distributed Content Delivery Layer, 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.
Current testnet: v0.7.6 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 Nodes [v0.7.6]
Added a territory module to CESS Node, allowing users to purchase space (territory) by blocks and mint or resell NFTs for the territory.
Completed the writing and testing of benchmarks for new CESS Node features.
Fixed issues with storage node rewards due to insufficient treasury funds.
Fixed issues and warnings after upgrading the Substrate framework.
Adjusted system parameters such as token decimal places after upgrading the Substrate framework.
Completed documentation for TEE Worker and Intel SGX.
Fixed benchmark test cases that failed after the Substrate upgrade.
Deployed and tested cross-chain contracts between the CESS chain and Ethereum.
Upgraded the Dockerfile for CESS Node and fixed deployment issues.
Optimized the TEE Worker codebase by removing outdated test units.
Upgraded the intel-sgx-env image to the latest version, adapting to the latest TEE Worker codebase.
Storage Nodes [v0.7.10]
Developed a monitoring program supporting remote management of multiple storage nodes on different machines.
Implemented visual interactive features for the monitoring program, enabling web-based node monitoring and operation.
Fixed issues with the multi-container deployment script program not installing Docker and Docker-Compose correctly.
Added command completion functionality to the multi-container deployment script program for easier node management.
Upgraded the storage space management module in the multi-container deployment script program, allowing users to only reduce unverified idle space.
Fixed an issue with the idle space proof module due to incorrect on-chain parameters.
CESS is a blockchain powered decentralized storage and CD²N (content decentralized delivery network) infrastructure for Web3. By utilizing a DePIN (decentralized physical infrastructure network) model, CESS drives mass deployment of network nodes globally through incentives. The first of its kind, DeOSS (decentralized object storage services) by CESS has significantly contributed to the gradual enrichment and flourishing of the product ecosystem within the CESS network, DeShare (online file sharing tool), and public chain snapshot storage services have been incubated. The developments for this month are as follows:
Decentralized Object Storage Service (DeOSS)
Enhanced file breakpoint resume functionality, adding boundary checks like filename character length limits.
Improved file breakpoint resume functionality to support concurrent and out-of-order file chunk uploads.
Introduced the “CANS Protocol,” allowing users to package and store small files together, saving storage resources.
Enhanced data download functionality by reducing unnecessary HTTP headers, and facilitating online file preview via DeOSS.
Refactored the file upload and download service modules, separating different business logic for easier maintenance and upgrades.
Improved user file cache management, limiting the number and cache usage of files a single user can upload simultaneously to reduce load.
Added support in the js-sdk for file chunking and breakpoint resume functionalities.
Improved the go-sdk developer guide with usage manuals for each module and indexed the directory.
Added a query function for consensus node staking information in the go-sdk.
Updated system properties, configuration parameters, and code examples in the go-sdk to be compatible with the latest CESS chain version.
Adapted the latest version of the go-sdk.
Optimized the data query permission management logic and cache refresh strategy for lightweight cache nodes, mitigating flood attacks.
Updated the go-sdk developer guide, adding explanations and code examples for methods in the codebase.
Blockchain Explorer (Substats)
Fixed issues with transaction data chart display in the new blockchain browser.
Fixed errors in the active account statistics for storage nodes in the new blockchain browser.
Resolved issues with the backend of the new blockchain browser parsing storage node mining reward release events.
Corrected inaccurate display of node numbers and storage capacity in the new blockchain browser.
Fixed synchronization issues with the latest CESS chain blocks in the new blockchain browser.
Fixed issues with large file uploads failing due to data transmission limits.
Updated the homepage directory index and key reference links in the official documentation.
GitHub: https://github.com/CESSProject
WiKi: https://docs.cess.cloud/core/
CIPs: https://github.com/CESSProject/CIPs
CESS website | Twitter | Telegram | Discord | Github | Medium | LinkedIn | Instagram | YouTube | Facebook
1
CESS is a blockchain powered decentralized storage and CD²N (content decentralized delivery network) infrastructure for Web3. Users and creators alike use the platform for on-chain data sharing, whilst builders can develop and deploy DApps.
Offering the most optimal Web3 solution for storing and retrieving high-frequency dynamic data, CESS reshapes the value distribution and circulation of data assets whilst ensuring data sovereignty and user privacy. By utilizing a decentralized physical infrastructure network (DePIN) model, CESS drives mass deployment of network nodes globally through incentives.
CESS network consists of four layers: Blockchain Layer, Distributed Storage Resource Layer, Distributed Content Delivery Layer, 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.
Current testnet: v0.7.6 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 Nodes [v0.7.6]
Added a territory module to CESS Node, allowing users to purchase space (territory) by blocks and mint or resell NFTs for the territory.
Completed the writing and testing of benchmarks for new CESS Node features.
Fixed issues with storage node rewards due to insufficient treasury funds.
Fixed issues and warnings after upgrading the Substrate framework.
Adjusted system parameters such as token decimal places after upgrading the Substrate framework.
Completed documentation for TEE Worker and Intel SGX.
Fixed benchmark test cases that failed after the Substrate upgrade.
Deployed and tested cross-chain contracts between the CESS chain and Ethereum.
Upgraded the Dockerfile for CESS Node and fixed deployment issues.
Optimized the TEE Worker codebase by removing outdated test units.
Upgraded the intel-sgx-env image to the latest version, adapting to the latest TEE Worker codebase.
Storage Nodes [v0.7.10]
Developed a monitoring program supporting remote management of multiple storage nodes on different machines.
Implemented visual interactive features for the monitoring program, enabling web-based node monitoring and operation.
Fixed issues with the multi-container deployment script program not installing Docker and Docker-Compose correctly.
Added command completion functionality to the multi-container deployment script program for easier node management.
Upgraded the storage space management module in the multi-container deployment script program, allowing users to only reduce unverified idle space.
Fixed an issue with the idle space proof module due to incorrect on-chain parameters.
CESS is a blockchain powered decentralized storage and CD²N (content decentralized delivery network) infrastructure for Web3. By utilizing a DePIN (decentralized physical infrastructure network) model, CESS drives mass deployment of network nodes globally through incentives. The first of its kind, DeOSS (decentralized object storage services) by CESS has significantly contributed to the gradual enrichment and flourishing of the product ecosystem within the CESS network, DeShare (online file sharing tool), and public chain snapshot storage services have been incubated. The developments for this month are as follows:
Decentralized Object Storage Service (DeOSS)
Enhanced file breakpoint resume functionality, adding boundary checks like filename character length limits.
Improved file breakpoint resume functionality to support concurrent and out-of-order file chunk uploads.
Introduced the “CANS Protocol,” allowing users to package and store small files together, saving storage resources.
Enhanced data download functionality by reducing unnecessary HTTP headers, and facilitating online file preview via DeOSS.
Refactored the file upload and download service modules, separating different business logic for easier maintenance and upgrades.
Improved user file cache management, limiting the number and cache usage of files a single user can upload simultaneously to reduce load.
Added support in the js-sdk for file chunking and breakpoint resume functionalities.
Improved the go-sdk developer guide with usage manuals for each module and indexed the directory.
Added a query function for consensus node staking information in the go-sdk.
Updated system properties, configuration parameters, and code examples in the go-sdk to be compatible with the latest CESS chain version.
Adapted the latest version of the go-sdk.
Optimized the data query permission management logic and cache refresh strategy for lightweight cache nodes, mitigating flood attacks.
Updated the go-sdk developer guide, adding explanations and code examples for methods in the codebase.
Blockchain Explorer (Substats)
Fixed issues with transaction data chart display in the new blockchain browser.
Fixed errors in the active account statistics for storage nodes in the new blockchain browser.
Resolved issues with the backend of the new blockchain browser parsing storage node mining reward release events.
Corrected inaccurate display of node numbers and storage capacity in the new blockchain browser.
Fixed synchronization issues with the latest CESS chain blocks in the new blockchain browser.
Fixed issues with large file uploads failing due to data transmission limits.
Updated the homepage directory index and key reference links in the official documentation.
GitHub: https://github.com/CESSProject
WiKi: https://docs.cess.cloud/core/
CIPs: https://github.com/CESSProject/CIPs
CESS website | Twitter | Telegram | Discord | Github | Medium | LinkedIn | Instagram | YouTube | Facebook
1
No activity yet