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.8-rc.6
Throw more instructive errors when withdrawals and deposits respond with invalid JSON.
v0.0.8-rc.5
Fix a bug in TransferProvider#fetchTransaction
where it expected the wrong response shape from /transaction endpoints.
v0.0.8-rc.4
Add transactionIds to Payment responses.
v0.0.8-rc.3
- 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
- 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
- [Data] Fix a bug where makeDisplayableTrades was outputting tokens with
incorrectly-formattedissuer
properties: theissuer
object had in
incorrectpublicKey
property that was renamed to the correct namekey
. - [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
export TransactionStatus as consts
v0.0.6-rc.2
Pass the account to /transactions
v0.0.6-rc.1
bump version
v0.0.5-rc.1
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.