Skip to content

Releases: streamflow-finance/js-sdk

v8.6.0

24 Aug 16:05
6d26002
Compare
Choose a tag to compare
  • update distributor idls to sync with what's deployed
  • BREAKING CHANGE: fix closeClaim in merkle distributor as account structure was updated to support it in the aligned distributor;

v8.4.0

15 Aug 11:39
d059c5d
Compare
Choose a tag to compare
v8.4.0

v8.3.1

31 Jul 13:02
cd2c16a
Compare
Choose a tag to compare
v8.3.1

v8.3.0

30 Jul 16:25
40cbd43
Compare
Choose a tag to compare
  • update staking idls to support rent sponsor account in methods and support close_entry in stake-pool;
  • add reward pool dynamic IDL with basic exposure in the StakingClient;
  • add higher level methods to group staking/unstaking with reward pool actions;
  • update anchor to 0.31.1 - no major changes, better error handling;
  • update README;
  • make execute public method, move all tx estimation and base ixs logic into it - I think this method is good enough to be used for any kind of transactions;

v8.2.2

26 Jun 16:37
30e5cd2
Compare
Choose a tag to compare
v8.2.2

v8.2.1

24 Jun 17:18
6577a48
Compare
Choose a tag to compare
v8.2.1

v8.2.0

24 Jun 14:02
38484e7
Compare
Choose a tag to compare
v8.2.0

v8.1.1

23 Jun 18:59
4ed9a80
Compare
Choose a tag to compare

Removing Streamflow treasury ATA creation as we will not be taking token fees in the future

v8.1.0

20 May 11:46
5039e5c
Compare
Choose a tag to compare
  • allow updating transferable flags on Solana - disable by sender, enable by recipient
  • allow disabling cancelable by sender

v8.0.2

20 May 11:24
02c50d0
Compare
Choose a tag to compare

and transaction deserialization

  • Added deserializeRawTransaction function to handle both legacy and versioned transactions.
  • Introduced new RPC methods for priority fee estimation, including percentile-based calculations.
  • Refactored transaction preparation and execution functions to support new features.