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.8-rc.6

08 Jan 20:09
Compare
Choose a tag to compare
v0.0.8-rc.6 Pre-release
Pre-release

Throw more instructive errors when withdrawals and deposits respond with invalid JSON.

v0.0.8-rc.5

07 Jan 21:27
Compare
Choose a tag to compare
v0.0.8-rc.5 Pre-release
Pre-release

Fix a bug in TransferProvider#fetchTransaction where it expected the wrong response shape from /transaction endpoints.

v0.0.8-rc.4

12 Dec 23:06
300d30d
Compare
Choose a tag to compare
v0.0.8-rc.4 Pre-release
Pre-release

Add transactionIds to Payment responses.

v0.0.8-rc.3

12 Dec 22:04
74547fa
Compare
Choose a tag to compare
v0.0.8-rc.3 Pre-release
Pre-release
  • Support fetching single transactions by their stellar id or external id.
  • Fix potential bugs with watching more than one transaction at a time with one TransferProvider.

v0.0.8-rc.2

12 Dec 19:51
fb34411
Compare
Choose a tag to compare
v0.0.8-rc.2 Pre-release
Pre-release
  • Add support for generating a commonjs bundle
  • Normalize some anchor transactions that almost, but don't quite, meet SEP-24 spec

v0.0.8-rc.1

09 Dec 21:16
Compare
Choose a tag to compare
v0.0.8-rc.1 Pre-release
Pre-release
  • [Data] Fix a bug where makeDisplayableTrades was outputting tokens with
    incorrectly-formatted issuer properties: the issuer object had in
    incorrect publicKey property that was renamed to the correct name key.
  • [KeyManager] Previously, a key's id was generated by hashing the keypair. Instead, use a random number, but encourage clients to provide their own keys.

v0.0.6-rc.3

26 Sep 20:15
Compare
Choose a tag to compare
v0.0.6-rc.3 Pre-release
Pre-release
export TransactionStatus as consts

v0.0.6-rc.2

26 Sep 17:45
Compare
Choose a tag to compare
v0.0.6-rc.2 Pre-release
Pre-release
Pass the account to /transactions

v0.0.6-rc.1

26 Sep 15:36
Compare
Choose a tag to compare
v0.0.6-rc.1 Pre-release
Pre-release
bump version

v0.0.5-rc.1

17 Sep 20:55
8bfa711
Compare
Choose a tag to compare
v0.0.5-rc.1 Pre-release
Pre-release
Set networks per-key (#105)

- Add a field to the `Key` type, `network`. When absent, assume the key to be Networks.PUBLIC.
- Remove the deprecated methods for setting Network.
- When checking a challenge response, check that the network passphrase matches the key's network.
- If the challenge doesn't include a network passphrase, ignore it.
- Bump to v0.0.5-rc.1.