Releases: streamflow-finance/js-sdk
Releases · streamflow-finance/js-sdk
v6.3.7
v6.3.7
v6.3.6
v6.3.6
v6.3.5
Change the export of the ercAbi from .abi to .ercAbi
v6.3.4
v6.3.3
v6.3.3
v6.3.1
v6.3.1
v6.2.1
v6.2.1
v6.2.0
- support Token2022 in core protocol - fetch program id for a mint and use it in instructions
v6.1.2
- fix TransactionFailedError type
v6.1.1
- 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
toignoreError