Releases: dhiway/cord
Releases · dhiway/cord
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
Release release-v0.9.3-dev
cord-v0.9.0
Release release-0.9
What's Changed
- Refactor release workflow and build ARM & x86_64 docker image. by @roynrishingha in #185
- Build docker image for mult-platforms using
buildx
. by @roynrishingha in #186 - Docker: change the base image by @roynrishingha in #190
- Fix Github action Branch Extraction Error. by @roynrishingha in #189
- Build Docker Image using Buildx. by @roynrishingha in #191
- Build multi-platform docker image using
buildx
&qemu
. by @roynrishingha in #192 - Update README by @NiranjanAP in #193
- Log System info of the Github Action
runner
. by @roynrishingha in #196 - Srtool: Compile CORD Runtime into WASM by Github Action by @roynrishingha in #195
- [CI] Build CORD Docker Image from Github Action for x86-64 Architecture by @roynrishingha in #197
- Add
Makefile
to quickly run commands on CORD. by @roynrishingha in #198 - Remove unnecessary flags from
Makefile
build stages. by @roynrishingha in #201 - Makefile: A cluster of CORD Nodes by @roynrishingha in #202
- Add Charlie as an authority to local chain spec by @roynrishingha in #204
- Makefile: Add persistent logging to all nodes and remove a few options from validator startup commands by @roynrishingha in #203
- Fix typos by @omahs in #205
- docker multiplatform image build by @smohan-dw in #207
- Docker-Compose: A Cluster of CORD Nodes by @roynrishingha in #200
- Improve CORD getting started instruction by @roynrishingha in #210
- Fix typo in stream pallet lib.rs documentation comment by @NiranjanAP in #213
- Fmt & update type in benchmark by @siddharthteli12 in #216
- CORD: Update
generate-node-key
documentation by @roynrishingha in #214 - Fix multiple clippy warnings to improve code quality by @roynrishingha in #217
- add rusty-hook as dev dependency by @smohan-dw in #220
- moving compose to docker directory by @smohan-dw in #219
- [CI] Optimize Pull Request Github Action Workflow by @roynrishingha in #218
- Core refactor - Governance, Membership & Payments by @smohan-dw in #223
- pallet-identity - a simplified fork of substrate identity pallet by @smohan-dw in #231
- Add Unique Pallet Along With Tests And Benchmarks by @roynrishingha in #229
- Simplifying the directory handling by having volume details handled by Docker by @roynrishingha in #230
- Bump up CORD Runtime version to 0.9.0 by @roynrishingha in #233
- DID updates by @smohan-dw in #232
- remove genesis endowments by @smohan-dw in #237
- Add Scoring Pallet by @roynrishingha in #235
- manage node authorizations by @smohan-dw in #240
- README: update about the CI tests by @amarts in #243
- SDK update - v1.1.0 by @smohan-dw in #242
- member proposals and council closure by @smohan-dw in #244
- pallet_stream: double map to provide latest state for a given 'identifer:hash' by @amarts in #241
- Multiple changes for release v0.9.0 by @amarts in #255
- score -> network-score and identifier integration by @smohan-dw in #256
- scoring updates by @smohan-dw in #257
New Contributors
- @NiranjanAP made their first contribution in #193
- @omahs made their first contribution in #205
- @siddharthteli12 made their first contribution in #216
Full Changelog: 125b662...75756d0
Release release-0.9
Release release-0.9
Release develop
Release develop
CORD v0.8.0
This release contains the changes from v0.7.7 to v0.8.0.
Major features implemented are:
- Persistent Content Identifiers
- DID and DID names
- Registry support for controlling the access and authorization
- Stream with identifiers - get the latest state and history of the off-chain data it represents.
What's Changed
- docs: provide more information on using the chain by @amarts in #97
- upgrade to v0.9.28 by @smohan-dw in #99
- Score pallet with automatic aggregate logic in pallet by @amarts in #107
- rebase with cordv2 features by @smohan-dw in #141
- Testing of registry pallet by @amarts in #146
- Separate quality check and docker build by @roynrishingha in #152
- Switch to using distroless in Dockerfiles by @Rithwik0480 in #150
- Runtime & Pallet Weight updates by @smohan-dw in #148
- registry benchmark updates by @smohan-dw in #154
- Benchmarks and Weights by @smohan-dw in #155
- New Stream changes in develop branch by @rohibhan in #157
- Registry benchmark by @vjgaur in #159
- update to release-v0.9.42 by @smohan-dw in #158
- Fix GitHub action error and improve readability and efficiency by @roynrishingha in #162
- pallets and runtime weights by @smohan-dw in #161
- Dockerfile: don't provide options to cord by @amarts in #165
- authorship chain-spec update by @smohan-dw in #166
- authority manager update by @smohan-dw in #167
- session key management and chain-specs by @smohan-dw in #168
- Stream Benchmarking_v1 by @rohibhan in #164
- Add missing documentations and extra tests in Schema pallet by @roynrishingha in #171
- Add missing docs to stream pallet by @roynrishingha in #170
- staging and builder network conf updates by @smohan-dw in #172
- prerelease benchmarks by @smohan-dw in #174
- chain raw spec update by @smohan-dw in #175
Full Changelog: 0.7.7...0.8.0
Contributions
This release has seen major commits from @smohan-dw along with @vjgaur @rohibhan @roynrishingha @Rithwik0480
Working CORD-v2 with Aura
This release has 'Aura' based block generator, working with 'space, schema and stream' pallets.