Skip to content

Releases: tatumio/tatum-js

4.2.23

Choose a tag to compare

@github-actions github-actions released this 10 Apr 11:53
effd914

Updated

  • Improved getBalance method in address module by introducing tokenTypes filter along with native option.

4.2.22

Choose a tag to compare

@github-actions github-actions released this 10 Apr 07:52
5d44b67

Fixed

  • Fixed types for getTransactions method in address module.
  • Updated undici dependency.

4.2.21

Choose a tag to compare

@github-actions github-actions released this 04 Apr 13:33
9190d43

Added

  • Added support for Cosmos API calls

4.2.20

Choose a tag to compare

@github-actions github-actions released this 03 Apr 07:37
c536bf5

Added

  • Added support for Rostrum RPC calls

4.2.19

Choose a tag to compare

@github-actions github-actions released this 27 Mar 12:26
4d730d2

Added

  • Added support for Kadena RPC calls

4.2.18

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:20
60294ff

Added

  • Added support for Base and Base Sepolia testnet subscriptions.

4.2.17

Choose a tag to compare

@github-actions github-actions released this 19 Mar 08:30
e162e32

Fixed

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

4.2.16

Choose a tag to compare

@github-actions github-actions released this 15 Mar 14:18
a8b0ce9

Added

  • Added support for Cronos and Cronos testnet subscriptions.

4.2.15

Choose a tag to compare

@github-actions github-actions released this 11 Mar 11:29
d106fe6

Added

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

4.2.14

Choose a tag to compare

@github-actions github-actions released this 11 Mar 10:35
ff2ed8e

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.