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.11.2

15 Jan 14:52
5ccb6e8
Compare
Choose a tag to compare

What's Changed

  • Fix XDR Write Error: [object Object] is not a DecoratedSignature error when calling toXDR() 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

10 Jan 21:07
74c2047
Compare
Choose a tag to compare
  • Bumping stellar-sdk to v11.1.0

v0.11.0

11 Dec 19:43
cc16340
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

19 Sep 21:29
41e66c6
Compare
Choose a tag to compare
  • Add support for Protocol 20 (Experimental - use at your own risk)

v0.9.1

02 May 16:58
8d83906
Compare
Choose a tag to compare
  • Add support for client domain when fetching an auth token.
  • Add support for adding additional signatures when fetching an auth token.

v0.9.0

22 Feb 16:56
840c3d0
Compare
Choose a tag to compare
  • Make sure "kind" param works on fetchTransactions

v0.8.0

01 Dec 18:53
65feb44
Compare
Choose a tag to compare

v0.7.0-rc.0

20 May 14:47
f3b5a3e
Compare
Choose a tag to compare

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 and refunded 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

06 May 18:39
ea375ff
Compare
Choose a tag to compare
  • Fix ":lp" string

v0.6.0-rc.0

06 May 18:38
bf165f9
Compare
Choose a tag to compare
  • Upgrade stellar-sdk and add LP handling