Skip to content

v0.24.0 (2021-11-19)

Compare
Choose a tag to compare
@tjwelde tjwelde released this 19 Nov 17:14
· 644 commits to develop since this release

Compare with v0.22.0
v0.23.0 was skipped

This release is the first SDK release for our parachain Kilt Spiritnet. 🎉

It is still using the v0.x versioning scheme, because we are working on some refactorings, which should provide ease-of-use, despite the complex new DID integration.

Breaking Changes

  • Compatible with Kilt Spiritnet and Kilt Peregrine, but NOT compatible with Kilt Mashnet anymore.
  • Made DID a first-class citizen. (#382) (caeb321)
    Please refer to our updated getting-started guide to find out, how to use it.

Features

  • @cfworker instead of ajv schema validator (#423) (40e34f7)
  • new / changed message types for credential api v1 (#433) (5a6096d)
  • add new version of DID service endpoints (#428) (bb3fdbc)
  • add querying support for deposits and deleted DIDs (#430) (7cf1b76)
  • add support for DID deposit and submitter info in DID creation (#421) (fd979cc)
  • add support for exporting DID details to W3C-compliant DID Document (#411) (9cf4d99)
  • light (offchain) DIDs (#408) (7f0343c)
  • make light DIDs unusable after migrated and deleted (#431) (865e165)
  • moving DID to the documentation page (#432) (c5bdfa1)
  • new DID integration (#405) (172d220)
  • support for DID migrations (#414) (7b47824)
  • deposit script (#429) (bb87925)
  • update SDK to support new DID pallet version + attestation deposits + delegation deposits + new CType creation structure (#415) (9daf8d6)
  • update SDK to work with refactored delegation pallet (#406) (59c9d7c)

Chores

  • update polkadot dependencies to support polkadot 0.9.11 (#426) (18376eb)
  • explicitly export keyring in utils and keyringpair in types (#427) (4d6df7f)
  • chore: convert default to names imports/exports + update lint/prettier and address all lint warnings + update JSDocs (#434) (7609a07)
  • chore: update cbor to v8 (#437) (b7baf2c)

Bug Fixes