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.4-rc.3

20 Aug 20:26
806ae6a
Compare
Choose a tag to compare
v0.0.4-rc.3 Pre-release
Pre-release
v0.0.4-rc.3

v0.0.4-rc.2

09 Aug 16:25
4a66717
Compare
Choose a tag to compare
v0.0.4-rc.2 Pre-release
Pre-release
Run stream errors through the onError function (#97)

v0.0.4-rc.1

08 Aug 21:06
71c0c7e
Compare
Choose a tag to compare
v0.0.4-rc.1 Pre-release
Pre-release

Require snake_cased parameters in the Transfers arm of the SDK.

v0.0.3-rc17

22 Jul 15:33
Compare
Choose a tag to compare
v0.0.3-rc17 Pre-release
Pre-release
Bump version

v0.0.3-rc.15

18 Jul 13:42
799638c
Compare
Choose a tag to compare
v0.0.3-rc.15 Pre-release
Pre-release
Add support for authorized withdraws / deposits (#84)

Addresses #72, though this isn't quite tested yet.

- Provider classes now track info locally. So you don't have to pass `supportedAssets` to `fetchFinalFee`, but you do have to call `fetchSupportedAssets` ASAP.
- Switch back to all camelCase function inputs, since the Transfer stuff already outputs stuff in camelCase. Unfortunately, it means that devs might have to convert names from `info.fields` from snake_case to camelCase (and I think we should stop short of rewriting those values). But I think, better to be consistent and be clear about that consistency than to be correct but confusing.
- Add a function to set bearer tokens.
- Set Authorization headers when deposit/withdrawing an asset that's auth-required.

v0.0.3-rc.14

17 Jul 20:39
78dba6a
Compare
Choose a tag to compare
v0.0.3-rc.14 Pre-release
Pre-release
Use snakecase on the other TransferProvider function arguments (#83)

This keeps it consistent with the deposit / withdraw functions, and also submits the correct `asset_code` var to the /fee endpoint (where previously it was incorrectly sending `assetCode`.)

v0.0.3-rc.13

17 Jul 19:30
2b815b7
Compare
Choose a tag to compare
v0.0.3-rc.13 Pre-release
Pre-release
Fee calculation: Support blank fixed or percent costs (#82)

v0.0.3-rc.12

17 Jul 15:24
703d864
Compare
Choose a tag to compare
v0.0.3-rc.12 Pre-release
Pre-release
Allow arbitrary params for withdraws / deposits (#81)

Anchors might ask for various metadata during transfers, so allow them.

Also, only allow snake-cased arguments, and warn if they provide assetCode / destExtra instead.

v0.0.3-rc.11

16 Jul 15:11
Compare
Choose a tag to compare
v0.0.3-rc.11 Pre-release
Pre-release
v0.0.3-rc.11

v0.0.3-rc9

03 Jul 14:59
d73e9dc
Compare
Choose a tag to compare
v0.0.3-rc9 Pre-release
Pre-release
Upgrade packages (#76)