Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
v8.6.0
v8.4.0
v8.4.0
v8.3.1
v8.3.1
v8.3.0
- 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
v8.2.2
v8.2.1
v8.2.1
v8.2.0
v8.2.0
v8.1.1
Removing Streamflow treasury ATA creation as we will not be taking token fees in the future
v8.1.0
- allow updating transferable flags on Solana - disable by sender, enable by recipient
- allow disabling cancelable by sender
v8.0.2
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.