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 earnsEarnBatchResult
has been modified and now containsTxID
,TxError
andEarnErrors
instead ofSucceeded
andFailed
due to the above changes- Add
PaymentErrors
toTransactionErrors
- 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
toTxID
inClient.GetTransaction
,TransactionData
, andEarnResult
- Add Solana options to
Client
methods - Mark
SignTransactionRequest.TxHash()
as deprecated in favour ofSignTransactionRequest.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
inPayment
andEarnBatch
toChannel
for clarity - Adjust
ErrBadNonce
handling
- Initial release with Kin 3 support