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.11.2
What's Changed
- Fix
XDR Write Error: [object Object] is not a DecoratedSignature
error when callingtoXDR()
on a signed transaction by @CassioMG in #349 - Remove all
@stellar/stellar-base
imports from the code (it's advised to only import stuff from@stellar/stellar-sdk
to avoid weird errors) - Fix all
jest tests
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
What's Changed
- Upgrade stellar-sdk + use Node v18 by @quietbits in #346
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.1
v0.9.0
v0.8.0
Adding browser.storage compatibility, useful for browser extensions like Freighter:
https://developer.chrome.com/docs/extensions/reference/storage/
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage
v0.7.0-rc.0
This release updates the SDK to accommodate latest changes from SEP-24 spec:
All changes:
- Add support for optional
lang
parameter when fetching transactions - Add
pending_user_transfer_complete
andrefunded
transaction statuses - Add
refunds
object to transaction interface - Add some other missing transaction params:
- amount_in_asset
- amount_out_asset
- amount_fee_asset
- kyc_verified
- claimable_balance_id
- Update tests
v0.6.0-rc.1
- Fix ":lp" string
v0.6.0-rc.0
- Upgrade stellar-sdk and add LP handling