0.34.0
What's changed
Besides updating typings to match the latest chain runtime 1.11.0, this release includes mostly quality-of-life enhancements and improves coverage of integrated tests.
Breaking Changes
- refactor!: nest ctype in ICTypeDetails by @rflechtner in #766
- Migration: Instead of
const { createdAt, creator, ...cType } = await CType.fetchFromChain(cTypeId)
use the simplified syntaxconst { cType } = await CType.fetchFromChain(cTypeId)
to retrieve a CType definition from the Kilt blockchain.
- Migration: Instead of
Features
- feat: re-export imported types from @kiltprotocol/types by @rflechtner in #762
- feat: deprecation message for CType meta schema draft-01 by @rflechtner in #778
Other
- test: esm variant of integration tests by @rflechtner in #779
- test: make tests work with new kilt node cli by @rflechtner in #796
- chore(deps): update cbor-web to v9 by @rflechtner in a62e7fd
- chore: update metadata to 1.11.0 by @rflechtner in 417cdf0
Full Changelog: 0.33.1...0.34.0