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
v0.5.0 Stable pricing + Permissions + Bug fixes
What's Changed
- print-md: generate markdown views of the network by @naure in #26
- Stable price by @naure in #27
- rename-vnode by @naure in #28
- Consistent permissions by @naure in #29
- Limits by @naure in #31
- pay-events: emit payment events by @naure in #32
- Change params of Node / Cluster / Bucket by @naure in #33
- Permission events by @naure in #34
- limits: set the actual limit of vnodes (300) by @naure in #35
- fix-bucket-get: remove a problematic field bucket.flow in getters by @naure in #36
Full Changelog: v0.4.0...v0.5.0
v0.4.0 Cluster and resources management
What's Changed
- Contract fee by @naure in #12
- Cluster mgmt by @naure in #13
- Node and Cluster Resources by @naure in #14
- Bucket resources by @naure in #15
- Simulate resource management and node replacement by @naure in #16
- atomic-tx: use unwrap instead of return Err by @naure in #17
- Doc by @naure in #18
- Upsert account by @naure in #19
- Organize payments around Clusters by @naure in #20
- Increase resources by @naure in #21
- Separate params by @naure in #22
- fix-scripts: fix Cash type-info and move demo code to demo.js by @naure in #23
- admin: add admin function to withdraw funds by @naure in #24
- Node trust for cluster management by @naure in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0 Clusters
v0.2.1 Refactor
- Refactor the codebase into modules.
- No observable changes.
- Not deployed.
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Multi-service and replication support
JS SDK
yarn add @cere/[email protected]
What's Changed
- [BREAKING] Many changes in the API. Refer to test.rs, deploy.js, print_ddc_bucket.js for example usage.
- Multi-node and multi-service by @naure in #3
- Feature/lists by @naure in #4
- Feature/search by @naure in #5
Full Changelog: v0.1.2...v0.2.0