Skip to content

Releases: streamflow-finance/js-sdk

v6.0.0-alpha.2

13 Mar 02:00
0d8959b
Compare
Choose a tag to compare
  • rebase
  • use prepareBaseInstructions in DistributorClient

fix prepareWithdrawInstructions typo

13 Mar 03:46
0818736
Compare
Choose a tag to compare

Fix withdraw ext params

13 Mar 03:41
8ae9fa7
Compare
Choose a tag to compare
  • support compute params in createMultiple
  • fix withdraw ext params

STREAM-1269, STREAM-1270: prepare ixs methods, support computePrice

12 Mar 18:10
67681d9
Compare
Choose a tag to compare
  • add prepare instructions methods to SolanaStreamClient
  • add prepareTransaction util to create a transaction with any number of instructions
  • support computePrice to set custom priority fee for a transaction

v6.0.0-alpha.1

06 Mar 14:42
fe960e0
Compare
Choose a tag to compare

v6.0.0-alpha.0

06 Mar 13:41
5b1627a
Compare
Choose a tag to compare
  • add distributor package with create/claim/clawback methods for now
  • separate check or create ATAs into an util
  • remove docs from repo, move to CI
  • add common package with common utilities
  • add more exports for all modules
  • move to pnpm as it works better with workspaces

Update sui, run lint

22 Feb 13:32
6391e45
Compare
Choose a tag to compare
  • update sui.js and wallet-kit as it seems that we are using pretty old Sui version which may generate incorrect payloads that won't be accepted by Suiet
image

update sui program id on testnet

22 Feb 05:11
1e3ac6f
Compare
Choose a tag to compare

STREAM-1172: optimise solana batching

19 Feb 14:27
d410590
Compare
Choose a tag to compare
  • fetch blockhash only once in Solana createMultiple to optimise batching as ideally all transactions in a batch should use the same block

STREAM-1165: fix total amount calculation

19 Feb 06:45
1cf6009
Compare
Choose a tag to compare
  • calculate total streamed amount using actual fees and not BASE_FEE