0.31.0-rc.2
Pre-release
Pre-release
This release introduces support for creating, querying and verifying public credentials (#677) as well as for querying CTypes from an archive node (#694).
Additionally, this introduces a function (compliantResolve
) which allows DID resolution that is compliant, out of the box, with specifications detailing data models for the DID resolution process (#665).
In this context, the sdk now also provides a complete json-ld definition of terms commonly used on KILT DID documents, which is linked to in json-ld representations of compliant DID documents (#712).
What's Changed
Features
- feat: public credentials and asset DIDs by @ntn-x2 in #677
- feat: add CType block number support by @ntn-x2 in #694
- feat: DID spec compliant implementation of resolve by @rflechtner in #665
- feat: allow passing additional arguments to ApiPromise.create by @rflechtner in #705
- feat: add did contexts by @rflechtner in #712
Fixes
- fix: add peregrine stg chain to type decorations by @wischli in #681
- fix: old session types by @weichweich in #687
- fix: esm imports by @rflechtner in #700
- fix: various minor fixes by @rflechtner in #685
- fix: block parsing logic for public credentials by @ntn-x2 in #697
- fix: backwards-compatible ctype data decoding by @rflechtner in #703
- fix: align dependency versions by @rflechtner in #713
Misc
- chore: update callback docstrings by @rflechtner in #680
- refactor: reduce startup time of tests by using babel to transpile js by @rflechtner in #689
- chore: update and dedupe dependencies by @ntn-x2 in #696
- chore: update 2023 by @weichweich in #698
Full Changelog: 0.30.0...0.31.0-rc.2