Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Releases: kinecosystem/kin-ios

v2.1.3

27 Apr 18:38
41ffd53
Compare
Choose a tag to compare
  • Added app index attribution to account creation

v2.1.2

11 Mar 18:00
cffc624
Compare
Choose a tag to compare
  • Fixed rare transaction init crash for very old transactions

v2.1.1

07 Oct 18:33
bb7467a
Compare
Choose a tag to compare
  • bugfix: crash on send kin #29

v2.1.0

03 Sep 20:28
1bbadbd
Compare
Choose a tag to compare
  • Added sender create (transactions sent to solana addresses with no Kin token account create a Kin token account on the destination address instead of failing)

v2.0.0

16 Aug 20:48
5d6cb97
Compare
Choose a tag to compare
  • Separated sign and submit GRPC calls
  • Fixed historical stellar transaction handling bug
  • Fixed error handling bugs
  • Removed KinTransaction.solanaTransaction

v1.0.3

15 Jul 15:59
7df69dc
Compare
Choose a tag to compare
  • Added BackupRestoreModule to KinBase

v1.0.2

07 Jul 18:15
74851c9
Compare
Choose a tag to compare
  • Added a BasicAppInfoProvider class to make it easier to provide app info without excess boilerplate
  • Extended KinTransactionHash with a .base58 property
  • Modified the KinStorage configuration to support all legacy situations and still provide a sensible default going forward

v1.0.1

23 Jun 17:23
1d57479
Compare
Choose a tag to compare
  • Added storagePath parameter to mainNet() and testNet() KinEnvironment helper functions for backwards compatibility on account storage

v1.0.0

22 Jun 19:29
67d0e0e
Compare
Choose a tag to compare
  • Fix to merge multiple token subaccounts
  • Removed account ids in favor of public keys
  • Removed environment-dependent file storage
  • Merged KinGrpcApi pod into KinBase pod