- Remove the
env
parameter fromSignTransactionHandler
, as it's no longer used.
- Remove Stellar (Kin 2 & Kin 3) support
- Only Kin 4 and v4 Agora APIs are supported
- Removed
WithKinVersion
,WithWhitelister
andWithDesiredKinVersion
client options Channel
has been removed fromPayment
andEarnBatch
Envelope
andTxHash()
have been removed fromSignTransactionRequest
- CreateAccount now creates associated token accounts
- Add sender create support for
SubmitPayment
- Add
MergeTokenAccounts
toClient
- Add create account webhook support
- Add creation parsing to
SignTransactionRequest
request SignTransactionResponse.Sign
now signs Solana transactions
- Don't retry on precondition failed
- Add
GetEvents
to internal client
- Expose
RequestAirdrop
onClient
for Kin 4
- Moved Go client SDK into this repo
PublicKey
,PrivateKey
,KinVersion
, webhook and kin/quark conversion utils are now located in https://github.com/kinecosystem/agora-common
Note: previous versions of this SDK can be found in https://github.com/kinecosystem/agora-internal