Skip to content

Releases: stellar/typescript-wallet-sdk

v1.3.0

09 Jan 00:19
dd4b52a

Choose a tag to compare

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

04 Oct 21:32
b852646

Choose a tag to compare

Release notes - Wallets - TS 1.2.1

Bug

SEP-24 error should include anchor response body

v1.2.0

22 Sep 16:20
a97ea11

Choose a tag to compare

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

20 Sep 22:27
936bbb9

Choose a tag to compare

Release notes - Wallets - TS 1.1.3

Story

[TS] Upgrade stellar-sdk for Protocol 20

v1.1.2

12 Sep 18:36
8a7d22f

Choose a tag to compare

Release notes - Wallets - TS 1.1.2

Bug

watchOneTransaction and watchAllTransactions should not send duplicate events

v1.1.1

12 Sep 18:39
6348117

Choose a tag to compare

Release notes - Wallets - TS 1.1.1

Bug

Using typescript-wallet-sdk in a nodejs environment gives error

v1.1.0

21 Aug 18:16
84ab726

Choose a tag to compare

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

01 Aug 21:40
7a8ce4e

Choose a tag to compare

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