Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
v7.0.0-alpha.13
Adding aligned unlocks support to Stream SDK
Work:
- Create stream flow
- Cancel stream flow
- Add error translation for proxy
- Add support for fetching stream created by proxy and info whether it's aligned stream or not
- bump package version
- Test changes with App once it's bumped to v7
v7.0.0-alpha.12
Reverting BigNumber changes so v7 bump work is unblocked and we don't have type incompatibility with new upcoming v7 packages
v7.0.0-alpha.11
v7.0.0-alpha.11
v6.5.1
v6.5.1
v7.0.0-alpha.10
v7.0.0-alpha.10
v6.5.0
Solana will deprecate some calls:
https://docs.triton.one/chains/solana/deprecated-calls-solana-2.0
In this PR they are changed with updated ones.
Piggybacked:
Readme type + Contribution + A bit of styling
v7.0.0-alpha.9
v7.0.0-alpha.9
v6.4.4
v6.4.4
v7.0.0-alpha.5
v7.0.0-alpha.5
v7.0.0-alpha.3
- Added ESLint rule to prevent bn.js imports
- pre-commit hook no longer converts BN to BigNumber, now the script can be manually run like
npm run convert-bn
to run on all files underpackages
or you can specify the folders e.gnpm run convert-bn -- packages/stream/solana
- Fixed missing .js extension in exports