0.32.0
In addition to enabling linking Ethereum addresses to a DID, the upcoming kilt-node release 1.10.0 also changes the challenge mechanism used by the account linking pallet, resulting in a breaking change.
In order to be able to continue to create new links between DIDs and accounts after runtime upgrade, applications should upgrade to version 0.32.0 of the SDK as soon as possible.
What's Changed
- feat: support for new account linking challenge & split
associateAccountToChainArgs
by @weichweich in #730 - fix: fromFemtoKilt fails for non-english locales by @rflechtner in #731
- fix: integration test error matching by @rflechtner in fea185f
- fix: use runtime version to check for ethereum linking by @rflechtner in e4788d1
- chore: type augmentation for 1.10.0-rc1 by @rflechtner in 6d37170
- chore: enable tests for ethereum linking by @rflechtner in #724
- chore: remove unused package.json by @rflechtner in 717b8aa
- chore: update LICENSE by @GustavHemmelmayr in #737
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #707
- chore(deps): bump some deps by @rflechtner in #721
- chore(deps): update dependency testcontainers to v9 by @renovate in #671
Full Changelog: 0.31.1...0.32.0