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.0.9-rc.3

06 Mar 16:41
Compare
Choose a tag to compare
v0.0.9-rc.3 Pre-release
Pre-release
  • [KeyManager] Correctly handle non-successful HTTP status codes when fetching
    auth tokens.
  • [Transfers] Correctly handle non-successful HTTP status codes for
    transfer-related fetches.

v0.0.9-rc.2

20 Feb 22:33
Compare
Choose a tag to compare
v0.0.9-rc.2 Pre-release
Pre-release

Make fetchTransactions more resilient to improperly-formatted responses.

v0.0.9-rc.1

21 Jan 20:12
Compare
Choose a tag to compare
v0.0.9-rc.1 Pre-release
Pre-release

Replace KeyManager#loadAllKeys with loadKey and loadAllKeyIds. This fixes a bug where a user wouldn't be able to save multiple keys with different passwords.

v0.0.8-rc.13

17 Jan 20:46
Compare
Choose a tag to compare
v0.0.8-rc.13 Pre-release
Pre-release

Don't hide incomplete transactions

v0.0.8-rc.12

15 Jan 20:32
Compare
Choose a tag to compare
v0.0.8-rc.12 Pre-release
Pre-release

Fix a bug where balance tokens wouldn't have the right shape.

v0.0.8-rc.11

14 Jan 20:55
Compare
Choose a tag to compare
v0.0.8-rc.11 Pre-release
Pre-release

BigNumber.js is now a peer dependency, which avoids issues when library consumers use its exported types.

v0.0.8-rc.9

13 Jan 22:30
Compare
Choose a tag to compare
v0.0.8-rc.9 Pre-release
Pre-release

Auth tokens are now implicitly required, so always require them.

v0.0.8-rc.8

13 Jan 21:29
Compare
Choose a tag to compare
v0.0.8-rc.8 Pre-release
Pre-release

Fix the new transaction endpoint urls.

v0.0.8-rc.7

13 Jan 21:08
d4df68c
Compare
Choose a tag to compare
v0.0.8-rc.7 Pre-release
Pre-release

Support new SEP-24 transfer endpoints behind a feature flag.

v0.0.8-rc.10

13 Jan 22:59
Compare
Choose a tag to compare
v0.0.8-rc.10 Pre-release
Pre-release

Make the all-transaction-watcher properly react to errors.