Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Releases: Cerebellum-Network/ddc-bucket-contract

v1.0.1 - Fixes for the Cluster module

11 Aug 11:48
224684b
Compare
Choose a tag to compare
Pre-release

This release introduces some fixes for the Cluster module:

  • cluster_id constraint is added to the get_v_nodes_by_node endpoint
  • cluster_list endpoint is fixed in case there is a removed cluster in the module's store
  • cluster_v_nodes field contains segregated virtual nodes by its physical nodes in the ClusterInfo response

DDC Bucket v1.0.0

04 Jul 00:14
60d008e
Compare
Choose a tag to compare
DDC Bucket v1.0.0 Pre-release
Pre-release

This release introduces new endpoints according to the specification and contains a number of breaking changes to existing endpoints due to merging CDN cluster and Storage cluster into a common Cluster type.

v0.6.6 - Super-admin permissions hotfix

14 Jun 11:26
Compare
Choose a tag to compare
Pre-release
  • Super-admin permissions initialization is fixed

Devnet address: 6T6VK3YfpsTfK4HtHkjGKubU322pmEmbUfmf1GLdydh772t1
Testnet addess: 6RXZhDGLyh6svSjAnTWit7i7tCUzDEgBgpRJxmWQUi5Rsa62
QAnet address: 6Q7C6G3Hpz43tSDPotqT1wYHupTpEJ54oAv3QrAM7TnCF2oY

Super-admin: 6T753p3MMXLri2mT4Tvbo12LFMkPZAdYnUq2vBo5KNvV6FR4

v0.6.5 - ink! 3.4.0

26 May 01:09
f7f70f6
Compare
Choose a tag to compare
v0.6.5 - ink! 3.4.0 Pre-release
Pre-release
  • The source code is upgraded to a stable ink! 3.4.0 version
  • Getting a node by its public key
  • Event for bucket availability updates

v0.6.4 - Cluster management

16 Mar 12:07
2d95c29
Compare
Choose a tag to compare
Pre-release
  • Topology
  • Node addition
  • Nore removal
  • Node tags

v0.6.3 - Create Protocol Fees

13 Dec 14:32
9821b86
Compare
Choose a tag to compare
Pre-release
  • create protocol module
  • create logics for protocol fees
  • automate validated commits

v0.6.2 - Update payments and commits

08 Dec 23:45
d3b4251
Compare
Choose a tag to compare
Pre-release
  • Update payments
  • Update commits. each account can commit multiple CDNs
  • Add API to set last validated era / timestamp per CDN node
  • Update tests

v0.6.1 - Update bucket management

01 Dec 12:42
b38bd49
Compare
Choose a tag to compare
Pre-release

Following methods added:

  • return bucket list by account
  • add readers to bucket status & return all writers

Accounts updates:

  • fix the bug related to bond method
  • return all accounts

v0.6.0 - CDN management, bonded balances, buckets

10 Nov 09:56
80be5b8
Compare
Choose a tag to compare

The three main areas of focus:

  • create methods to add CDN nodes, create CDN clusters, distribute payments from CDN clusters to nodes
  • create bonded balances concepts to charge clients for using CDN nodes
  • update bucket methods to add writers / readers, as well as change owners

v0.5.2 - Fees, docs, and bug fixes

05 Sep 11:19
65abbdd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.2