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.5.0-rc.0
- Use @stellar/[email protected] for testnet transactions
v0.4.0-rc.0
- 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
- Fix issue where zero fees were still being considered as "complex"
instead of "simple".
v0.3.0-rc.8
- Also consider 0 (zero) as
"simple"
fee type when parsing asset info.
v0.3.0-rc.7
- [Fixed] Added sponsor address to
AccountDetails
.
v0.3.0-rc.6
Use the correct description.
v0.3.0-rc.5
- Added SEP-8 Approval Provider.
- Added SEP-8 helper functions:
getRegulatedAssetsInTx()
and
getApprovalServerUrl()
.
v0.3.0-rc.4
- Upgraded Ledger dependencies.
v0.3.0-rc.3
- [KeyManager] Renamed Lyra to Freighter.
v0.3.0-rc.2
- [KeyManager] Added optional
custom
prop tosignTransaction()
to allow passing additional info. - [KeyManager] Trezor wallet: pass manifest info through
custom
prop.