Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 2.03 KB

Changelog

Note: after v0.3.0, the client SDK can be found in https://github.com/kinecosystem/kin-go-internal.

  • Add Dedupe support on payments (Client.SubmitPayment) and earn batches (Client.SubmitEarnBatch)
  • Client.SubmitEarnBatch now supports submitting only a single transaction and up to 15 earns
  • EarnBatchResult has been modified and now contains TxID, TxError and EarnErrors instead of Succeeded and Failed due to the above changes
  • Add PaymentErrors to TransactionErrors
  • Fix Kin 2 prod issuer
  • Fix Kin 4 account creation bug
  • Rename 'WithSenderResolution' to 'WithAccountResolution'
  • Add account resolution support to Client.GetBalance
  • Create new accounts with different token account address
  • Add Kin 4 support
  • Rename TxHash to TxID in Client.GetTransaction, TransactionData, and EarnResult
  • Add Solana options to Client methods
  • Mark SignTransactionRequest.TxHash() as deprecated in favour of SignTransactionRequest.TxID().
  • Check for duplicate signers for Stellar transactions
  • Use more accurate kin to quark conversions
  • Fixed issue in Solana transaction header calculations
  • Add Kin 2 support
  • Add user-agent metadata to Agora requests
  • Rename Source in Payment and EarnBatch to Channel for clarity
  • Adjust ErrBadNonce handling
  • Initial release with Kin 3 support