Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
v6.0.0-alpha.2
- rebase
- use
prepareBaseInstructions
inDistributorClient
fix prepareWithdrawInstructions typo
v5.11.2 v5.11.2
Fix withdraw ext params
- support compute params in createMultiple
- fix withdraw ext params
STREAM-1269, STREAM-1270: prepare ixs methods, support computePrice
- 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
v6.0.0-alpha.0
- 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
update sui program id on testnet
v5.10.3 v5.10.3
STREAM-1172: optimise solana batching
- 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
- calculate total streamed amount using actual fees and not BASE_FEE