This repository has been archived by the owner on May 16, 2024. It is now read-only.
Releases: Cerebellum-Network/ddc-bucket-contract
Releases · Cerebellum-Network/ddc-bucket-contract
v1.0.1 - Fixes for the Cluster module
This release introduces some fixes for the Cluster module:
cluster_id
constraint is added to theget_v_nodes_by_node
endpointcluster_list
endpoint is fixed in case there is a removed cluster in the module's storecluster_v_nodes
field contains segregated virtual nodes by its physical nodes in theClusterInfo
response
DDC Bucket v1.0.0
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
- 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
- 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
- Topology
- Node addition
- Nore removal
- Node tags
v0.6.3 - Create Protocol Fees
- create protocol module
- create logics for protocol fees
- automate validated commits
v0.6.2 - Update payments and commits
- 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
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
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
What's Changed
- doc: draft of DDC concepts document by @naure in #37
- Reserve ID 0 by @naure in #42
- NFT registry by @naure in #38
- Nft registry report by @naure in #43
- fix-manager-node-trust: add validation of the manager permission by @naure in #44
- Network fee by @naure in #45
- Cluster management fee by @naure in #46
- V0.5.1 doc by @naure in #47
- ink-doc-gen: documentation generator by @naure in #48
- Extract ink doc gen by @naure in #49
- admin-power: SuperAdmin implies all other permissions by @naure in #50
- Prepare v0.5.2 by @naure in #51
New Contributors
- @svalasovich made their first contribution in #41
Full Changelog: v0.5.0...v0.5.2