Skip to content

Releases: stellar/typescript-wallet-sdk

v1.7.0

08 Jul 19:44
c5636c2
Compare
Choose a tag to compare

Release notes - Typescript Wallet SDK - 1.7.0

Main Module typescript-wallet-sdk

Fixed

  • Replace tweetnacl-util with @stablelib packages (#149)
    • this fixes the lib crashing on React Native environment
  • Export missing classes and aliases (#150)
    • with this change devs can now access the following classes:
      • Sep6
      • Sep12
      • Sep38
      • StellarAssetId
      • DomainSigner
    • and aliases:
      • Transfer (alias for Sep6 class)
      • Auth (alias for Sep10 class)
      • Customer (alias for Sep12 class)
      • Interactive (alias for Sep24 class)
      • Quote (alias for Sep38 class)
      • XLM (alias for NativeAssetId class)

Key Manager Module typescript-wallet-sdk-km

Added

  • Support for home_domain on GET /auth request (#151)

Fixed

  • Replace tweetnacl-util with @stablelib packages (#149)
    • this fixes the lib crashing on React Native environment

Soroban Module typescript-wallet-sdk-soroban

Added

  • Bump version to 1.7.0

Full Changelog

v1.6.0...v1.7.0

v1.6.0

02 Jul 18:08
77e81bb
Compare
Choose a tag to compare

Release notes - Typescript Wallet SDK - 1.6.0

Main Module typescript-wallet-sdk

Added

  • Support for Sep-7 (#141)(#144)
  • Upgrade @stellar/stellar-sdk to 12.1.0 (#143)
  • New on_hold status (#140)

Fixed

  • [BREAKING CHANGE] Fix response objects returned on Customer functions (#142)

Key Manager Module typescript-wallet-sdk-km

Added

  • Upgrade @stellar/stellar-sdk to 12.1.0 (#143)

Soroban Module typescript-wallet-sdk-soroban

Added

  • Upgrade @stellar/stellar-sdk to 12.1.0 (#143)

Full Changelog

v1.5.0...v1.6.0

v1.5.0

20 May 18:35
v1.5.0
c44d76a
Compare
Choose a tag to compare

Release notes - Typescript Wallet SDK - 1.5.0

Module typescript-wallet-sdk

Added

  • AuthHeaderSigner to Authentication Flow
  • End to end tests for testing browser build
  • Beta builds on merges to develop branch

Module typescript-wallet-sdk-km

Added

  • Challenge token to param to auth header

Fixed

  • Update BrowserStorageConfigParams method types

New Soroban Module typescript-wallet-sdk-soroban

Added

  • Init to the project, added soroban functionality
  • getTokenInvocationArgs function
  • Token parsing/formatting functions
  • scValyByType function
  • generic getInvocationDetails helper

New Contributors

Full Changelog

v1.4.0...v1.5.0

v1.4.0

26 Mar 23:28
0569da3
Compare
Choose a tag to compare

Release notes - Wallets - TS 1.4.0

Story

Add sep10 sign challenge txn helper

Add npm publish github action

Add anchor platform integration tests

Change project structure to a monorepo

v1.3.1

11 Jan 21:31
a876f3b
Compare
Choose a tag to compare

Release notes - Wallets - TS 1.3.1

Story

Upgrade stellar-sdk to v11.1.0

v1.3.0

09 Jan 00:19
dd4b52a
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Release notes - Wallets - TS 1.1.2

Bug

watchOneTransaction and watchAllTransactions should not send duplicate events