cess icon indicating copy to clipboard operation
cess copied to clipboard

An implementation of the distributed storage network supported by CESS LAB.

Results 36 cess issues
Sort by recently updated
recently updated
newest added

Hello, can the team come up with a tutorial on creating an ubuntu virtual machine with hyper_v on windows and installing docker and cess programs? Because most people have limited...

Why is it required to open more than ten ports? It looks very unprofessional。 Isn't it possible to handle one port by adding a proxy mini service within the program?...

In Polkadot Blockchain Academy CESS sharing, I met with students with following feedback: 1. Talked to a student in healthcare industry. They care a lot about the patient record privacy....

We should integrate a EVM blockchain explorer if we really want to push developer to use our Solidity smart contract platform, so it can see the EVM contract transaction details...

I have observed that some of the pallets in the [c-pallets](https://github.com/CESSProject/cess/tree/main/c-pallets) directory are missing readme, which has caused difficulties for developers to understand the code. If someone in the team...

Currently, **1M of native CESS tokens** (on Substrate side) = **1 EVM CESS tokens**

Hi, Some people are facing issues with the storage node, getting error "rpc error: code = Internal desc = the miner not exists" Below are the logs form `sudo docker...

* Block height: 1,217,665 * SGX authentication mode: IAS * Ubuntu kernel version: 5.15 TEE will report an error when running on a brand new machine. The error content is...

bug

## Existing Problems Currently, CESS's storage network protocol stack uses 'libp2p', but the main business scenarios have not increased efficiency due to the use of 'libp2p'. For example, the transmission...

## Cause The current version of [MinerInfo.peer_id](https://github.com/CESSProject/cess/blob/93eb9fa66cecb5d4b2ffe4381aa0262e483600d1/pallets/sminer/src/types.rs#L12) represents the ID of the `storage-miner` P2P node. Due to the change of data transmission protocol for `storage-miner`, this field no longer has...

feature improve