Releases: tatumio/tatum-js
Releases ยท tatumio/tatum-js
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.
4.2.7
Updated
- Updated archive condition for evm rpc calls
4.2.6
Added
- Added support for Solana load balancer based on the method name.
4.2.5
Added
- Added support for Holesky Ethereum testnet for subscriptions.