Tags: KILTprotocol/sdk-js
Tags
chore: release v1 (#897) Combines a series of changes we've made to make the SDK more user-friendly. This is a major breaking change compared to existing `0.x.x` versions. - Releases version 1 of `@kiltprotocol/sdk-js` with a reduced, simplified, high-level surface that allows long-term support. - This uses new releases (version 0.100.0) of the following packages: - `@kiltprotocol/chain-helpers` - `@kiltprotocol/types` - `@kiltprotocol/config` - `@kiltprotocol/did` - `@kiltprotocol/utils` - It also introduces the following packages: - `@kiltprotocol/credentials`: Provides functionality to issue and verify Verifiable Credentials and Verifiable Presentations; helps with creating and loading CTypes. - `@kiltprotocol/legacy-credentials`: Provides legacy credential functionality formally provided by `@kiltprotocol/core`. - `@kiltprotocol/asset-credentials`: Provides functionality around Asset DIDs and Asset Credentials. - `@kiltprotocol/jsonld-suites`: Provides helpers for issuing and verifying KILT credentials using `@digitalbazaar/vc`. - The following packages have been discontinued or moved: - `@kiltprotocol/augment-api` & `@kiltprotocol/type-definitions`: Moved into a new repository (KILTprotocol/types-augment). - `@kiltprotocol/vc-export`: Discontinued; Most functionality moved to `@kiltprotocol/jsonld-suites`, conversion between VCs and legacy credentials has moved to `@kiltprotocol/legacy-credentials`. - `@kiltprotocol/asset-did`: Discontinued; Moved into `@kiltprotocol/asset-credentials`. - `@kiltprotocol/core`: Discontinued; Most functions have moved into `@kiltprotocol/legacy-credentials`; CType-related functions have moved to `@kiltprotocol/credentials`; functions relating to connecting to a blockchain node have moved to `@kiltprotocol/chain-helpers`. - `@kiltprotocol/messaging`: Discontinued; Functionality has been moved to `@kiltprotocol/kilt-extension-api` --------- Co-authored-by: Abdulrahim Al Methiab <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Skedley <[email protected]>
fix: CType ID is checked in presentation (#866) fix: bug where ctype provided does not match credential ctype id
PreviousNext