Skip to content

Releases: streamflow-finance/js-sdk

STREAM-1091: expose on-chain call utils, fix exports

23 Jan 10:59
8f74eb9
Compare
Choose a tag to compare
  • expose methods to check whether ATA exists, create ATAs;
  • separate some on-chain utils from StreamClient into utils;
  • add chain folders to exports;
  • make index exports in chains folders a bit more consistent (with how we export in Solana);

reverty throw

16 Jan 19:24
39fa0c4
Compare
Choose a tag to compare
v5.9.10

v5.9.10

bump version in lerna

16 Jan 13:09
91defc2
Compare
Choose a tag to compare
v5.9.9

v5.9.9

fix: fix ContractError prototype

09 Jan 20:01
441cd7b
Compare
Choose a tag to compare

The prototype of ContractError should be set appropriately. Otherwise, it is impossible to distinguish these errors from others with instanceof

Fixed Aptos address normalization

04 Jan 00:48
f651b32
Compare
Choose a tag to compare

Exporting Aptos Normalize Address

04 Jan 00:33
46440fa
Compare
Choose a tag to compare

Aptos address normalization

04 Jan 00:14
3b8c8c1
Compare
Choose a tag to compare

Aptos has inconsistencies in how it returns addresses.
This method normalizes them to be 64 characters long, or leaves it as SPECIAL ADDRESS (0x0 - 0xf inclusive)

fix accounts order in createATA instruction

27 Dec 14:18
bbd68ea
Compare
Choose a tag to compare

pass checkTokenAccounts flag

27 Dec 14:10
7379783
Compare
Choose a tag to compare

STREAM-1060: check all token accounts ATA

27 Dec 13:20
58212d2
Compare
Choose a tag to compare