Releases: novasamatech/substrate-sdk-android
Releases · novasamatech/substrate-sdk-android
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
What's Changed
- Improve work with custom signed extensions by @valentunn in #14
Full Changelog: 1.3.0...v1.3.1
v1.3.0
v1.2.0
Changes
Allow building extrinsic/signature both with call instances and call bytes
Incomatibilites
- Extrinsic.Instance is splitted to
Extrinisc.EncdoingInstance
andExtrinsic.DecodingInstance
- Despite typealiasing
RuntimeType<I, I>
toType<I>
to preserve compatibility with current version,Type.InstanceConstructor
usages should be renamed toRuntimeType.InstanceConstructor