Skip to content

Releases: tatumio/tatum-js

4.1.14

23 Oct 13:49
c5590f5
Compare
Choose a tag to compare

Added

  • Added IPFS get file data method

4.1.13

20 Oct 09:34
9706f40
Compare
Choose a tag to compare

Changed

  • Fixed CONTRACT_ADDRESS_LOG_EVENT data in getAll() Notification method

4.1.11

19 Oct 11:41
e7e8052
Compare
Choose a tag to compare

Added

  • Added RPC support for the CELO network. Users can now make RPC calls to these network using the Network.CELO network.

4.1.10

18 Oct 12:57
c492738
Compare
Choose a tag to compare

Changed

  • Chiliz notification access

4.1.9

18 Oct 12:33
fab8865
Compare
Choose a tag to compare

Added

  • Chiliz notification support

4.1.8

18 Oct 12:06
696f280
Compare
Choose a tag to compare

Changed

  • Make Blockchain Classes type safe

4.1.7

15 Oct 10:38
4e1e04b
Compare
Choose a tag to compare

Changed

  • TatumUtils chainId <-> Network mappings always return usable value or throw error for ease of use.

4.1.6

15 Oct 08:17
6790295
Compare
Choose a tag to compare

Added

  • TatumUtils added with access to chainId <-> Network mapping

4.1.5

14 Oct 06:34
07d4570
Compare
Choose a tag to compare

Changed

  • Loosen types for extension usage to better support optional configs.

4.1.4

13 Oct 11:27
622fe9f
Compare
Choose a tag to compare

Added

  • Addition of getRpc<T>(): T to ITatumSdkContainer for best RPC support in extensions.