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

Latest commit

 

History

History
30 lines (24 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 1.45 KB

Changelog

  • Remove the env parameter from SignTransactionHandler, 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 and WithDesiredKinVersion client options
    • Channel has been removed from Payment and EarnBatch
    • Envelope and TxHash() have been removed from SignTransactionRequest
  • CreateAccount now creates associated token accounts
  • Add sender create support for SubmitPayment
  • Add MergeTokenAccounts to Client
  • 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 on Client for Kin 4

Note: previous versions of this SDK can be found in https://github.com/kinecosystem/agora-internal