Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
v6.1.0
- simulate and send transaction separately
- rebroadcast transaction until we're sure it hasn't or has landed
- switch to VersionedTransaction
v6.0.3
- solana: trigger one last status check manually in case blockheight has expired on tx confirmation
v6.0.2
- add
getMintAndProgram
method that wrapsgetMint
of spl-token and supports any valid token program - support programId in utilities that interact with ATAs and token accounts
- support token2022 in Distributor
v6.0.1
v6.0.1
v6.0.0-alpha.10
- check whether unlock has begun before adding
claimLocked
ix in claim
v6.0.0
- distributor client for the Airdrop protocol
- major refactoring (remove unused structures, move common methods into separate package)
- fix imports (now you don't need to import from
/dist
most of the time)
v6.0.0-alpha.9
v6.0.0-alpha.8
v6.0.0-alpha.8
v6.0.0-alpha.7
- do not pass
commitment
toprepareTransaction
as we should be able to rely oncommitment
that we have in our RPC Connection instance to confirm a transaction;
optimise tx confirmation
do not pass commitment to prepareTransaction as we should be able to rely on commitment that we have in our RPC Connection instance to confirm a transaction;