Releases: kinecosystem/kin-ios
Releases · kinecosystem/kin-ios
v2.1.3
- Added app index attribution to account creation
v2.1.2
- Fixed rare transaction init crash for very old transactions
v2.1.1
- bugfix: crash on send kin #29
v2.1.0
- 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
- Separated sign and submit GRPC calls
- Fixed historical stellar transaction handling bug
- Fixed error handling bugs
- Removed
KinTransaction.solanaTransaction
v1.0.3
- Added BackupRestoreModule to KinBase
v1.0.2
- 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
- Added
storagePath
parameter to mainNet() and testNet() KinEnvironment helper functions for backwards compatibility on account storage
v1.0.0
- 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