Skip to content

Releases: streamflow-finance/js-sdk

v6.1.0

05 Apr 12:54
170947f
Compare
Choose a tag to compare
  • simulate and send transaction separately
  • rebroadcast transaction until we're sure it hasn't or has landed
  • switch to VersionedTransaction

v6.0.3

02 Apr 21:19
d8f882d
Compare
Choose a tag to compare
  • solana: trigger one last status check manually in case blockheight has expired on tx confirmation

v6.0.2

29 Mar 07:42
53a78cb
Compare
Choose a tag to compare
  • add getMintAndProgram method that wraps getMint 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

29 Mar 01:14
0778212
Compare
Choose a tag to compare
v6.0.1

v6.0.0-alpha.10

28 Mar 10:50
ba69862
Compare
Choose a tag to compare
  • check whether unlock has begun before adding claimLocked ix in claim

v6.0.0

28 Mar 14:24
29f0a93
Compare
Choose a tag to compare
  • 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

27 Mar 15:41
ced180a
Compare
Choose a tag to compare

v6.0.0-alpha.8

27 Mar 09:30
1daaf0a
Compare
Choose a tag to compare
v6.0.0-alpha.8

v6.0.0-alpha.7

26 Mar 09:40
7a112cd
Compare
Choose a tag to compare
  • 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;

optimise tx confirmation

26 Mar 17:19
37ccf37
Compare
Choose a tag to compare

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;