This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: stellar/js-stellar-wallets
Releases · stellar/js-stellar-wallets
v0.0.9-rc.3
- [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
Make fetchTransactions more resilient to improperly-formatted responses.
v0.0.9-rc.1
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
Don't hide incomplete transactions
v0.0.8-rc.12
Fix a bug where balance tokens wouldn't have the right shape.
v0.0.8-rc.11
BigNumber.js is now a peer dependency, which avoids issues when library consumers use its exported types.
v0.0.8-rc.9
Auth tokens are now implicitly required, so always require them.
v0.0.8-rc.8
Fix the new transaction endpoint urls.
v0.0.8-rc.7
Support new SEP-24 transfer endpoints behind a feature flag.
v0.0.8-rc.10
Make the all-transaction-watcher properly react to errors.