Releases: tatumio/tatum-js
Releases Β· tatumio/tatum-js
4.1.27
Fixed
- Fixed Algorand
ApplicationSearchParams
to camelCase.
4.1.26
Fixed
- Fixed
LoadBalancer
throwing from setTimeout, it should now throw from actual method calls.
4.1.25
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
Added
- Tezos methods to support local signing and injection of operations.
4.1.23
Changed
- Tezos address balances fixes. Call to
address.getBalance
returns balances of all tokens for a given address. This call accepts only oneaddress
as a parameter, not an array of addresses.
4.1.22
Updated
- Naming of the Tezos RPC methods
4.1.21
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
Fixed
- Fixed usage of
fromBlock
andtoBlock
params for UTXO-based blockchains inAddress.getTransactions
4.1.18
Fixed
- Fixed LoadBalancer class import which cause to fail import in the browser/codepen
4.1.17
Added
- Added RPC support for the BNB network. Users can now make RPC calls to these network using the
Network.BNB
network.