Skip to content

Releases: streamflow-finance/js-sdk

v7.0.0-alpha.13

16 Oct 16:34
1fe1f2d
Compare
Choose a tag to compare

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

04 Oct 15:52
7669dc9
Compare
Choose a tag to compare

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

26 Sep 11:14
679b809
Compare
Choose a tag to compare
v7.0.0-alpha.11

v6.5.1

26 Sep 10:24
0bfed01
Compare
Choose a tag to compare
v6.5.1

v7.0.0-alpha.10

25 Sep 17:07
263638b
Compare
Choose a tag to compare
v7.0.0-alpha.10

v6.5.0

25 Sep 14:54
799b73f
Compare
Choose a tag to compare

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

24 Sep 15:31
5b3f47c
Compare
Choose a tag to compare
v7.0.0-alpha.9

v6.4.4

23 Sep 08:52
b6e4a0d
Compare
Choose a tag to compare
v6.4.4

v7.0.0-alpha.5

20 Sep 22:19
bcff1ef
Compare
Choose a tag to compare
v7.0.0-alpha.5

v7.0.0-alpha.3

20 Sep 13:03
1f0ce4e
Compare
Choose a tag to compare
  • 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 under packages or you can specify the folders e.g npm run convert-bn -- packages/stream/solana
  • Fixed missing .js extension in exports