Releases: dhiway/cord.js
Releases · dhiway/cord.js
0.9.4
What's Changed
- Package updates & Network Membership by @smohan-dw in #119
- DID calls - companion by @smohan-dw in #123
- SDK update companion by @smohan-dw in #131
- Stream pallet changes: companion by @amarts in #132
- changes to match new changes done in cord chain - v0.9.0 by @amarts in #144
- companion - 0.9.0 by @smohan-dw in #145
- network dispatch key changes by @smohan-dw in #146
- version changes 0.9.0 by @amarts in #147
- scoring interfaces and demo by @smohan-dw in #148
- README:use proper command to run the test by @amarts in #151
- readme_update by @Vikastc in #152
- doc builder updates by @smohan-dw in #153
- generateKeypair moved to package/utils by @amarts in #157
- companion - sdk update v1.5.0 by @smohan-dw in #158
- docs: update README.md to clarify the SDK install process by @NiranjanAP in #159
- fix: demo's local generateKeypairs() changed to SDK's keypair by @amarts in #160
- minor updates by @smohan-dw in #161
- feat: add confidex alpha and other alpha network into the typedef by @amarts in #162
- feat: provide new package 'asset' by @amarts in #163
- Issue Template for DMP 2024 by @NiranjanAP in #164
- augment-api: companion for asset_status_chagne call by @amarts in #171
- Update README.md by @PrasanthYT in #170
- feat: package/asset: implement status_change call by @adi-a11y in #169
- GH Workflow: Update
checkout
action tonode 20
version by @vatsa287 in #172 - types: handle additions based on spec name by @amarts in #173
- Fix: package/statement: Throw error and return identifier when attempting to anchor an already existing statement by @adi-a11y in #178
- Demo: Add a script to create a network member and chainspace by @adi-a11y in #179
- network-score: change methods to suit the need of API spec by @amarts in #176
- chore: package/statement: Add function prepareExtrinsic() to return extrinsic and change cord version to latest by @Vikastc in #182
- chore: package/statement: Added function to return extrinsic to revoke by @Vikastc in #185
- Feat: packages/did: Add Support for DID Create and Fetch from Mnemonic by @adi-a11y in #181
- update: cord companion for 1.8.0 and subspace_create by @amarts in #184
- chain-space: implement subspace logic by @amarts in #187
- package/asset: Add extrinsic before dispatch by @vatsa287 in #188
- Fix: packages/score: revise rating by @adi-a11y in #190
- sdk update v1.8.0 by @smohan-dw in #191
- metadata update companion for pallet-identity update by @smohan-dw in #192
Asset
: Changes to packages & scripts for VC by @vatsa287 in #194- Add comments for buildFromReviseRatingProperties by @adi-a11y in #195
- Fix: Packages/utils: Make the keytype as an optional parameter by @adi-a11y in #198
- asset: Updates to have a VC of Asset by @vatsa287 in #196
- network-score: Augment-Api, Package, Demo Script updates to match ONDC specs by @vatsa287 in #202
- ChainSpace: Separate preparation of create chainspace extrinsic from chain dispatch Issue #197 by @hardiksharma11 in #203
- Created a new function prepareUpdateTxCapacityExtrinsic() by @kartikaysaxena in #205
- Created new function prepareCreateSubSpaceExtrinsic() by @kartikaysaxena in #206
- Add checks for enums before dispatch by @vatsa287 in #208
- asset: Fix errors & implement status_change by @vatsa287 in #217
- Fix demo/welcome-developer by @adi-a11y in #216
- Created of new export function named prepareCreateExtrinsic() by @SHARJIDH in #211
- [bug] Chainspace: Add isChainSpaceStored before creation by @vatsa287 in #219
- asset: Fix bug involving vcStatusChange by @vatsa287 in #223
- Update demo to use SDK method for creating DID by @adi-a11y in #227
- utils: Add a util to get the genesis hash for a network address by @vatsa287 in #228
- Packages/did: Add
keyType
Parameter tocreateDid
Method by @adi-a11y in #226 - type-defs: Add new multiruntime shared bundeles by @vatsa287 in #230
- Asset: Separate preparation of creation of VC Asset from dispatch by @masterismail in #215
- Add a demo script to listen the events by @adi-a11y in #220
- packages: Update augement-api to release-0.9.3 dev by @vatsa287 in #231
- chainspace: Fix authorization-id digest calculation by @vatsa287 in #241
- augment-api: Update augment-api to include Registries & Entries by @vatsa287 in #242
- minor fix: func-test: reflect correct status on console by @adi-a11y in #235
- fix: packages/did: throw an error if space already exists by @adi-a11y in #233
- demo: Update demo-statement to remove registrars,judgements by @vatsa287 in #243
- Registries: Add
registries
SDK package for CORDpallet-registries
by @vatsa287 in #245 - Registry-Entries: Add
SDK
module with Entry creation capability by @vatsa287 in #246 - entries: Add capability for updation of registry-entries by @vatsa287 in #247
- augment-api: Update sdk package to cord:loom RuntimeSpec 9400 by @vatsa287 in #249
- schema-accounts: Add new SDK module to manage account based schema by @vatsa287 in #250
- entries: Add support for revoke/reinstate of registry-entries by @vatsa287 in #252
New Contributors
- @PrasanthYT made their first contribution in #170
- @hardiksharma11 made their first contribution in #203
- @kartikaysaxena made their first contribution in #205
- @SHARJIDH made their first contribution in #211
- @masterismail made their first contribution in #215
Full Changelog: 0.8.1...0.9.4
0.8.0 - CORD with DID and Authorities
This version is where cord.network is live with sparknet where you can start building your applications with DID.
Demo will be updated to point to wss://sparknet.cord.network soon.
Working CORD-v2 with Aura
Merge pull request #19 from amarts/v0.7.4 changes from cord-poa branch (v0.7.4)