Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@CassioMG CassioMG released this 08 Jul 19:44
· 6 commits to main since this release
c5636c2

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