Skip to content

Releases: CESSProject/cess

v0.3.1

05 May 08:30
a453c03
Compare
Choose a tag to compare
  • Improve the real-time pricing function, read the space unit price of other applications through the offline working machine, and finally confirm our pricing through calculation and comparison.
  • Upgraded the substrate framwork version from monthly-2021-10 to monthly-2022-04.
  • Improve the dispatching registration function, and the registration conditions must be bond pledged first.
  • The function of collecting scheduling reports is added. The dispatchers will supervise each other. If there is only one service running separately, they will be punished when the scheduling error report exceeds half of the total.
  • New scheduling penalty function.

v0.3.0

28 Mar 11:20
2fb3e63
Compare
Choose a tag to compare

Highlights

  • Miners have more choices and better functional mechanism
    • Added user additional mortgage function.
    • Added user exit function.
    • Added user redemption deposit function.
  • Added the function of giving 1GB space to new users.

Features

  • It details the different states of miners, such as withdrawal, active, freezing and so on.

  • The reward mechanism for miners is optimized. When miners are frozen, rewards will accumulate, but will not be issued

  • The punishment mechanism for miners has been improved.

    • When the certificate verification fails or the certificate is not submitted for a long time, the miner will be punished and the deposit of 20tcess will be deducted.
    • When the deposit of miners is lower than a certain level, it will be frozen. According to the space provided by the miner.

v0.2.0

18 Feb 10:10
Compare
Choose a tag to compare

v0.2.0

Release for cess-testnet-v0.2.0

Highlights

  • Added data segment routing module

  • Added real-time pricing module

    • The price is depends on real-time suppy and demand

Features

  • Optimized both the scheduling and storage interface

  • Added linux client

    • Added linux based client application that allow users to operate space storage, file download and other functions
  • Added storage space leasing function

  • In this Version of v0.2.0, cess testnet and decentralized storage system is achieved the unification

v0.1.3

15 Jan 10:38
7a05cb1
Compare
Choose a tag to compare
  • fixed proof of storage in segment-book, to be specific, fixed submit vpb errors;
  • fixed test-benchmarks for all the pallets.

v0.1.2

30 Dec 12:20
Compare
Choose a tag to compare

Release for cess-testnet-v0.1.2 which only fixes and adds test cases.

v0.1.1

21 Dec 05:45
eb3203b
Compare
Choose a tag to compare

Release for cess-testnet-v0.1.1.

Highlights

  • Add segment-book pallet
    • support the submission and verification of proof of storage.
  • Update files-map pallet
    • manage routing of stored files.
  • Update sminer pallet
    • introduce basic operations related to storage miners.

Features

  • support storage mining.
  • implement BABE consensus module.
  • substrate version updated to monthly-2021-10.

v0.0.1

12 Oct 03:25
e91f0cb
Compare
Choose a tag to compare

This is the first release that launches test-net C-ALPHA.

Highlights

  • Add files-bank pallet
    • support uploading and updating info of files.
  • Add files-map pallet
    • manage routing of stored files.
  • Add sminer pallet
    • introduce basic operations related to storage miners.

Features

  • concise getting started.
  • support docker startup.
  • stable testnet of storage application blockchain.
  • adequate use guidelines.