Skip to content

Releases: tatumio/tatum-js

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.

4.1.25

10 Nov 12:50
588446f
Compare
Choose a tag to compare

Added

  • Added RPC support for the ALGORAND network. Users can now make RPC calls to these network using the Network.ALGORAND_ALGOD, Network.ALGORAND_ALGOD_TESTNET, Network.ALGORAND_INDEXER, Network.ALGORAND_INDEXER_TESTNET network.

4.1.24

09 Nov 13:55
9a5507e
Compare
Choose a tag to compare

Added

  • Tezos methods to support local signing and injection of operations.

4.1.23

06 Nov 13:30
0b0fd24
Compare
Choose a tag to compare

Changed

  • Tezos address balances fixes. Call to address.getBalance returns balances of all tokens for a given address. This call accepts only one address as a parameter, not an array of addresses.

4.1.22

03 Nov 11:45
02e10cd
Compare
Choose a tag to compare

Updated

  • Naming of the Tezos RPC methods

4.1.21

02 Nov 14:21
18da3ab
Compare
Choose a tag to compare

Added

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

4.1.20

01 Nov 12:20
5b7ffa2
Compare
Choose a tag to compare

Fixed

  • Fixed usage of fromBlock and toBlock params for UTXO-based blockchains in Address.getTransactions

4.1.18

30 Oct 13:21
45d1ed2
Compare
Choose a tag to compare

Fixed

  • Fixed LoadBalancer class import which cause to fail import in the browser/codepen

4.1.17

26 Oct 07:04
4f7231b
Compare
Choose a tag to compare

Added

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