Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: stellar/js-stellar-wallets

v0.5.0-rc.0

06 May 18:37
93f278d
Compare
Choose a tag to compare

v0.4.0-rc.0

06 Jul 19:30
a6e19fe
Compare
Choose a tag to compare
  • Upgrade the package's expected version of stellar-sdk to ~8.2.3
  • KeyManager#fetchAuthToken now requires the previously-optional authServerKey param
  • KeyManager#fetchAuthToken now requires a new param, authServerHomeDomains
  • KeyManager#fetchAuthToken now runs challenge token XDR through stellar-sdk's Util.readChallengeTx, which performs additional checks

v0.3.0-rc.9

25 May 18:21
a847eb2
Compare
Choose a tag to compare
  • Fix issue where zero fees were still being considered as "complex"
    instead of "simple".

v0.3.0-rc.8

21 May 14:25
edb232d
Compare
Choose a tag to compare
  • Also consider 0 (zero) as "simple" fee type when parsing asset info.

v0.3.0-rc.7

25 Feb 20:56
cc903b6
Compare
Choose a tag to compare
  • [Fixed] Added sponsor address to AccountDetails.

v0.3.0-rc.6

25 Feb 20:22
Compare
Choose a tag to compare
Use the correct description.

v0.3.0-rc.5

23 Feb 17:03
54dab81
Compare
Choose a tag to compare
  • Added SEP-8 Approval Provider.
  • Added SEP-8 helper functions: getRegulatedAssetsInTx() and
    getApprovalServerUrl().

v0.3.0-rc.4

24 Nov 21:03
d26714a
Compare
Choose a tag to compare
  • Upgraded Ledger dependencies.

v0.3.0-rc.3

30 Oct 20:12
f3f236d
Compare
Choose a tag to compare
v0.3.0-rc.3 Pre-release
Pre-release
  • [KeyManager] Renamed Lyra to Freighter.

v0.3.0-rc.2

28 Oct 14:00
5ae0af7
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release
  • [KeyManager] Added optional custom prop to signTransaction() to allow passing additional info.
  • [KeyManager] Trezor wallet: pass manifest info through custom prop.