Channel created
Welcome to AioTx channel!

Here we will post the news about new updates

We also have a chat where you can ask any questions
Pushed 2.2.0 version

TON client added

Now you can monitor TON blockchain, send transactions, generate wallets, get transactions

Docs are here
Pushed 2.3.0

🦀 Hotfix for Windows, now you will not need C++ for install the package
2.4.0 and 2.5.0 was pushed

Now it's raising error when we are not getting status 200 from node

And from_wei/to_wei EVM methods have ether like unit by default
Forwarded from Oleksandr Prudnikov
2.6.0 has been published

added hex numbers support for to_wei/from_wei EVM client methods

Because you are getting hex numbers from monitoring, so it could be good place to have it i hope :)
2.7.0 update pushed

TRON client added (monitoring, address generation, getting balance)

All read only function for TRON, send and send token will be added later

TRON docs added (not for all methods yet)

docs here
2.7.1 update pushed

Added memo option into TON client send method, so now you can add memo to your transactions
2.8.0 update pushed

Added TRX and TRC20 transactions sending

Docs
2.9.0 update pushedd

Bulk send added for TON network
Please note you should create and use different wallet for regular send and for bulk one, and it will be needed to create new client instance for it, please read the docs
2.10.1 update pushed

You can now choose the time interval before the library attempts to fetch new blocks during monitoring.
An optional 'headers' parameter has been added to all clients, primarily for API key support.)
The 'jsonRPC' segment is now automatically appended to TON URLs by default.
Version 3.0.0 pushed

Fixed query id auto param in bulk send, now you can send any amount of bulk transactions without any issues