Skip to content

Releases: streamflow-finance/js-sdk

v6.4.3

18 Sep 12:11
234546e
Compare
Choose a tag to compare
v6.4.3

v6.4.2

10 Sep 09:38
1c31707
Compare
Choose a tag to compare
v6.4.2

v6.4.1

10 Sep 09:35
6dd137e
Compare
Choose a tag to compare
v6.4.1

v6.4.0

06 Sep 19:20
426489d
Compare
Choose a tag to compare
v6.4.0

v7.0.0-alpha.2

05 Sep 12:08
64926e1
Compare
Choose a tag to compare

Overview
We want to switch to using bignumber.js library due to more precision when doing operations like division and multiplication and to have consistency across the codebases (to only use 1 big number library).

Addressing comments by @LukaStreamflow on original PR
#186 (comment)
I don't see this function being called anywhere in js-sdk or our app? - no reason to change it
#186 (comment)
We are dropping support for EVM AFAIK - I created a to-do to remove this once safe

Other comments are resolved

v6.3.10

05 Sep 10:30
847bcc1
Compare
Choose a tag to compare
  • add search distributors method to filter Airdrop by mint or admin;

v7.0.0-alpha.1

03 Sep 13:18
8b2be14
Compare
Choose a tag to compare
v7.0.0-alpha.1

v7.0.0-alpha.0

03 Sep 13:00
f58824b
Compare
Choose a tag to compare
v7.0.0-alpha.0

v6.3.9

02 Aug 17:16
b1f7b91
Compare
Choose a tag to compare
v6.3.9

v6.3.8

24 May 22:56
9e892b3
Compare
Choose a tag to compare

When creating an Airdrop for mint with Transfer Fee extension we need to account for such fees, so that the Escrow has enough funds to distribute.

Logic loosely based on what we have in Rust Solana library https://github.com/solana-labs/solana-program-library/blob/master/token/program-2022/src/extension/transfer_fee/mod.rs#L90

Example transaction https://explorer.solana.com/tx/51qRMSAy8bXW93mGekBZZjQPv7zjja6Eibfab2j2RVKBSVFnn6Fo8qCap1CNPVWybKwQMfj12KpDyayqqwRRP2sU?cluster=devnet