Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
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;
v6.0.0-alpha.6
- change signature of
getClaims
- separate distributor id for each recipient
v6.0.0-alpha.5
- optimise claim to always add
claimLocked
instruction
Hotfix - Propagated priority fees in create multiple
v5.11.3 v5.11.3
v6.0.0-alpha.4
pass msg through
v6.0.0-alpha.3
- run lint after rebase
- use prepareTransaction to create transactions