Releases: stellar/typescript-wallet-sdk
v1.3.0
Release notes - Wallets - TS 1.3.0
Story
[TS] Account setup and recovery using SEP-30
[TS] Multisig: allow setting up multisig account
Implement /info
Implement /prices with/without SEP-10 AuthToken
Implement /price with/without SEP-10 AuthToken
Implement POST /quote
Implement GET /quote
Happy path integration test using testanchor
Implement get /info
Implement deposit and withdraw endpoints mirroring SEP-24 implementation
Implement exchange endpoints
Add handler for non-200 error codes coming from deposit/withdraw endpoints
Implement get /transactions and /transaction
Add support for SEP-6 transactions in Watcher
[TS] Add SEP aliases
[TS] improve linting configuration
[ts] - use AuthToken type that ties auth token with the account public key
Allow for passing arbitrary token to recovery signer servers
Upgrade stellar-sdk to v11.0.0-beta.6
[TS] - add Sep6 transaction polling code
v1.2.1
v1.2.0
Release notes - Wallets - TS 1.2.0
Story
[TS] Sponsored reserves
[TS] Allow sending any asset + support to muxed accounts
[TS] Allow swapping assets using Path Payments
[TS] Add default implementation of domain http signer
[TS] Add default client_domain in config
[TS] Add support for XLM native asset
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Release notes - Wallets - TS 1.1.0
Story
[TS] Fee bump transactions
[TS] Get account balances
[TS] Manage non-XLM asset trustlines
[TS] History: display history of all transactions and operations
[TS] Allow importing and signing arbitrary transactions given an XDR
[TS] Allow submitting a transaction
[TS] Exceptions + error handling
[TS] Improve transaction submitting experience
[TS] Figure out best way of generating random keypair for different environments
v1.0.0
Release notes - Wallets - TS 1.0.0
Story
[TS] Write documentation draft
[TS] Funding Account
[TS] Improve auth token handling
[TS] Support memo in the interactive deposit
[TS] Review and export types/interfaces
[TS] Re-organize SEP-24 functions
[TS] Add TS examples to docs
[TS] Delete getHistory
[TS] Review and update SEP-10 and SEP-24 documentation