Skip to content

Releases: streamflow-finance/js-sdk

v6.3.7

24 May 10:52
c769b8b
Compare
Choose a tag to compare
v6.3.7

v6.3.6

14 May 09:51
9b68da5
Compare
Choose a tag to compare
v6.3.6

v6.3.5

09 May 10:56
df331dd
Compare
Choose a tag to compare

Change the export of the ercAbi from .abi to .ercAbi

v6.3.4

26 Apr 12:58
c559d33
Compare
Choose a tag to compare

v6.3.3

26 Apr 04:40
01ceb91
Compare
Choose a tag to compare
v6.3.3

v6.3.1

17 Apr 10:32
dd90162
Compare
Choose a tag to compare
v6.3.1

v6.2.1

09 Apr 02:10
bd8cb2d
Compare
Choose a tag to compare
v6.2.1

v6.2.0

08 Apr 12:00
06f6635
Compare
Choose a tag to compare
  • support Token2022 in core protocol - fetch program id for a mint and use it in instructions

v6.1.2

08 Apr 06:25
1104b99
Compare
Choose a tag to compare
  • fix TransactionFailedError type

v6.1.1

05 Apr 14:27
a05d801
Compare
Choose a tag to compare
  • a bit of refactoring - separate tx execution into simulation and send/confirm
  • add extra 15 blocks for tx confirmation - as tx had been broadcast there is a chance that different validators have info about different blocks and non confirmation of a tx can be faulty, so we need to have additional checks - 50 blocks imo is too much a takes much more time, 15 should be enough
  • move SIMULATE_TRIES to a constant
  • rename passError to ignoreError