Releases: tatumio/tatum-js
Releases Β· tatumio/tatum-js
4.2.19
Added
- Added support for Kadena RPC calls
4.2.18
Added
- Added support for Base and Base Sepolia testnet subscriptions.
4.2.17
Fixed
- Fixed Solana RPC call for
getFeeForMessage
method. The result is now properly parsed and returns context information with value.
4.2.16
Added
- Added support for Cronos and Cronos testnet subscriptions.
4.2.15
Added
- Added RPC support for the BASE network. Users can now make Base RPC calls using the
Network.BASE
network.
4.2.14
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
Removed
- Removed support for the Goerli network.
4.2.11
Fixed
- Fixed the
getBlock
method for Doge, addressing an issue with the second boolean parameter.
4.2.10
Fixed
- Fixed tests. Temporarily disabled
data-api
related tests andeos
tests.
4.2.8
Updated
- Updated
address
module for EVM chains. Users can add parametertokenAddress
togetTransactions
method to filter transactions by token address.