Skip to content

Releases: tatumio/tatum-js

4.1.35

03 Jan 13:21
3023315
Compare
Choose a tag to compare

Added

  • Added RPC support for the STELLAR network. Users can now make Stellar RPC calls using the Network.STELLAR network.

4.1.34

14 Dec 13:55
16e7595
Compare
Choose a tag to compare

Fixed

  • Fix potential memory issues with LoadBalancer.

4.1.33

01 Dec 07:57
f57a5ee
Compare
Choose a tag to compare

Added

  • Added RPC support for the XINFIN network. Users can now make RPC calls to these network using the Network.XINFIN network.

4.1.32

29 Nov 12:38
e67fff9
Compare
Choose a tag to compare

Fixed

  • Fixed logic of IPFS upload, now upload passes request using client's version

4.1.31

22 Nov 18:11
9f7f71f
Compare
Choose a tag to compare

Changed

  • Adjust logic redirecting for getBlockByNumber to call normal nodes for latest block

4.1.30

20 Nov 13:12
446a1a5
Compare
Choose a tag to compare

Changed

  • Improved LoadBalancer stability

4.1.29

15 Nov 12:46
0214594
Compare
Choose a tag to compare

Added

  • Added RPC support for the CARDANO_ROSETTA network. Users can now make RPC calls to these network using the Network.CARDANO_ROSETTA network.

4.1.28

13 Nov 11:01
4be940b
Compare
Choose a tag to compare

Fixed

  • Fixed lb archive fallback

4.1.27

13 Nov 10:07
8790c23
Compare
Choose a tag to compare

Fixed

  • Fixed Algorand ApplicationSearchParams to camelCase.

4.1.26

12 Nov 11:40
6531ad7
Compare
Choose a tag to compare

Fixed

  • Fixed LoadBalancer throwing from setTimeout, it should now throw from actual method calls.