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

1.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Blahartinger Blahartinger released this 18 May 22:01
· 17 commits to master since this release

This release cleans up several things now that the migration to Solana has been completed and items to improve the developer and user experience have been identified and developed as per the Technical Roadmap post here https://kin.org/technical-roadmap-through-migration-completion/.

Removed

  • all stellar code outside of the KeyPair class & .stellarBase32Encode() stringify key functions for posterity & debugging
  • base-compat has been shaved down to only backup & restore UI which now directly sits upon :base

Added

  • Associated Account support (https://spl.solana.com/associated-token-account)
  • Token Account Merging on KinAccountContext initialization if necessary
  • Supports creating a token account on send if the destination does not yet have a kin token account
  • sign + submit have been broken up into 2 rpc calls to agora so that TransactionHash is always present (non-zero) and can be used to fetch transaction status in the case it does not respond

...and more.

Additional release notes & documentation around 1.0.0 coming soon ™️