Skip to content

Releases: tatumio/tatum-js

4.2.19

27 Mar 12:26
4d730d2
Compare
Choose a tag to compare

Added

  • Added support for Kadena RPC calls

4.2.18

22 Mar 14:20
60294ff
Compare
Choose a tag to compare

Added

  • Added support for Base and Base Sepolia testnet subscriptions.

4.2.17

19 Mar 08:30
e162e32
Compare
Choose a tag to compare

Fixed

  • Fixed Solana RPC call for getFeeForMessage method. The result is now properly parsed and returns context information with value.

4.2.16

15 Mar 14:18
a8b0ce9
Compare
Choose a tag to compare

Added

  • Added support for Cronos and Cronos testnet subscriptions.

4.2.15

11 Mar 11:29
d106fe6
Compare
Choose a tag to compare

Added

  • Added RPC support for the BASE network. Users can now make Base RPC calls using the Network.BASE network.

4.2.14

11 Mar 10:35
ff2ed8e
Compare
Choose a tag to compare

Changed

  • Added support for simplified way of configuring api key without specifying version.
  • Marked old way of configuring api key through object specifying version as deprecated.
  • Fixed some tests, namely those related to arb-testnet eth_chainId RPC EVM method.

4.2.13

29 Feb 13:25
6b75baf
Compare
Choose a tag to compare

Removed

  • Removed support for the Goerli network.

4.2.11

22 Feb 11:31
8d422df
Compare
Choose a tag to compare

Fixed

  • Fixed the getBlock method for Doge, addressing an issue with the second boolean parameter.

4.2.10

22 Feb 10:57
cab56da
Compare
Choose a tag to compare

Fixed

  • Fixed tests. Temporarily disabled data-api related tests and eos tests.

4.2.8

15 Feb 13:37
df50c3d
Compare
Choose a tag to compare

Updated

  • Updated address module for EVM chains. Users can add parameter tokenAddress to getTransactions method to filter transactions by token address.