Skip to content

Releases: novasamatech/substrate-sdk-ios

5.6.1 ScaleBoolOption made public

24 Dec 16:38
9d069e2

Choose a tag to compare

Merge pull request #94 from novasamatech/fix/scale-visibility

make public

5.6.0 Foundation 1.4.0

28 Nov 16:54
a2ab0a7

Choose a tag to compare

Merge pull request #92 from novasamatech/bump/foundation

Bump/foundation

5.5.0 Dummy signer based on crypto type

18 Nov 15:31
cbe4f9a

Choose a tag to compare

Merge pull request #90 from novasamatech/fix/dummy-signer

Take crypto type into account in the Dummy Signer

5.4.0 Add keyed behavior to blake2b hash function

02 Nov 13:50
93c3212

Choose a tag to compare

Merge pull request #89 from novasamatech/feature/blake2b-keyed

Add blake2b keyed mode

5.3.0 Fix option decoding and logger package

28 Oct 20:57
d9af575

Choose a tag to compare

Merge pull request #88 from novasamatech/fix/decoding-and-logger

Fix decoding and logger add

5.2.0 New Chain and Account interfaces

28 Oct 09:29
8112b61

Choose a tag to compare

  • rename chain, asset, chain asset protocols methods to highlight that interfaces and avoid collisions with concrete implementations
  • improve visibility for classes from storage query package
  • get rid of duplicated ChargeAssetTxPayment extension
  • move AccountInfo under SystemPallet namespace
  • introduce HexCodable and Atomic property wrappers
  • add hex helpers for BigUInt

5.1.0 StateCall and StorageSubscription API

23 Oct 10:59
df0e466

Choose a tag to compare

Merge pull request #86 from novasamatech/feature/chain-improvements

StateCall, StorageSubscription and chain models

5.0.0 Storage Query & Signing

08 Oct 13:37
d94a426

Choose a tag to compare

Merge pull request #85 from novasamatech/feature/migrate-ex-service

Add blockchain related logic

4.5.1 Updated Operation-iOS version

30 Sep 14:14
5d1fcff

Choose a tag to compare

What's Changed

  • Updated Operation-iOS version

4.5 Replace Scrypt library

22 Sep 08:26
03f6f81

Choose a tag to compare

  • old scrypt library is replaced with modern implementation based on libscrypt