Skip to content

0.35.0

Compare
Choose a tag to compare
@rflechtner rflechtner released this 14 Feb 09:38
· 4 commits to master since this release
0b8b38f

What's changed

We've added support for upcoming changes on the KILT network which are included in the kilt-node release 1.12.1. Upgrading to this version is recommended for all projects to maintain compatibility with future runtime upgrades.

Breaking Changes

Once upgraded to the latest runtime, account balances will be represented differently, where a distinction will be made only between free, frozen and reserved balance (see https://paritytech.github.io/polkadot-sdk/master/pallet_balances/struct.AccountData.html). Applications working with balance queries should make sure they are able to work with both the existing and future representations of account balances, as the new representation will be in effect for all apps immediately upon runtime upgrade.

This runtime also switches to version 4 of the TransactionPaymentApi runtime calls, requiring more recent versions of @polkadot/api for support. The dependency manifest has been updated accordingly.

All changes

fix: consider dispatchAs in ctype/public credential fetching logic by @rflechtner in e691cc2
test: add integration tests for dispatchAs by @rflechtner in e9c8a56
chore: augmentation for runtime 1.12.1 by @rflechtner in 9d0ea9b
chore: update references to mashnet-node by @rflechtner in 3852998
chore: require @polkadot/api^10.7.3 by @rflechtner in f73e393

Full Changelog: 0.34.0...0.35.0